diff --git a/Cargo.lock b/Cargo.lock index 25c3adc2..fe044539 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]] @@ -2032,22 +2042,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", ] @@ -2062,20 +2096,47 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "frame-election-provider-solution-type" +version = "14.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "frame-election-provider-support" 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-election-provider-solution-type 14.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5)", + "frame-support 38.2.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-npos-elections", - "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-npos-elections 34.0.0", + "sp-runtime 39.0.5", +] + +[[package]] +name = "frame-election-provider-support" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "frame-election-provider-solution-type 14.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "frame-support 39.0.0", + "frame-system 39.1.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-core 35.0.0", + "sp-npos-elections 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -2102,6 +2163,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 +2186,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 +2239,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 +2269,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 +2304,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 +2333,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 +2350,37 @@ 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]] @@ -3141,12 +3319,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 +3354,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" @@ -4156,17 +4363,17 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authority-discovery" -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-support", - "frame-system", - "pallet-session", + "frame-support 39.0.0", + "frame-system 39.1.0", + "pallet-session 39.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-authority-discovery", - "sp-runtime", + "sp-application-crypto 39.0.0", + "sp-authority-discovery 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -4174,68 +4381,81 @@ 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 39.0.5", +] + +[[package]] +name = "pallet-authorship" +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-system 39.1.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-babe" -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", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-authorship", - "pallet-session", - "pallet-timestamp", + "pallet-authorship 39.0.0", + "pallet-session 39.0.0", + "pallet-timestamp 38.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "sp-application-crypto 39.0.0", + "sp-consensus-babe 0.41.0", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", ] [[package]] name = "pallet-balances" -version = "39.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "40.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] name = "pallet-broker" -version = "0.17.2" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "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-runtime 40.1.0", ] [[package]] @@ -4244,14 +4464,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 +4479,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 +4497,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,54 +4512,54 @@ 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", + "pallet-authorship 38.0.0", "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]] name = "pallet-message-queue" -version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.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.17.2)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", ] [[package]] name = "pallet-mmr" -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", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 35.0.0", + "sp-io 39.0.0", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] @@ -4347,14 +4567,14 @@ name = "pallet-multisig" 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-io", - "sp-runtime", + "sp-io 38.0.0", + "sp-runtime 39.0.5", ] [[package]] @@ -4362,16 +4582,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 +4599,41 @@ 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", + "pallet-timestamp 37.0.0", "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]] +name = "pallet-session" +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-system 39.1.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 38.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", + "sp-state-machine 0.44.0", + "sp-trie 38.0.0", ] [[package]] @@ -4400,20 +4641,41 @@ 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-election-provider-support", - "frame-support", - "frame-system", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.2.0", + "frame-system 38.0.0", + "log", + "pallet-authorship 38.0.0", + "pallet-session 38.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-application-crypto 38.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.5", + "sp-staking 36.0.0", +] + +[[package]] +name = "pallet-staking" +version = "39.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "frame-benchmarking 39.0.0", + "frame-election-provider-support 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", - "pallet-authorship", - "pallet-session", + "pallet-authorship 39.0.0", + "pallet-session 39.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-application-crypto 39.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", ] [[package]] @@ -4422,31 +4684,50 @@ 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]] -name = "pallet-vesting" +name = "pallet-timestamp" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "docify", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-storage 22.0.0", + "sp-timestamp 35.0.0", +] + +[[package]] +name = "pallet-vesting" +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", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime", + "sp-runtime 40.1.0", ] [[package]] @@ -4761,8 +5042,19 @@ 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]] +name = "polkadot-core-primitives" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -4773,12 +5065,28 @@ dependencies = [ "bounded-collections", "derive_more 0.99.19", "parity-scale-codec", - "polkadot-core-primitives", + "polkadot-core-primitives 15.0.0", + "scale-info", + "serde", + "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]] +name = "polkadot-parachain-primitives" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "bounded-collections", + "derive_more 0.99.19", + "parity-scale-codec", + "polkadot-core-primitives 16.0.0", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 35.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", ] [[package]] @@ -4790,79 +5098,107 @@ dependencies = [ "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", + "polkadot-core-primitives 15.0.0", + "polkadot-parachain-primitives 14.0.0", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", + "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 34.0.0", + "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]] -name = "polkadot-runtime-metrics" +name = "polkadot-primitives" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", + "scale-info", + "serde", + "sp-api 35.0.0", + "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-authority-discovery 35.0.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-staking 37.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "thiserror 1.0.69", +] + +[[package]] +name = "polkadot-runtime-metrics" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "bs58", - "frame-benchmarking", + "frame-benchmarking 39.0.0", "parity-scale-codec", - "polkadot-primitives", - "sp-tracing", + "polkadot-primitives 17.0.0", + "sp-tracing 17.0.1 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", ] [[package]] name = "polkadot-runtime-parachains" -version = "17.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more 0.99.19", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 39.0.0", + "frame-support 39.0.0", + "frame-system 39.1.0", "impl-trait-for-tuples", "log", "pallet-authority-discovery", - "pallet-authorship", + "pallet-authorship 39.0.0", "pallet-babe", "pallet-balances", "pallet-broker", "pallet-message-queue", "pallet-mmr", - "pallet-session", - "pallet-staking", - "pallet-timestamp", + "pallet-session 39.0.0", + "pallet-staking 39.0.1", + "pallet-timestamp 38.0.0", "pallet-vesting", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", + "polkadot-core-primitives 16.0.0", + "polkadot-parachain-primitives 15.0.0", + "polkadot-primitives 17.0.0", "polkadot-runtime-metrics", "rand 0.8.5", "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 35.0.0", + "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-inherents 35.0.0", + "sp-io 39.0.0", + "sp-keystore 0.41.0", + "sp-runtime 40.1.0", + "sp-session 37.0.0", + "sp-staking 37.0.0", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "staging-xcm", "staging-xcm-executor", ] @@ -4962,10 +5298,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 +5456,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5533,7 +5883,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6192,15 +6542,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", ] @@ -6219,15 +6591,41 @@ dependencies = [ ] [[package]] -name = "sp-application-crypto" -version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +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" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "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", - "sp-io", + "sp-core 35.0.0", + "sp-io 39.0.0", ] [[package]] @@ -6244,6 +6642,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 +6663,21 @@ 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-authority-discovery" +version = "35.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-application-crypto 39.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -6265,13 +6689,31 @@ 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-babe" +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", + "serde", + "sp-api 35.0.0", + "sp-application-crypto 39.0.0", + "sp-consensus-slots 0.41.0", + "sp-core 35.0.0", + "sp-inherents 35.0.0", + "sp-runtime 40.1.0", + "sp-timestamp 35.0.0", ] [[package]] @@ -6282,7 +6724,18 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp", + "sp-timestamp 34.0.0", +] + +[[package]] +name = "sp-consensus-slots" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-timestamp 35.0.0", ] [[package]] @@ -6300,7 +6753,53 @@ dependencies = [ "futures", "hash-db", "hash256-std-hasher", - "impl-serde", + "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", + "bs58", + "dyn-clonable", + "ed25519-zebra", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde 0.5.0", "itertools 0.11.0", "k256", "libsecp256k1", @@ -6310,21 +6809,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 +6843,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 +6886,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 +6903,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 +6924,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 +6949,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,14 +6980,40 @@ 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", ] @@ -6432,8 +7025,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,20 +7050,30 @@ 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" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "log", "parity-scale-codec", "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", + "sp-api 35.0.0", + "sp-core 35.0.0", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-runtime 40.1.0", "thiserror 1.0.69", ] @@ -6471,9 +7085,22 @@ 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-npos-elections" +version = "35.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-arithmetic 26.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", + "sp-core 35.0.0", + "sp-runtime 40.1.0", ] [[package]] @@ -6486,6 +7113,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,13 +7139,42 @@ 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]] @@ -6521,13 +7186,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 +7228,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 +7248,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 +7278,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 +7306,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 +7340,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 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", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", ] [[package]] @@ -6615,8 +7376,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 +7404,17 @@ 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-trie" version = "37.0.0" @@ -6646,8 +7430,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 +7465,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 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", - "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.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 +7505,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 +7528,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 +7549,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,44 +7825,46 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] name = "staging-xcm" -version = "14.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "15.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "array-bytes", "bounded-collections", "derivative", "environmental", + "frame-support 39.0.0", + "hex-literal", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-weights", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "xcm-procedural", ] [[package]] name = "staging-xcm-executor" -version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "environmental", - "frame-benchmarking", - "frame-support", + "frame-benchmarking 39.0.0", + "frame-support 39.0.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.17.2)", + "sp-core 35.0.0", + "sp-io 39.0.0", + "sp-runtime 40.1.0", + "sp-weights 31.0.0 (git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2)", "staging-xcm", "tracing", ] @@ -7051,6 +7913,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 +8312,7 @@ dependencies = [ "rustc-hash", "serde", "serde_json", - "sp-core", + "sp-core 34.0.0", "subvt-config", "subvt-types", "subvt-utility", @@ -7509,8 +8383,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", @@ -7521,20 +8395,20 @@ dependencies = [ "pallet-im-online", "pallet-multisig", "pallet-referenda", - "pallet-staking", + "pallet-staking 38.0.0", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-primitives", + "polkadot-core-primitives 15.0.0", + "polkadot-primitives 16.0.0", "polkadot-runtime-parachains", "rustc-hash", "scale-bits", "scale-info", "serde", "serde_json", - "sp-consensus-babe", - "sp-core", - "sp-runtime", - "sp-staking", + "sp-consensus-babe 0.40.0", + "sp-core 34.0.0", + "sp-runtime 39.0.5", + "sp-staking 36.0.0", "sqlx", "subvt-proc-macro", "subvt-utility", @@ -7744,7 +8618,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -8217,6 +9091,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 +9133,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 +9629,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]] @@ -9000,8 +9892,8 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "10.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.16.5#ac431bce9d42edd0b04530f7dada02c37c0aa1de" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?tag=polkadot-v1.17.2#863f353d20749caccfd1ccd548cc0cd85291f3a8" dependencies = [ "Inflector", "proc-macro2", diff --git a/subvt-types/Cargo.toml b/subvt-types/Cargo.toml index 5a22d148..42799e26 100644 --- a/subvt-types/Cargo.toml +++ b/subvt-types/Cargo.toml @@ -25,7 +25,7 @@ pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = parity-scale-codec = { version = "3.6", default-features = false, features = ["derive", "full"] } polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.17.2" } rustc-hash = "2.0" scale-info = "2.10" serde = { version = "1.0", features = ["derive"] }