From ea438adf51c5f770a74877b18e7feb9dfe5c1704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:58:21 +0000 Subject: [PATCH] Bump pallet-multisig from polkadot-v1.16.5 to polkadot-v1.17.2 Bumps [pallet-multisig](https://github.com/paritytech/polkadot-sdk) from polkadot-v1.16.5 to polkadot-v1.17.2. - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Changelog](https://github.com/paritytech/polkadot-sdk/blob/master/docs/RELEASE.md) - [Commits](https://github.com/paritytech/polkadot-sdk/compare/ac431bce9d42edd0b04530f7dada02c37c0aa1de...863f353d20749caccfd1ccd548cc0cd85291f3a8) --- updated-dependencies: - dependency-name: pallet-multisig dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 1476 ++++++++++++++++++++++++++++++++-------- subvt-types/Cargo.toml | 2 +- 2 files changed, 1181 insertions(+), 297 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25c3adc2..03a12f55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -689,6 +689,16 @@ dependencies = [ "num-traits", ] +[[package]] +name = "binary-merkle-tree" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", +] + [[package]] name = "bitcoin-internals" version = "0.2.0" @@ -1794,7 +1804,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1914,6 +1924,22 @@ dependencies = [ "winapi", ] +[[package]] +name = "finality-grandpa" +version = "0.16.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4f8f43dc520133541781ec03a8cab158ae8b7f7169cdf22e9050aa6cf0fbdfc" +dependencies = [ + "either", + "futures", + "futures-timer", + "log", + "num-traits", + "parity-scale-codec", + "parking_lot", + "scale-info", +] + [[package]] name = "fixed-hash" version = "0.8.0" @@ -2032,22 +2058,46 @@ name = "frame-benchmarking" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", + "frame-support 38.2.0", + "frame-support-procedural 30.0.6", + "frame-system 38.0.0", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-runtime-interface 28.0.0", + "sp-storage 21.0.0", + "static_assertions", +] + +[[package]] +name = "frame-benchmarking" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "frame-support 39.0.0", + "frame-support-procedural 31.0.1", + "frame-system 39.1.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-storage", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-runtime-interface 29.0.0", + "sp-storage 22.0.0", "static_assertions", ] @@ -2068,14 +2118,32 @@ version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-support 38.2.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-core 34.0.0", "sp-npos-elections", - "sp-runtime", + "sp-runtime 39.0.5", +] + +[[package]] +name = "frame-executive" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "aquamarine", + "frame-support 39.0.0", + "frame-system 39.1.0", + "frame-try-runtime", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", ] [[package]] @@ -2102,6 +2170,18 @@ dependencies = [ "serde", ] +[[package]] +name = "frame-metadata" +version = "18.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" +dependencies = [ + "cfg-if", + "parity-scale-codec", + "scale-info", + "serde", +] + [[package]] name = "frame-support" version = "38.2.0" @@ -2113,7 +2193,49 @@ dependencies = [ "docify", "environmental", "frame-metadata 16.0.0", - "frame-support-procedural", + "frame-support-procedural 30.0.6", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 34.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-core 34.0.0", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-genesis-builder 0.15.1", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 39.0.5", + "sp-staking 36.0.0", + "sp-state-machine 0.43.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "static_assertions", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "aquamarine", + "array-bytes", + "binary-merkle-tree", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata 18.0.0", + "frame-support-procedural 31.0.1", "impl-trait-for-tuples", "k256", "log", @@ -2124,21 +2246,22 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-metadata-ir", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", + "sp-api 35.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-core 35.0.0", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-metadata-ir 0.8.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", + "sp-state-machine 0.44.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-trie 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "static_assertions", "tt-call", ] @@ -2153,13 +2276,33 @@ dependencies = [ "derive-syn-parse", "docify", "expander", - "frame-support-procedural-tools", + "frame-support-procedural-tools 13.0.0", + "itertools 0.11.0", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "syn 2.0.100", +] + +[[package]] +name = "frame-support-procedural" +version = "31.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "docify", + "expander", + "frame-support-procedural-tools 13.0.1", "itertools 0.11.0", "macro_magic", "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "syn 2.0.100", ] @@ -2168,7 +2311,19 @@ name = "frame-support-procedural-tools" version = "13.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 12.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.100", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "frame-support-procedural-tools-derive 12.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "proc-macro-crate", "proc-macro2", "quote", @@ -2185,6 +2340,16 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "frame-system" version = "38.0.0" @@ -2192,17 +2357,72 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16. dependencies = [ "cfg-if", "docify", - "frame-support", + "frame-support 38.2.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-version 37.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", +] + +[[package]] +name = "frame-system" +version = "39.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "cfg-if", + "docify", + "frame-support 39.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", - "sp-weights", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-version 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", +] + +[[package]] +name = "frame-system-benchmarking" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "parity-scale-codec", + "scale-info", + "sp-core 35.0.0", + "sp-runtime 40.1.0", +] + +[[package]] +name = "frame-system-rpc-runtime-api" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "docify", + "parity-scale-codec", + "sp-api 35.0.0", +] + +[[package]] +name = "frame-try-runtime" +version = "0.45.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "frame-support 39.0.0", + "parity-scale-codec", + "sp-api 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -3141,12 +3361,32 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "impl-codec" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d40b9d5e17727407e55028eafc22b2dc68781786e6d7eb8a21103f5058e3a14" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "impl-more" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" +[[package]] +name = "impl-num-traits" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c" +dependencies = [ + "integer-sqrt", + "num-traits", + "uint 0.10.0", +] + [[package]] name = "impl-serde" version = "0.4.0" @@ -3156,6 +3396,15 @@ dependencies = [ "serde", ] +[[package]] +name = "impl-serde" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a143eada6a1ec4aefa5049037a26a6d597bfd64f8c026d07b77133e02b7dd0b" +dependencies = [ + "serde", +] + [[package]] name = "impl-trait-for-tuples" version = "0.2.3" @@ -4159,14 +4408,14 @@ name = "pallet-authority-discovery" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-support", - "frame-system", + "frame-support 38.2.0", + "frame-system 38.0.0", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 38.0.0", "sp-authority-discovery", - "sp-runtime", + "sp-runtime 39.0.5", ] [[package]] @@ -4174,12 +4423,12 @@ name = "pallet-authorship" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-support", - "frame-system", + "frame-support 38.2.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 39.0.5", ] [[package]] @@ -4187,22 +4436,22 @@ name = "pallet-babe" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 38.0.0", "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-session 36.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -4211,13 +4460,13 @@ version = "39.0.1" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 39.0.5", ] [[package]] @@ -4226,16 +4475,16 @@ version = "0.17.2" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "sp-api 34.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-core 34.0.0", + "sp-runtime 39.0.5", ] [[package]] @@ -4244,14 +4493,14 @@ version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", + "sp-io 38.0.0", + "sp-runtime 39.0.5", ] [[package]] @@ -4259,16 +4508,16 @@ name = "pallet-democracy" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", ] [[package]] @@ -4277,14 +4526,14 @@ version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 38.0.0", + "sp-runtime 39.0.5", ] [[package]] @@ -4292,18 +4541,18 @@ name = "pallet-im-online" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-application-crypto 38.0.0", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-staking 36.0.0", ] [[package]] @@ -4312,17 +4561,17 @@ version = "41.0.2" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", ] [[package]] @@ -4330,31 +4579,27 @@ name = "pallet-mmr" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 34.0.0", + "sp-io 38.0.0", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 39.0.5", ] [[package]] name = "pallet-multisig" -version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "log", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-io", - "sp-runtime", ] [[package]] @@ -4362,16 +4607,16 @@ name = "pallet-referenda" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-io 38.0.0", + "sp-runtime 39.0.5", ] [[package]] @@ -4379,20 +4624,20 @@ name = "pallet-session" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-support", - "frame-system", + "frame-support 38.2.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-state-machine", - "sp-trie", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-session 36.0.0", + "sp-staking 36.0.0", + "sp-state-machine 0.43.0", + "sp-trie 37.0.0", ] [[package]] @@ -4400,20 +4645,20 @@ name = "pallet-staking" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 38.0.0", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-application-crypto 38.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-staking 36.0.0", ] [[package]] @@ -4422,17 +4667,17 @@ version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-storage", - "sp-timestamp", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-storage 21.0.0", + "sp-timestamp 34.0.0", ] [[package]] @@ -4440,13 +4685,13 @@ name = "pallet-vesting" version = "38.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 39.0.5", ] [[package]] @@ -4761,8 +5006,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16. dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.5", ] [[package]] @@ -4776,9 +5021,9 @@ dependencies = [ "polkadot-core-primitives", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 34.0.0", + "sp-runtime 39.0.5", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", ] [[package]] @@ -4794,17 +5039,17 @@ dependencies = [ "polkadot-parachain-primitives", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.5", + "sp-staking 36.0.0", ] [[package]] @@ -4813,10 +5058,10 @@ version = "17.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "bs58", - "frame-benchmarking", + "frame-benchmarking 38.0.0", "parity-scale-codec", "polkadot-primitives", - "sp-tracing", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", ] [[package]] @@ -4827,9 +5072,9 @@ dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more 0.99.19", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", "pallet-authority-discovery", @@ -4852,21 +5097,55 @@ dependencies = [ "rand_chacha 0.3.1", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.5", + "sp-session 36.0.0", + "sp-staking 36.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", "staging-xcm", "staging-xcm-executor", ] +[[package]] +name = "polkadot-sdk-frame" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "docify", + "frame-benchmarking 39.0.0", + "frame-executive", + "frame-support 39.0.0", + "frame-system 39.1.0", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "log", + "parity-scale-codec", + "scale-info", + "sp-api 35.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-block-builder", + "sp-consensus-aura", + "sp-consensus-grandpa", + "sp-core 35.0.0", + "sp-genesis-builder 0.16.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keyring", + "sp-offchain", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-storage 22.0.0", + "sp-transaction-pool", + "sp-version 38.0.0", +] + [[package]] name = "polkavm-common" version = "0.9.0" @@ -4962,10 +5241,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", - "impl-codec", - "impl-serde", + "impl-codec 0.6.0", + "impl-serde 0.4.0", + "scale-info", + "uint 0.9.5", +] + +[[package]] +name = "primitive-types" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" +dependencies = [ + "fixed-hash", + "impl-codec 0.7.1", + "impl-num-traits", + "impl-serde 0.5.0", "scale-info", - "uint", + "uint 0.10.0", ] [[package]] @@ -5106,7 +5399,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5533,7 +5826,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6192,15 +6485,37 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro", - "sp-core", - "sp-externalities", - "sp-metadata-ir", - "sp-runtime", - "sp-runtime-interface", - "sp-state-machine", - "sp-trie", - "sp-version", + "sp-api-proc-macro 20.0.0", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 39.0.5", + "sp-runtime-interface 28.0.0", + "sp-state-machine 0.43.0", + "sp-trie 37.0.0", + "sp-version 37.0.0", + "thiserror 1.0.69", +] + +[[package]] +name = "sp-api" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "docify", + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 21.0.0", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-metadata-ir 0.8.0", + "sp-runtime 40.1.0", + "sp-runtime-interface 29.0.0", + "sp-state-machine 0.44.0", + "sp-trie 38.0.0", + "sp-version 38.0.0", "thiserror 1.0.69", ] @@ -6218,6 +6533,20 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "sp-api-proc-macro" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "Inflector", + "blake2", + "expander", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "sp-application-crypto" version = "38.0.0" @@ -6226,8 +6555,20 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", + "sp-core 34.0.0", + "sp-io 38.0.0", +] + +[[package]] +name = "sp-application-crypto" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 35.0.0", + "sp-io 39.0.0", ] [[package]] @@ -6244,6 +6585,20 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "docify", + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "static_assertions", +] + [[package]] name = "sp-authority-discovery" version = "34.0.0" @@ -6251,9 +6606,35 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16. dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-runtime 39.0.5", +] + +[[package]] +name = "sp-block-builder" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "sp-api 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-consensus-slots 0.41.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-timestamp 35.0.0", ] [[package]] @@ -6265,13 +6646,30 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-timestamp", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-consensus-slots 0.40.1", + "sp-core 34.0.0", + "sp-inherents 34.0.0", + "sp-runtime 39.0.5", + "sp-timestamp 34.0.0", +] + +[[package]] +name = "sp-consensus-grandpa" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", ] [[package]] @@ -6282,15 +6680,72 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp", + "sp-timestamp 34.0.0", ] [[package]] -name = "sp-core" -version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +name = "sp-consensus-slots" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ - "array-bytes", + "parity-scale-codec", + "scale-info", + "serde", + "sp-timestamp 35.0.0", +] + +[[package]] +name = "sp-core" +version = "34.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +dependencies = [ + "array-bytes", + "bitflags 1.3.2", + "blake2", + "bounded-collections", + "bs58", + "dyn-clonable", + "ed25519-zebra", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde 0.4.0", + "itertools 0.11.0", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot", + "paste", + "primitive-types 0.12.2", + "rand 0.8.5", + "scale-info", + "schnorrkel", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-externalities 0.29.0", + "sp-runtime-interface 28.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-storage 21.0.0", + "ss58-registry", + "substrate-bip39 0.6.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "thiserror 1.0.69", + "tracing", + "w3f-bls", + "zeroize", +] + +[[package]] +name = "sp-core" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "array-bytes", "bitflags 1.3.2", "blake2", "bounded-collections", @@ -6300,7 +6755,7 @@ dependencies = [ "futures", "hash-db", "hash256-std-hasher", - "impl-serde", + "impl-serde 0.5.0", "itertools 0.11.0", "k256", "libsecp256k1", @@ -6310,21 +6765,21 @@ dependencies = [ "parity-scale-codec", "parking_lot", "paste", - "primitive-types", + "primitive-types 0.13.1", "rand 0.8.5", "scale-info", "schnorrkel", "secp256k1", "secrecy", "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-externalities 0.30.0", + "sp-runtime-interface 29.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-storage 22.0.0", "ss58-registry", - "substrate-bip39", + "substrate-bip39 0.6.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "thiserror 1.0.69", "tracing", "w3f-bls", @@ -6344,13 +6799,36 @@ dependencies = [ "twox-hash", ] +[[package]] +name = "sp-crypto-hashing" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", +] + [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "quote", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "syn 2.0.100", +] + +[[package]] +name = "sp-crypto-hashing-proc-macro" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "quote", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "syn 2.0.100", ] @@ -6364,6 +6842,16 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "sp-debug-derive" +version = "14.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "sp-externalities" version = "0.29.0" @@ -6371,7 +6859,17 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16. dependencies = [ "environmental", "parity-scale-codec", - "sp-storage", + "sp-storage 21.0.0", +] + +[[package]] +name = "sp-externalities" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-storage 22.0.0", ] [[package]] @@ -6382,8 +6880,20 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api", - "sp-runtime", + "sp-api 34.0.0", + "sp-runtime 39.0.5", +] + +[[package]] +name = "sp-genesis-builder" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde_json", + "sp-api 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -6395,7 +6905,20 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 39.0.5", + "thiserror 1.0.69", +] + +[[package]] +name = "sp-inherents" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 40.1.0", "thiserror 1.0.69", ] @@ -6413,18 +6936,54 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-tracing", - "sp-trie", + "sp-core 34.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-externalities 0.29.0", + "sp-keystore 0.40.0", + "sp-runtime-interface 28.0.0", + "sp-state-machine 0.43.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-trie 37.0.0", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "bytes", + "docify", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive", + "rustversion", + "secp256k1", + "sp-core 35.0.0", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-externalities 0.30.0", + "sp-keystore 0.41.0", + "sp-runtime-interface 29.0.0", + "sp-state-machine 0.44.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-trie 38.0.0", "tracing", "tracing-core", ] +[[package]] +name = "sp-keyring" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "strum", +] + [[package]] name = "sp-keystore" version = "0.40.0" @@ -6432,8 +6991,19 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16. dependencies = [ "parity-scale-codec", "parking_lot", - "sp-core", - "sp-externalities", + "sp-core 34.0.0", + "sp-externalities 0.29.0", +] + +[[package]] +name = "sp-keystore" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "parity-scale-codec", + "parking_lot", + "sp-core 35.0.0", + "sp-externalities 0.30.0", ] [[package]] @@ -6446,6 +7016,16 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-metadata-ir" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "frame-metadata 18.0.0", + "parity-scale-codec", + "scale-info", +] + [[package]] name = "sp-mmr-primitives" version = "34.1.0" @@ -6456,10 +7036,10 @@ dependencies = [ "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", + "sp-api 34.0.0", + "sp-core 34.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-runtime 39.0.5", "thiserror 1.0.69", ] @@ -6471,9 +7051,19 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-core 34.0.0", + "sp-runtime 39.0.5", +] + +[[package]] +name = "sp-offchain" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -6486,6 +7076,15 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-panic-handler" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "backtrace", + "regex", +] + [[package]] name = "sp-runtime" version = "39.0.5" @@ -6503,15 +7102,44 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", + "sp-application-crypto 38.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", "tracing", ] +[[package]] +name = "sp-runtime" +version = "40.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "binary-merkle-tree", + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "num-traits", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 39.0.0", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-trie 38.0.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "tracing", + "tuplex", +] + [[package]] name = "sp-runtime-interface" version = "28.0.0" @@ -6521,13 +7149,32 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "primitive-types 0.12.2", + "sp-externalities 0.29.0", + "sp-runtime-interface-proc-macro 18.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-storage 21.0.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive", + "primitive-types 0.13.1", + "sp-externalities 0.30.0", + "sp-runtime-interface-proc-macro 18.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-storage 22.0.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-wasm-interface 21.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "static_assertions", ] @@ -6544,6 +7191,19 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "Inflector", + "expander", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "sp-session" version = "36.0.0" @@ -6551,11 +7211,25 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16. dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-staking", + "sp-api 34.0.0", + "sp-core 34.0.0", + "sp-keystore 0.40.0", + "sp-runtime 39.0.5", + "sp-staking 36.0.0", +] + +[[package]] +name = "sp-session" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] @@ -6567,8 +7241,21 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 34.0.0", + "sp-runtime 39.0.5", +] + +[[package]] +name = "sp-staking" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -6582,10 +7269,30 @@ dependencies = [ "parking_lot", "rand 0.8.5", "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-trie", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "sp-panic-handler 13.0.0", + "sp-trie 37.0.0", + "thiserror 1.0.69", + "tracing", + "trie-db", +] + +[[package]] +name = "sp-state-machine" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot", + "rand 0.8.5", + "smallvec", + "sp-core 35.0.0", + "sp-externalities 0.30.0", + "sp-panic-handler 13.0.1", + "sp-trie 38.0.0", "thiserror 1.0.69", "tracing", "trie-db", @@ -6596,16 +7303,33 @@ name = "sp-std" version = "14.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +[[package]] +name = "sp-std" +version = "14.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" + [[package]] name = "sp-storage" version = "21.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "impl-serde", + "impl-serde 0.4.0", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", +] + +[[package]] +name = "sp-storage" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "impl-serde 0.5.0", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", ] [[package]] @@ -6615,8 +7339,20 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16. dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents", - "sp-runtime", + "sp-inherents 34.0.0", + "sp-runtime 39.0.5", + "thiserror 1.0.69", +] + +[[package]] +name = "sp-timestamp" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", "thiserror 1.0.69", ] @@ -6631,6 +7367,26 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "sp-tracing" +version = "17.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "sp-transaction-pool" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "sp-api 35.0.0", + "sp-runtime 40.1.0", +] + [[package]] name = "sp-trie" version = "37.0.0" @@ -6646,8 +7402,30 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core", - "sp-externalities", + "sp-core 34.0.0", + "sp-externalities 0.29.0", + "thiserror 1.0.69", + "tracing", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-trie" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "ahash", + "hash-db", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot", + "rand 0.8.5", + "scale-info", + "schnellru", + "sp-core 35.0.0", + "sp-externalities 0.30.0", "thiserror 1.0.69", "tracing", "trie-db", @@ -6659,15 +7437,32 @@ name = "sp-version" version = "37.0.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ - "impl-serde", + "impl-serde 0.4.0", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-runtime 39.0.5", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-version-proc-macro 14.0.0", + "thiserror 1.0.69", +] + +[[package]] +name = "sp-version" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "impl-serde 0.5.0", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-runtime 40.1.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-version-proc-macro 15.0.0", "thiserror 1.0.69", ] @@ -6682,6 +7477,18 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "sp-version-proc-macro" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "parity-scale-codec", + "proc-macro-warning", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "sp-wasm-interface" version = "21.0.1" @@ -6693,6 +7500,17 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -6703,8 +7521,22 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-debug-derive", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", +] + +[[package]] +name = "sp-weights" +version = "31.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "bounded-collections", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", ] [[package]] @@ -6965,7 +7797,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6982,8 +7814,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-weights", + "sp-runtime 39.0.5", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", "xcm-procedural", ] @@ -6993,16 +7825,16 @@ version = "17.0.1" source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 38.0.0", + "frame-support 38.2.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "sp-core 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", "staging-xcm", "tracing", ] @@ -7039,6 +7871,28 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.100", +] + [[package]] name = "substrate-bip39" version = "0.6.0" @@ -7051,6 +7905,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "hmac 0.12.1", + "pbkdf2", + "schnorrkel", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "subtle" version = "2.6.1" @@ -7438,7 +8304,7 @@ dependencies = [ "rustc-hash", "serde", "serde_json", - "sp-core", + "sp-core 34.0.0", "subvt-config", "subvt-types", "subvt-utility", @@ -7509,8 +8375,8 @@ dependencies = [ "chrono", "enum-iterator", "frame-metadata 15.1.0", - "frame-support", - "frame-system", + "frame-support 38.2.0", + "frame-system 38.0.0", "hex", "lazy_static", "log", @@ -7532,9 +8398,9 @@ dependencies = [ "serde", "serde_json", "sp-consensus-babe", - "sp-core", - "sp-runtime", - "sp-staking", + "sp-core 34.0.0", + "sp-runtime 39.0.5", + "sp-staking 36.0.0", "sqlx", "subvt-proc-macro", "subvt-utility", @@ -7744,7 +8610,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -8217,6 +9083,12 @@ dependencies = [ "utf-8", ] +[[package]] +name = "tuplex" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "676ac81d5454c4dcf37955d34fa8626ede3490f744b86ca14a7b90168d2a08aa" + [[package]] name = "twox-hash" version = "1.6.3" @@ -8253,6 +9125,18 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "uint" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + [[package]] name = "unic-char-property" version = "0.9.0" @@ -8737,7 +9621,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/subvt-types/Cargo.toml b/subvt-types/Cargo.toml index 5a22d148..ba476035 100644 --- a/subvt-types/Cargo.toml +++ b/subvt-types/Cargo.toml @@ -19,7 +19,7 @@ pallet-conviction-voting = { git = "https://github.com/paritytech/polkadot-sdk.g pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } -pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } +pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.17.2" } pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } parity-scale-codec = { version = "3.6", default-features = false, features = ["derive", "full"] }