From d96b93ecd8c6bc5eb99bbc01693e285ae808d688 Mon Sep 17 00:00:00 2001 From: Tin Chung <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:28:41 +0700 Subject: [PATCH] chore: upgrade to 1.9.0 (#179) --- Cargo.lock | 4577 ++++++++++++----------- Cargo.toml | 194 +- runtime/devnet/src/config/contracts.rs | 4 +- runtime/devnet/src/lib.rs | 6 +- runtime/testnet/src/config/contracts.rs | 4 +- runtime/testnet/src/lib.rs | 6 +- 6 files changed, 2485 insertions(+), 2306 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19462803..29a91410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,6 +203,20 @@ dependencies = [ "num-traits", ] +[[package]] +name = "aquamarine" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" +dependencies = [ + "include_dir", + "itertools 0.10.5", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "aquamarine" version = "0.5.0" @@ -505,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f064aa017f01e30c8e63a616df8dbcaeec8b32f5cfd52a37abe16c9f6d073be2" -dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-bridge-hub-router 0.7.0", - "parachains-common 9.0.0", +checksum = "1c81733430dbb312765566043bcb2c022dbb7492bacbe67018c630dbce753936" +dependencies = [ + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-bridge-hub-router 0.8.0", + "parachains-common 10.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] @@ -877,19 +891,35 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ - "bitcoin_hashes", + "bitcoin_hashes 0.11.0", "rand", "rand_core 0.6.4", "serde", "unicode-normalization", ] +[[package]] +name = "bitcoin-internals" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" + [[package]] name = "bitcoin_hashes" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" +[[package]] +name = "bitcoin_hashes" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" +dependencies = [ + "bitcoin-internals", + "hex-conservative", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -1113,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0385451093c090de3cd21df0fc167d850cd1593ebe92ab46a3cc94134a9ee9f7" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.9.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 30.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1147,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92750c1e1c3acf6ad275b98dbdf39e5f712c6191200e918c72f3971dc68bd3dc" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f687d8cdbc20a020c47bdba2e4a4036d89c0b653e790e2b88381e7b83ca902" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.9.0", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-header-chain 0.10.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1200,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d7c738771da06f4625df5fe80c8d1500bfeb96222dd84953e56205ed1f1f235" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7d60cd3e121ea701141a3501fd7414d3274150866214678b24d0ad9e322ad8d" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-support 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1258,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054cd0a70ff7f847a9072e097e493bfa5cd0434c26d257132f9a05ebc5f73bce" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1271,34 +1301,34 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6a7cd5acb864eb002cb324def3e92fc7aea3b890dcf8467c23d102413e54268" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.9.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 32.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -1324,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c4f6632dc163635dac350d682f84513e506d8b156a6e936ed531586cf83624c" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79be531ae384634bb02bbe75b8107959a297dba4f4743eae75b8249d9df3c9e2" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.9.0", - "bp-messages 0.9.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.9.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.8.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 30.0.0", - "pallet-utility 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2066,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7973210fbe9e3aa9e0c3526a640e53ca4d337edd831bba36ad95477f15be2d6" +checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" dependencies = [ "clap", "parity-scale-codec", @@ -2077,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcc86757baaf304dc5e31f4258494cb555684b1192880f099c1804461afd9c76" +checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38090a161c97a592632642de9937536031f400a6342167fb694459e7d7a0868f" +checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2133,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-timestamp 28.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-timestamp 29.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1b4650279485c065ef0d320fe3eca76c28b118884985aedf6bfc9a4a567efae" +checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-timestamp 28.0.0", - "sp-trie 31.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-timestamp 29.0.0", + "sp-trie 32.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f09f56940da9f0479a7a4a823c1d6abf772263efeb6de60eb54a414816031ee7" +checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-parachain-inherent 0.10.0", "sp-consensus", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b07a201d4bdbbe3a704fb24401e95320ca8f4d36a6b21dd16b6e64ea9fc2f53" +checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2208,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f691d5c3cd55f18d377b171c37d388f60c8cc86b123dde2419b0995e21f114cb" +checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-crypto-hashing", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4169440db89a04618d9a030d9443171b865649d298e27b087604a0b9f70ffa8f" +checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2259,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1b5b0f16d370cb4bdb1db6ef852a121607441b2ffe98603de5961d35feb187b" +checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-proof-size-hostfunction 0.4.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2298,12 +2328,12 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-transaction-pool 28.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-transaction-pool 29.0.0", ] [[package]] @@ -2327,20 +2357,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8c0f09547fdc04119cf10f7c7fef2365e50c4ebb994501ff49c59b4513d860" +checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-aura 29.0.0", - "pallet-timestamp 29.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-aura 30.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2382,37 +2412,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60ed4784ab971a10b3b5d4094e6dd391a994ac9d5f48ee18cb1db1fe5b2b1e4a" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", - "cumulus-primitives-proof-size-hostfunction 0.4.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 33.0.0", + "pallet-message-queue 34.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "scale-info", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-std", - "sp-trie 31.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", "trie-db", ] @@ -2445,16 +2475,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07d60332d340bbf286af82553bd497bc958985b883c7e71a2cbb46ac8e814adb" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2477,19 +2507,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ff39e7420c30c2f1d528e254e993e21414c4a3c01f90d7c2e6dcfbd19049c18" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2520,28 +2550,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "753e8fcd97b3ae801bad71b2909c1e323683c0c49f7c92b2b3766ab58189a45f" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.8.0", - "cumulus-primitives-core 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "cumulus-primitives-core 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-message-queue 33.0.0", + "pallet-message-queue 34.0.0", "parity-scale-codec", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -2561,16 +2591,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b362f87e3fe8c8bd4c2b95fe4f8fcf601d1cf134c2c584297fdce18d8f60eb" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-primitives 9.0.0", - "sp-api 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2594,20 +2624,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "855c15fa25c6b55446e1c07f5cc830cfc0547e4d6d2b46b66dc28b088e69db75" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "scale-info", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", - "staging-xcm 9.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2628,18 +2658,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4043915fbee54cc0acc83450f035989aa2e1170210e9e6d7fc2a5773cd81eef" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-inherents 28.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -2655,13 +2685,13 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7034e98f0883e9f5601063c7d252406ee5cc9c98090635e33fa3070bfcb62cb" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" dependencies = [ "sp-externalities 0.27.0", "sp-runtime-interface 26.0.0", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -2687,33 +2717,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dc4ccf3de0ffcd12b50954651421074699c4e103d9e17b8cb90265b2a72abcc" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", "log", - "pallet-asset-conversion 12.0.0", + "pallet-asset-conversion 13.0.0", "parity-scale-codec", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf009edca50d0be7e7408c16482dc2f389cfcf5d490c0e4700d41f9487ddd86f" +checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2724,48 +2754,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d70b6d323b475b48c5e5cb215b032d685683d5c94ae9a4e808fb171b88a5e66" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689c2b0c1fc49c58e5d51faa45ae361f993f8d0f313abeab1990ac58c10cbcbd" +checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2774,7 +2804,8 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-service", "sc-authority-discovery", "sc-client-api", "sc-network", @@ -2782,11 +2813,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2794,12 +2825,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a094c62e40c3731c7cb4a0a78f80bbbe73e665e0bf367a28213e68d5b80a8ba3" +checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" dependencies = [ "async-trait", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2817,14 +2848,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-version 31.0.0", + "sp-version 32.0.0", "thiserror", "tokio", "tokio-util", @@ -2834,17 +2865,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b934962b9161c12a09521d2919cec1923a9dc7361beae6850e627c9da99c807c" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" dependencies = [ - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -3234,6 +3265,7 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", + "serdect", "signature", "spki", ] @@ -3313,40 +3345,41 @@ dependencies = [ "pkcs8", "rand_core 0.6.4", "sec1", + "serdect", "subtle 2.5.0", "zeroize", ] [[package]] name = "emulated-integration-tests-common" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b408b688947a0f16d131985840918b23dfc52aa6be4a9318598da22e0e13f870" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ "asset-test-utils", - "bp-messages 0.9.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", "pallet-bridge-messages", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "staging-xcm 9.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", "xcm-emulator", ] @@ -3804,24 +3837,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34134abd64876c2cba150b703d8c74b1b222147e61dbc33cbb9db72f7c1cdb2f" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" dependencies = [ - "frame-support 30.0.0", - "frame-support-procedural 25.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-support-procedural 26.0.1", + "frame-system 31.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", "sp-std", "sp-storage", @@ -3830,18 +3863,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "34.0.0" +version = "35.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e618a6cbce60ed9a94850b2cb7d08a08e391ee0f287ee20082430da2d385916b" +checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3860,18 +3893,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "sp-wasm-interface", "thiserror", "thousands", @@ -3909,19 +3942,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53ff3c76750b481f9fd633ccddeed955426adc28aee566dd7233b7ac22cda9f5" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" dependencies = [ "frame-election-provider-solution-type", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -3946,19 +3979,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d4542ef9abae48cb665f9992ece20ecded914ecfdaafb3f76968c645358b8df" +checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-try-runtime 0.36.0", + "aquamarine 0.3.3", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-try-runtime 0.37.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", ] @@ -3993,9 +4027,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e11f19ac2855385880d96366287a52fa4cc513e2d5ec53b891a5f7ac7be2a71" +checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" dependencies = [ "futures", "indicatif", @@ -4003,11 +4037,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "spinners", "substrate-rpc-client", "tokio", @@ -4020,7 +4054,7 @@ version = "29.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8e52c84b611d2049d9253f83a62ab0f093e4be5c42a7ef42ea5bb16d6611e32" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "array-bytes 6.2.2", "bitflags 1.3.2", "docify", @@ -4058,17 +4092,17 @@ dependencies = [ [[package]] name = "frame-support" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40bde5b74ac70a1c9fe4f846220ea10e78b81b0ffcdb567d16d28472bc332f95" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "array-bytes 6.2.2", "bitflags 1.3.2", "docify", "environmental", "frame-metadata", - "frame-support-procedural 25.0.0", + "frame-support-procedural 26.0.1", "impl-trait-for-tuples", "k256", "log", @@ -4079,21 +4113,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", "sp-metadata-ir", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", "sp-std", "sp-tracing", - "sp-weights 29.0.0", + "sp-weights 30.0.0", "static_assertions", "tt-call", ] @@ -4120,9 +4154,9 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "25.0.0" +version = "26.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bf871c6655636a40a74d06f7f1bf69813f8037ad269704ae35b1c56c42ec" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" dependencies = [ "Inflector", "cfg-expr", @@ -4209,23 +4243,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c302f711acf3196b4bf2b4629a07a2ac6e44cd1782434ec88b85d59adfb1204d" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" dependencies = [ "cfg-if", "docify", - "frame-support 30.0.0", + "frame-support 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -4246,17 +4280,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e41213421daaf14370e6d59016bd1be5e8d8c990bb336b72e72b3c60d874d3df" +checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -4272,12 +4306,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b48b28339a07bb7e797d3546c29600dd0b7c97ffd9d6642665dc96d81c0b475" +checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", ] [[package]] @@ -4295,14 +4329,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be404b49a2c947a77ec813b372ca5119182f8de131ee98a5656bc1043958b8b" +checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" dependencies = [ - "frame-support 30.0.0", + "frame-support 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -4636,9 +4670,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.5.0" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" +checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ "log", "pest", @@ -4725,6 +4759,12 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +[[package]] +name = "hex-conservative" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" + [[package]] name = "hex-literal" version = "0.4.1" @@ -5106,29 +5146,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.9.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", - "frame-support 30.0.0", - "pallet-assets 31.0.0", - "pallet-balances 30.0.0", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", + "frame-support 31.0.0", + "pallet-assets 32.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-authority-discovery 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", "tracing-subscriber 0.3.18", ] @@ -5384,6 +5424,7 @@ dependencies = [ "ecdsa", "elliptic-curve", "once_cell", + "serdect", "sha2 0.10.8", ] @@ -6320,38 +6361,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc2f5c2f4d5e8ad1c275708b7d7e23fa2812cc94e3591b864d9d89f96b3fea4" +checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "mmr-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93c2b8a657edbe89a72f0d95e31d7f31837035a067f0316499aaa9bddf6dda78" +checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -6912,20 +6953,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c423381a64cf1d9ee7b5d6be968e4b94019a7b993ba8c92eca5842bfdba40651" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -6963,17 +7004,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561cfeb28ce89a79f4e1663a44724a1f551536bd41c1d2c6e66432480f948f68" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -6998,20 +7039,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6530bad86d493df89539037e6dca0114d979f8e6c3c9f0c704ff6ee2dc6df676" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-transaction-payment 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7034,18 +7075,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c54b67fb2fab83382f7cd860aa5e0e0d478c914f81b87a7c24df2d93f740a89" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7069,19 +7110,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b1085f847e49c5a56d4a7f87815f4ac6d37cd7e3997e2444abc105e2207aeca" +checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-timestamp 29.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-aura 0.34.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7104,18 +7145,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "30.0.1" +version = "31.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "485ca0e15ffc8c60d8e101112f3ce26fe139582f7416e2697955b63f478cf038" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-authority-discovery 28.0.0", - "sp-runtime 33.0.0", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7136,16 +7177,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1f02863403c1cf5e9f49fd492c8cdb329d4b45029f3f19f278b3ba832a2b81" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7176,26 +7217,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91a0fdb62c2d72c3c680deca50121d4bf2d8ed4b24dedd85f5b98ac454e781b" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7205,7 +7246,7 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd27bfa4bfa5751652842b81241c7eff3e68f2806d9dacc17b03d2cb20a39756" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "docify", "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", @@ -7224,23 +7265,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69670ec14dc7b2c1cc0786a7cec891d1c7e0e2ce67e155721dd493cb3096b50b" +checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" dependencies = [ - "aquamarine", + "aquamarine 0.5.0", "docify", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", ] @@ -7264,18 +7305,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f68b79a1f9f10c63377177155a4ac3ac08db356027a3d8bc826e1af65c885b8d" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7302,22 +7343,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f32bf6b3fec18e3ad0831e98e39857e2be1a8c3c240b978930f98f6df82cfa7" +checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 15.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-consensus-beefy 16.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7349,27 +7390,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c960ba2f8be1e52f238ccf2e7bffb5b96adf8d15fb19ac24ac01571c4b61954a" +checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-beefy 30.0.0", - "pallet-mmr 29.0.0", - "pallet-session 30.0.0", + "pallet-beefy 31.0.0", + "pallet-mmr 30.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-api 29.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-std", ] @@ -7394,104 +7435,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abeb09ea0290befa44738288c5dfe72ed9b21ec5e3c5d7e82e081376f1c029be" +checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-treasury 29.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a34d35e77a6c807dd2a03d482573e6d82693b3bccd2d7621b97118ff93484a" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.9.0", - "bp-runtime 0.9.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 15.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4231cbbb2405ad29a7199b8be029115b8eec029cef061e74336913fbb703e84e" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.9.0", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839082293926b4dc240cf418b9674cc810e04a370853a60632f4d883ff7ffc45" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.9.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.9.0", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd122c0aa3e8842b49b3d1d11a994818eec477904178b13e21f4395f8aa6cd95" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.9.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.9.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-runtime 0.10.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7516,19 +7557,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16828306edf66de7412d769f4716fd54f9046713e8e63a774f75814c9ca7a898" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" dependencies = [ "bitvec", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7554,21 +7595,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d309cc33a3cc3485527faf3429e2f776dd64311d031d330d079444231f85c5c4" +checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-bounties 29.0.0", - "pallet-treasury 29.0.0", + "pallet-bounties 30.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7595,57 +7636,57 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "11.0.1" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf453482e8f6d7d6534f982a02d1b61b1997c561d541cdb67477cd6b66636fcf" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3241a9f6ba5fde426bc306ae514550377f3407dcfcc351d47e9fff297ccde6a0" +checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d67a473c8b28c22d998cc948fa2131ce2981af23dd65a5f7199518ac6d02c86" +checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", @@ -7654,22 +7695,22 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", "wasm-instrument", "wasmi", ] [[package]] name = "pallet-contracts-proc-macro" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c46c4f00188ed27e1cbe8eab750147d63daf25e9b7d66749646cf46d8a21ab96" +checksum = "de0cb1d904c58964cf5015adc7683fb9467b8b7e8f281619aae403f43dc2c48c" dependencies = [ "proc-macro2", "quote", @@ -7678,9 +7719,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0a220fabeb1e7484f691248aa68101dc045ef8dc2cad5b5cc88c31df022c6e6" +checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7709,38 +7750,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb246d7cb84a78d1847770cf7c76e52d8b85dc80e8b6cd34414f9cbae0f5511f" +checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" dependencies = [ "assert_matches", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "247fc95fd76eff387678b251f56ea6832df0dcd55269cd76fe1b8a9fa888d0f4" +checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7770,24 +7811,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea7ebcb00352d6a814f3f92ed702a898eb4d78edba740930f97b6a38e577f820" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-election-provider-support-benchmarking 29.0.0", + "pallet-election-provider-support-benchmarking 30.0.0", "parity-scale-codec", "rand", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", "strum 0.24.1", ] @@ -7809,36 +7850,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c57509f5a4fd41a953c2e29813a2ba09f30a5bf59c5f98bfcbb7c2619b7d931" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4cdc5615ff4651a9e85f980781b0023fff25572130006cd73bf287b7c160b3" +checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7864,21 +7905,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c915f2da843cd2bfbdbe6379624c94e1e93296488f17be4e380a7086b59cf9" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7908,25 +7949,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b22d7b2ad0fa9811c441051cc90792924d58fe6d0cfeff8db231da68fcc9fa" +checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -7950,19 +7991,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f0a43b8d840ffd170fa05e277160dedfafa10c83cb39089afcce571fed5e08" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" dependencies = [ "enumflags2", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7989,22 +8030,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57205599c150041e666cbdb53300201de5378b603f12d1efcf7dfa8d61fd8829" +checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", + "pallet-authorship 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8028,37 +8069,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b5330b6bed6d82e0aa9ae18af0f8ce1f79cf86cf7cb49efc38920a652ad948" +checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db551d8d3fec5f7b584db0b28af396412e25bb0ae0e018c3cb75761efc71115c" +checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8085,23 +8126,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31856e2c797c6a262c22b63ce195901ef48b66d7b80a8a1d0f3b5f1c88a51332" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" dependencies = [ "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -8125,20 +8166,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "992df88910f526671b357d9269a5c7d6c8ab025ee7126fce897d2869e2059390" +checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8161,36 +8202,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e06afee42c1b10c172500e3c455543ecaae7c7f3aa9631e23a66d82547f6108" +checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceef81be60fa271dbf8404bf548e16e09677cc095fb28cc97c000cf5200e2f18" +checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-assets 31.0.0", - "pallet-nfts 24.0.0", + "pallet-assets 32.0.0", + "pallet-nfts 25.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8215,20 +8256,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "24.0.0" +version = "25.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44cd4652db25a5136fb6ded7032b1a68b36e3a5d8d22802fc42a07cbfd71d581" +checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" dependencies = [ "enumflags2", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8246,30 +8287,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a16bbcc2ca90e45afb58f031d1f1c350e74f4b8ea5fefeed556b8a4d77df1761" +checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" dependencies = [ - "pallet-nfts 24.0.0", + "pallet-nfts 25.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71526b32ab454e10db38f35aff90ed5d537962597e1aa9cc9211c8020e566e85" +checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8295,20 +8336,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f327bb93b56ce995d95eaf05b1bfc6b23a453b9412aa41ff6d362dff722413c" +checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", "sp-tracing", ] @@ -8336,22 +8377,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4c7bb170227cbbfcc8d1795cb0e2053c79a1d2738c5f85b13afee151e2d334" +checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-bags-list 29.0.0", - "pallet-nomination-pools 27.0.0", - "pallet-staking 30.0.2", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-bags-list 30.0.0", + "pallet-nomination-pools 28.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", - "sp-staking 28.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8369,13 +8410,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb2bb3ab695ec7e79a668823bfa63329fd087f02ce707316f8f33fe7c5577e6" +checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" dependencies = [ - "pallet-nomination-pools 27.0.0", + "pallet-nomination-pools 28.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-std", ] @@ -8399,19 +8440,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2f06e9da4dff8765a4bbae81b06932ff6ab8f0197d26497a5edd2b58efa303" +checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8442,26 +8483,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812bc221afa5d12ff341455a1d62a2516e734af84324433392c8b2923d89d80b" +checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-grandpa 30.0.0", - "pallet-im-online 29.0.0", - "pallet-offences 29.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-grandpa 31.0.0", + "pallet-im-online 30.0.0", + "pallet-offences 30.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8485,19 +8526,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8573ce5aad3f488b2565707624c675c25af8b67d6ece102565d9fdbf57eaed8" +checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8519,53 +8560,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d6b9f7210b6cd4dcf531c1f8729eaeb7dfbed8e8b1b01b1747240b0f8a715d" +checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e06d19491f9a6a0cde4ba3e6c02d8366af60efea8fbf9ffb27ca674b1ecca622" +checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786d77701ccba3306b0c4bf8a2c3d2f160723eb219db7e2248cf505e5cdb86f6" +checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8591,37 +8632,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6866372ff2428967876e906c725b97a4b32612c9a2a9d9c3c1478c7060ea5ff6" +checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" dependencies = [ "assert_matches", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eec41db5afabcc945d98ce427980faa56a867bdcd40133e662cf96546ff951de" +checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8646,21 +8687,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5daf9f2a35fb6902011fc66e0d8c9831acd86512a78f298b52aba4970b121075" +checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -8688,25 +8729,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42218759d10405996ae378968751a9b1142b47f6b887562f2df50cc14b1c7eaa" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 29.0.0", + "pallet-timestamp 30.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -8729,38 +8770,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aafe03e451af13c599da6f2cca66e20a5c0b522b31ad7c35d6a1a261081a2f70" +checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "parity-scale-codec", "rand", - "sp-runtime 33.0.0", - "sp-session 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ce9f43cb5d254f17a3f747b5aa4ecfaace31d765bd102a4b4b2565b8353c3a" +checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8790,25 +8831,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "30.0.2" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb21ca0ce32bc5dc5df451001bff611e8cf530b8606f9b5705e4a428c6fa0cf" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-authorship 30.0.0", - "pallet-session 30.0.0", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 32.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -8857,13 +8898,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2773af1f9c4c4d70ec9a0a4feed15ac47355544aee9520c2901d751eef644cef" +checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", - "sp-staking 28.0.0", + "sp-api 29.0.0", + "sp-staking 29.0.0", ] [[package]] @@ -8886,19 +8927,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e81be14eff1fa562bb0b9af69932e91803d9e5c63888ad9c390741a7906058" +checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8921,18 +8962,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78e1b72aeabc9f0ba731229ccef31d8e5a160faae5edf2651a8cdacaa2690124" +checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -8959,42 +9000,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c307589adc04a0d578ae00231bc04f1a53ef07a0aa2f3e9d4c7e4bf419bf6e3d" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-storage", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] name = "pallet-tips" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efa45c34750ebd677c4d449695e84cc25c1ce5b9eea531332d1c60e22b69ff01" +checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-treasury 29.0.0", + "pallet-treasury 30.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9017,36 +9058,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d598d0ad779d19fa44ce6f80c57192537fa9f84995953bf2a8c104b7676b6b7" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fac4e459db3c002ddebfbce82d055dbe8885eb4c2f9dcd9da5675eafef9bb7" +checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -9064,15 +9105,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d34487aec13e174906b6bba112f672e72948d16b8ee0752b8bebd659ac528dc" +checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" dependencies = [ - "pallet-transaction-payment 30.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", - "sp-api 28.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -9097,21 +9138,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317d231ff8a773e94fe5be8d3710213215208e7993bfeedd96bd6f4402da114a" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" dependencies = [ "docify", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9150,18 +9191,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79b879fb8c20405663309986621856050efc31969c2d2a209d78373356a62e27" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9183,17 +9224,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391edd70faa651c43c2bbd03fcb5cd3f0be8b45ed38231991fe46d33a4cc4ef5" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9215,17 +9256,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92b496a76f13982cd754be92c9167d71acad169d101db197910e2a6e94f49997" +checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -9255,26 +9296,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "9.0.1" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5d45837646e1468bd766dc8f9006a0bd3a59410004134d7f2bb63aee3d63fa0" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-balances 30.0.0", + "pallet-balances 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -9299,22 +9340,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "287ba50bd51c3c923fd35aa8e25f778092c7f3027d583389688bc003b24897c4" +checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" dependencies = [ - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -9339,22 +9380,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee9e23c2cbc3a999f9730364631bddba767af25e85aa9a76894866b46bf840f" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" dependencies = [ - "bp-xcm-bridge-hub-router 0.8.0", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "bp-xcm-bridge-hub-router 0.9.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -9391,66 +9432,79 @@ dependencies = [ [[package]] name = "parachains-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4225b381c6f6f70e1d8e459207de9383270a781da1a581af1b9400955e7319e0" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", - "pallet-asset-tx-payment 30.0.0", - "pallet-assets 31.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-message-queue 33.0.0", - "pallet-xcm 9.0.1", - "parity-scale-codec", - "polkadot-primitives 9.0.0", + "pallet-asset-tx-payment 31.0.0", + "pallet-assets 32.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-primitives 10.0.0", "scale-info", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79c4a40146c4a3cddf66a731ea4faf613143ab101f04b8924b857fe8846bfab5" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-test-relay-sproof-builder", - "frame-support 30.0.0", - "frame-system 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", - "pallet-session 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-xcm 9.0.1", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-xcm 10.0.1", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", +] + +[[package]] +name = "parity-bip39" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" +dependencies = [ + "bitcoin_hashes 0.13.0", + "rand", + "rand_core 0.6.4", + "serde", + "unicode-normalization", ] [[package]] @@ -9718,6 +9772,17 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "password-hash" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" +dependencies = [ + "base64ct", + "rand_core 0.6.4", + "subtle 2.5.0", +] + [[package]] name = "paste" version = "1.0.14" @@ -9740,6 +9805,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ "digest 0.10.7", + "password-hash", ] [[package]] @@ -9891,9 +9957,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700317e8e7be1a4cad0dc3f626b7ce7382af553bf3f1752bc975a887035a39d1" +checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" dependencies = [ "bitvec", "futures", @@ -9905,16 +9971,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11b46382396d07d3d34f7676dd58c6eb6f9f94dd1b1aa48f89264bf132d11dd2" +checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" dependencies = [ "always-assert", "futures", @@ -9922,16 +9988,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5baac9436b7bb35824af5153517d8f8309a9bd4c5805d6c0971dd0035c60d0ed" +checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" dependencies = [ "derive_more", "fatality", @@ -9942,20 +10008,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "schnellru", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273446475e356832b4bbb0df6bfa264d03368438f34038a676e60b99062ff4ff" +checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" dependencies = [ "async-trait", "fatality", @@ -9966,7 +10032,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-network", "schnellru", @@ -9977,9 +10043,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6bdf424d53f877dcfdeddb12542810e1475f496f9e48034b6870fb5921dd7e2" +checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" dependencies = [ "cfg-if", "clap", @@ -9995,11 +10061,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10007,9 +10073,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "559a7962f04ba8ebc1f149703cb50580265b4539b09d37cde71590863efaa0a8" +checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" dependencies = [ "bitvec", "fatality", @@ -10019,10 +10085,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10043,22 +10109,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89a881f63ab7a652aba19300f95f9341ee245ad45a3f89cf02053ecace474769" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a449ae0d91325e9be1bbc6b17cb43554d6bf571f07185270785e8b26695d1" +checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" dependencies = [ "derive_more", "fatality", @@ -10071,58 +10137,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", "schnellru", - "sp-application-crypto 32.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f506b0ec86fcabb49bfd5b3ff80ae512d2a54fa2b0ff69edef10c565cd23db9" +checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "reed-solomon-novelpoly", - "sp-core 30.0.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-trie 32.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90f2c8cae6865a9e7b8f8b8b5521e3ed9d9d02ca54002a641d746e37be98e87d" +checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67319452213c24a5c565f3e9171e99bd7a56280e1fea8b67612ce8058ee619a3" +checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" dependencies = [ "always-assert", "async-trait", @@ -10135,7 +10201,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10144,9 +10210,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f2683d1c65dd1e17b84ac32011fe6018faed0612cfa3ea71e64dc9cee52862" +checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" dependencies = [ "futures", "parity-scale-codec", @@ -10154,8 +10220,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10163,9 +10229,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8144a2c26eff4c0e1d162a450392dd4b2646c232f8cd8eaa4c75fd9764b69e4" +checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" dependencies = [ "bitvec", "derive_more", @@ -10180,26 +10246,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 32.0.0", + "sp-application-crypto 33.0.0", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-runtime 34.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1c442c0ee75b1b2f861414778c2b05ab0e6a673eb524652f012b9639653806b" +checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" dependencies = [ "bitvec", "futures", @@ -10212,7 +10278,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10220,9 +10286,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eeeda38afb82f8ea95f5860725a4ae1b060840ced6332dd7ca0b4b906f0b3b7" +checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" dependencies = [ "bitvec", "fatality", @@ -10231,25 +10297,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce8d886e3b3fa9e3c3dbe3ca44df415ec41fe0b01686e48aa20a47120721304d" +checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10257,9 +10323,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eacb9a860d87ced5280f47fc2c023282047b4cabdd5e33865302782dd77cce5" +checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" dependencies = [ "async-trait", "futures", @@ -10271,17 +10337,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15faa14a59751ce1493f5389140b6c19751cc2f7e53b1f2261b1c8e71d1b2373" +checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" dependencies = [ "futures", "polkadot-node-metrics", @@ -10294,9 +10360,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ed635cd100270b52802f9c8486787514bd13565ec2f07cce40c0918c53635c" +checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" dependencies = [ "futures", "futures-timer", @@ -10305,16 +10371,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3849f92ea7a2b52dc39ba7e8edcbaff01afcf9ed219765ec1d986a1380251601" +checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" dependencies = [ "fatality", "futures", @@ -10323,7 +10389,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10332,27 +10398,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d68062a903ac7ec9bb5407e0510172797c2d3b62c1b28d59bb90c34d0710b488" +checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-blockchain", - "sp-inherents 28.0.0", + "sp-inherents 29.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a512f6bdf897ef113dca7db016c0cc029d230d7d4059c69df9462e13589f2c" +checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" dependencies = [ "bitvec", "fatality", @@ -10361,16 +10427,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e84786bfd62419354ecad7090b2e4106edef8d8e65b74823ab251f35133bb6f" +checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" dependencies = [ "bitvec", "fatality", @@ -10379,16 +10445,17 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnellru", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c774546fb65783d59090c8be6a01ca87c4f2966f090eab9ad0e73fb12924bb5d" +checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10400,16 +10467,16 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "slotmap", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface", "tempfile", @@ -10420,26 +10487,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f125ffe763ce46419ed26ba3454244e3573e75936b52531bba0262ae99cc2d8" +checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e75d55ed5b6b835a087fa97fc11f70fc388a23eecc2e02a40d922cd3a88f78f5" +checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" dependencies = [ "cfg-if", "cpu-time", @@ -10448,16 +10515,16 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-tracing", "thiserror", "tracing-gum", @@ -10465,25 +10532,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d027fdd36799a4d14693817e8364bb9b7942efd6a8d21f64181f44d96edc6cb" +checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "schnellru", - "sp-consensus-babe 0.34.0", + "sp-consensus-babe 0.35.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bf1270f55774b17d7cf822b99cd932da86f2e960260b0532302e6aef391795" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" dependencies = [ "lazy_static", "log", @@ -10491,25 +10558,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-network", - "sp-core 30.0.0", + "sp-core 31.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ebd5bc6a4e659504941f274fbc1cfb2e6e3108ff1994826c9b39fcf0254b010" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10520,9 +10587,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d36d184c0a1edc1cb21cda372bd875257b0d3a1cf35f1d79f325ad7dba0811" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10534,7 +10601,7 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "rand", "sc-authority-discovery", "sc-network", @@ -10545,33 +10612,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bbe56f395b6dc07eb2f7929c8ee98e20004b9d71c1af2122994626e0ec3549" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 32.0.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "sp-maybe-compressed-blob", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba2902ddd1af2c5cb9d9e5504efd39845cc75cc9184d3146c48081e83ed94767" +checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10580,9 +10647,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f754c9e481ee0a50c234884ca5424cec1358fb044c37645a65b154c8fb8a8a8" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" dependencies = [ "async-trait", "bitvec", @@ -10592,26 +10659,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", "sp-blockchain", - "sp-consensus-babe 0.34.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98926d96c3a5ca4fec1e9ca28bef44204569244839f9252ca0df19e23a8142f7" +checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" dependencies = [ "async-trait", "derive_more", @@ -10631,23 +10698,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35434f12f38e9fe1898ee9d0e46459b59c6613122f89fdc68ba677a6080fda8f" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" dependencies = [ "async-trait", "futures", @@ -10658,10 +10725,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-client-api", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10686,20 +10753,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567c738aa6b8d7eb113fe73e50fb9b6292f818f54da98bb25c7fe73e98d1709a" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -10732,42 +10799,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20a6d6b36fdda53a0c50c4c6fbbda8ff557c9cf5b0a9edaea1f9641756ec1981" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9c02431c0f9947cf931113d492512b99478b4aefe2a3a2e49b59e45219f5d6f" +checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10781,13 +10848,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10846,53 +10913,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "647ece8082c13a03f19c6e0c1c486891c02169be2e0f9898afe5db607fc6aa7a" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" dependencies = [ "bitvec", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 9.0.0", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-broker 0.8.0", - "pallet-election-provider-multi-phase 29.0.0", - "pallet-fast-unstake 29.0.0", - "pallet-identity 30.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", + "pallet-asset-rate 10.0.0", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-identity 31.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", "pallet-staking-reward-fn 21.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-treasury 29.0.0", - "pallet-vesting 30.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 9.0.0", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-npos-elections 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "slot-range-helper 10.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", ] @@ -10912,14 +10979,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3881206c09c9aafc5a8a801013d4069f012a0a68eb7edf5f1ac423196f76481e" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "sp-std", "sp-tracing", ] @@ -10976,66 +11043,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5003965d03a5b6c8b98350f8f10f42a6ce04875a048a98e4c1523e42cf3f72b4" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-broker 0.8.0", - "pallet-message-queue 33.0.0", - "pallet-session 30.0.0", - "pallet-staking 30.0.2", - "pallet-timestamp 29.0.0", - "pallet-vesting 30.0.0", - "parity-scale-codec", - "polkadot-core-primitives 9.0.0", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-metrics 9.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-broker 0.9.0", + "pallet-message-queue 34.0.0", + "pallet-session 31.0.0", + "pallet-staking 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-metrics 10.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", - "sp-std", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9709302c0e87754ec1eb90ac817978f737fb68b5f1184308a818a3602fe390e6" +checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" dependencies = [ "async-trait", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "frame-benchmarking-cli", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", "futures", "hex-literal", "is_executable", @@ -11043,11 +11110,11 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 30.0.0", - "pallet-im-online 29.0.0", - "pallet-staking 30.0.2", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", + "pallet-babe 31.0.0", + "pallet-im-online 30.0.0", + "pallet-staking 31.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11056,7 +11123,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 9.0.0", + "polkadot-core-primitives 10.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11081,10 +11148,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 9.0.0", + "polkadot-runtime-parachains 10.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11113,29 +11180,29 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keyring 33.0.0", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-state-machine 0.37.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-timestamp 28.0.0", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-timestamp 29.0.0", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11144,9 +11211,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e58f5c1ec49dabd807c0bd5c77c53774d9c094652d4c198a832e7ddc754c945" +checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11159,25 +11226,47 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 9.0.0", - "sp-keystore 0.36.0", - "sp-staking 28.0.0", + "polkadot-primitives 10.0.0", + "sp-keystore 0.37.0", + "sp-staking 29.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2fb894021b1318d752d29b1b65721833aa668876e1a780ac760c59d40f5d759" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" dependencies = [ "parity-scale-codec", - "polkadot-primitives 9.0.0", - "sp-core 30.0.0", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", "tracing-gum", ] +[[package]] +name = "polkavm" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" +dependencies = [ + "libc", + "log", + "polkavm-assembler", + "polkavm-common 0.9.0", + "polkavm-linux-raw", +] + +[[package]] +name = "polkavm-assembler" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +dependencies = [ + "log", +] + [[package]] name = "polkavm-common" version = "0.5.0" @@ -11190,6 +11279,15 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" +[[package]] +name = "polkavm-common" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +dependencies = [ + "log", +] + [[package]] name = "polkavm-derive" version = "0.5.0" @@ -11206,7 +11304,16 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro 0.8.0", +] + +[[package]] +name = "polkavm-derive" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" +dependencies = [ + "polkavm-derive-impl-macro 0.9.0", ] [[package]] @@ -11233,6 +11340,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "polkavm-derive-impl" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" +dependencies = [ + "polkavm-common 0.9.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "polkavm-derive-impl-macro" version = "0.8.0" @@ -11243,21 +11362,37 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +dependencies = [ + "polkavm-derive-impl 0.9.0", + "syn 2.0.55", +] + [[package]] name = "polkavm-linker" -version = "0.8.2" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdec1451cb18261d5d01de82acc15305e417fb59588cdcb3127d3dcc9672b925" +checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ "gimli 0.28.1", "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.8.0", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] +[[package]] +name = "polkavm-linux-raw" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" + [[package]] name = "polling" version = "2.8.0" @@ -11324,11 +11459,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-relay-chain-interface", - "frame-benchmarking 30.0.0", + "frame-benchmarking 31.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11336,7 +11471,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11358,19 +11493,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-timestamp 28.0.0", - "sp-transaction-pool 28.0.0", - "staging-xcm 9.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-timestamp 29.0.0", + "sp-transaction-pool 29.0.0", + "staging-xcm 10.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11389,12 +11524,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 30.0.0", - "parachains-common 9.0.0", + "frame-support 31.0.0", + "parachains-common 10.0.0", "parity-scale-codec", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -11402,146 +11537,146 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.9.0", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-session-benchmarking 11.0.0", - "cumulus-pallet-xcm 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", + "cumulus-pallet-aura-ext 0.10.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex", "hex-literal", "log", - "pallet-assets 31.0.0", - "pallet-aura 29.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", + "pallet-assets 32.0.0", + "pallet-aura 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", "pallet-contracts", - "pallet-message-queue 33.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-multisig 31.0.0", "pallet-nft-fractionalization", - "pallet-nfts 24.0.0", - "pallet-nfts-runtime-api 16.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-utility 30.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", + "pallet-nfts 25.0.0", + "pallet-nfts-runtime-api 17.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-utility 31.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-std", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-std", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.9.0", - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-session-benchmarking 11.0.0", - "cumulus-pallet-xcm 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-aura 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-utility 0.9.0", + "cumulus-pallet-aura-ext 0.10.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-session-benchmarking 12.0.0", + "cumulus-pallet-xcm 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex", "hex-literal", "log", - "pallet-assets 31.0.0", - "pallet-aura 29.0.0", - "pallet-authorship 30.0.0", - "pallet-balances 30.0.0", - "pallet-collator-selection 11.0.1", + "pallet-assets 32.0.0", + "pallet-aura 30.0.0", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-collator-selection 12.0.1", "pallet-contracts", - "pallet-message-queue 33.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-multisig 31.0.0", "pallet-nft-fractionalization", - "pallet-nfts 24.0.0", - "pallet-nfts-runtime-api 16.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-utility 30.0.0", - "pallet-xcm 9.0.1", - "parachains-common 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-runtime-common 9.0.0", + "pallet-nfts 25.0.0", + "pallet-nfts-runtime-api 17.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-utility 31.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-std", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-parachain-info 0.9.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-std", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-parachain-info 0.10.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] @@ -12252,116 +12387,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24202c576ef8aec7a65e0662e031936a1311a8cef51caffaae2cb3fd0c97f7fe" +checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex-literal", "log", - "pallet-asset-rate 9.0.0", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-balances 30.0.0", - "pallet-beefy 30.0.0", - "pallet-beefy-mmr 30.0.0", - "pallet-bounties 29.0.0", - "pallet-child-bounties 29.0.0", + "pallet-asset-rate 10.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-balances 31.0.0", + "pallet-beefy 31.0.0", + "pallet-beefy-mmr 31.0.0", + "pallet-bounties 30.0.0", + "pallet-child-bounties 30.0.0", "pallet-collective", - "pallet-conviction-voting 30.0.0", + "pallet-conviction-voting 31.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 30.0.0", - "pallet-identity 30.0.0", - "pallet-im-online 29.0.0", - "pallet-indices 30.0.0", + "pallet-grandpa 31.0.0", + "pallet-identity 31.0.0", + "pallet-im-online 30.0.0", + "pallet-indices 31.0.0", "pallet-membership", - "pallet-message-queue 33.0.0", - "pallet-mmr 29.0.0", - "pallet-multisig 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-mmr 30.0.0", + "pallet-multisig 31.0.0", "pallet-nis", - "pallet-offences 29.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", + "pallet-offences 30.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 30.0.0", + "pallet-referenda 31.0.0", "pallet-root-testing", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", "pallet-society", - "pallet-staking 30.0.2", - "pallet-state-trie-migration 31.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", + "pallet-staking 31.0.0", + "pallet-state-trie-migration 32.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", "pallet-tips", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-treasury 29.0.0", - "pallet-utility 30.0.0", - "pallet-vesting 30.0.0", - "pallet-whitelist 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-benchmarks 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-treasury 30.0.0", + "pallet-utility 31.0.0", + "pallet-vesting 31.0.0", + "pallet-whitelist 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-benchmarks 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", "sp-storage", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", "static_assertions", - "substrate-wasm-builder 19.0.0", + "substrate-wasm-builder 20.0.0", ] [[package]] name = "rococo-runtime-constants" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f036bf3c4f8cc01301dbe91e601e736e1939f42ef7a364058f26752305527e" +checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" dependencies = [ - "frame-support 30.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", + "frame-support 31.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", "smallvec", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -12646,21 +12781,21 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e78cc21b2bb1d13b33d9c64fbb02a10efde428e8f0a68a0ca2084203123933" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" dependencies = [ "log", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f294602dc9f593e8aae35288f02d16f87ff49f96b8e6d442cb9f1d3aa6967e" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" dependencies = [ "async-trait", "futures", @@ -12676,21 +12811,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 28.0.0", - "sp-authority-discovery 28.0.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cede898c7079b789b42c4fdd8f1ff74f7007232406cd0299e2c3a5ada1db2910" +checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" dependencies = [ "futures", "futures-timer", @@ -12700,36 +12835,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a2f425079daf382b0f1cf3b9085bed25db13ec8ad0ff64b0dc75ff457c0f7" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" dependencies = [ "parity-scale-codec", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-trie 32.0.0", ] [[package]] name = "sc-chain-spec" -version = "29.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41472507ca721651ef117a2702a9bd6d9d9e8ce5f16840a71741993319926191" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12744,12 +12879,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.9.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] @@ -12766,12 +12901,11 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "274117ab32d7b3b2f790c841b61f22027d80f344c00b8ce38df772553a8a5409" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" dependencies = [ "array-bytes 6.2.2", - "bip39", "chrono", "clap", "fdlimit", @@ -12780,6 +12914,7 @@ dependencies = [ "libp2p-identity", "log", "names", + "parity-bip39", "parity-scale-codec", "rand", "regex", @@ -12796,21 +12931,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 30.0.0", - "sp-keyring 33.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", "sp-panic-handler", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7acaa6df639ac7a7f10060daf50461afddf6635ea148514a1eceba3384046c30" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" dependencies = [ "fnv", "futures", @@ -12820,25 +12955,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", "sp-externalities 0.27.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "sp-statement-store", "sp-storage", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d946e00b4bef179ef7c2d29966935d96e38176a543249c1b17fdeacfc3446bb4" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" dependencies = [ "hash-db", "kvdb", @@ -12854,18 +12989,18 @@ dependencies = [ "schnellru", "sp-arithmetic 25.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-database", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-trie 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", ] [[package]] name = "sc-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "081b1b7bd2894e4614acbfa47424771a5102bf907b31d2bbd379e8c4f3b55b09" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" dependencies = [ "async-trait", "futures", @@ -12877,21 +13012,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca4c0040ba696f6eac9a6b627dbb487b27076203c5ed1b03fac6c993df5b627" +checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" dependencies = [ "async-trait", "futures", @@ -12902,26 +13037,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.34.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34c140923b84be4b0cd089755aeed53e4da9008d364f61e3c9d46f263112582d" +checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" dependencies = [ "async-trait", "fork-tree", @@ -12938,27 +13073,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-inherents 28.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83ad369cae7dbeb4da4007dc8b1b27b905bf027172bbbf6dbede15e2539f0b2b" +checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" dependencies = [ "futures", "jsonrpsee", @@ -12966,22 +13101,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db11fe9923a5c11e9d2a65e32b324cb970fa2abf1b59f7e7844f89be77c1b28" +checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -12997,17 +13132,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13016,9 +13151,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36862ae5859008621ae53fcf6f8e5a960637aedf4de6995344672ba2619053ce" +checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" dependencies = [ "futures", "jsonrpsee", @@ -13028,31 +13163,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe1b2a3983e135b897079cbe20a6998fc83bfdffc9e803cb2a7e5326af30d60c" +checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ea4771511dfcabe0e0dd3a43368ba3f430b0aaf736463b14286cc10a6494e6" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13078,25 +13213,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df4f1fb2262e1f96c66664da4b7045069013ffcaefbf44730913d5ac74f77c2f" +checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" dependencies = [ "finality-grandpa", "futures", @@ -13108,16 +13243,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ddad1b613fa5118016c11f1015ba5ff9a9f2ce914a72482ec0303d4d828e2f9" +checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" dependencies = [ "async-trait", "futures", @@ -13130,42 +13265,44 @@ dependencies = [ "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", ] [[package]] name = "sc-executor" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a331ae16b0a17ed474eaf9c2dc01b145511cf4bd62ffc165d7dd1d3f13e48a94" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-executor-common", + "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-panic-handler", "sp-runtime-interface 26.0.0", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "sp-wasm-interface", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f414028dc468aafd449cb659f7664e39540f3308945ec9cf2209c1359fa67e" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" dependencies = [ + "polkavm", "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", @@ -13173,11 +13310,23 @@ dependencies = [ "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +dependencies = [ + "log", + "polkavm", + "sc-executor-common", + "sp-wasm-interface", +] + [[package]] name = "sc-executor-wasmtime" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcacfc88265486c337ef97a042ba42ccd1903520dbff40116dbe837e3ee6b89" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" dependencies = [ "anyhow", "cfg-if", @@ -13194,9 +13343,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5d24b1f02efd53092a78be46b7e6fc4805b3fb723bbcc8928574d9fa309a94" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" dependencies = [ "ansi_term", "futures", @@ -13207,29 +13356,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-keystore" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0413f82a27eded5a12e1f3d02c478b378e72912fbdf3b8b9cae7c5995c5a8f89" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9aaa5a9d17d0ea54a5da0af04f0c187f65500d7597395eaae313c511a08db6c" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13246,20 +13395,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", - "sp-core 30.0.0", - "sp-keystore 0.36.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", "sp-mixnet", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf955c8966573e7e3cc940e831d792945a41d6e443766ad50e50a5af75e1ef74" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13288,8 +13437,8 @@ dependencies = [ "smallvec", "sp-arithmetic 25.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13301,9 +13450,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b34047c641db262b9035ef809b1184e55b3f6c45bf3f6110f293d3652ec663" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" dependencies = [ "async-channel 1.9.0", "cid", @@ -13315,16 +13464,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7cfe68e017be02fd9911cd1e4db50bae31671e01e988ef5c375d0092ff7c71" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13334,15 +13483,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6c4ffd60fe240d9b0963ec60752810660a201755a77b922aa5e8ef7256f6b5" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" dependencies = [ "ahash 0.8.11", "futures", @@ -13353,16 +13502,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01f3ca1b7e567ca60535bb76b3f8617e8d40de0067f7d1794d3f5ef7ed7a4d0e" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13375,16 +13524,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50a16e2817ef6def510a89b2e439b13f53b31d783344061b8551a37b6fb61ef4" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13408,9 +13557,9 @@ dependencies = [ "sp-arithmetic 25.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 15.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13419,9 +13568,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658a81c4a24f874ada1cac70db349ff7983956563e39e1468eb6e8703f07057e" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13433,15 +13582,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d099f8d2f399be5b7d163e4236faaa47e7ce131f4021b9fe8e3e607e0ca51364" +checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13462,21 +13611,21 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", "threadpool", "tracing", ] [[package]] name = "sc-proposer-metrics" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb8dadb2ae5a316e4d08cad6aacd5de1dec792f3bd94e3960795ff7ffd07211c" +checksum = "f680a0bed67dab19898624246376ba85d5f70a89859ba030830aacd079c28d3c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -13484,9 +13633,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61faa018966cb794e36be31af4ed4d19deaa93c751ff32512637c7bca104e9e8" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" dependencies = [ "futures", "jsonrpsee", @@ -13502,24 +13651,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-offchain 28.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-session 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", "sp-statement-store", - "sp-version 31.0.0", + "sp-version 32.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f716a273af4f4782430ebe4fe6d0f8b1490ff7c103dc78193706bfff370c250f" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13529,18 +13678,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ae724afa9862381f77b6d3a205baef5daceec9e584f17069546eb7dfca5400" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" dependencies = [ "futures", "governor", @@ -13548,7 +13697,6 @@ dependencies = [ "hyper", "jsonrpsee", "log", - "pin-project", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -13558,9 +13706,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8599ca0b78580328cafa11fdb2d89d8678ba64e937c957515816492e87066bad" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13577,12 +13725,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-version 31.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", "thiserror", "tokio", "tokio-stream", @@ -13590,9 +13738,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32ea0efa7cf58f6cacb04034939e62f12ce7bf2df6a60f67e2d5c2f27fe54999" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" dependencies = [ "async-trait", "directories", @@ -13627,22 +13775,23 @@ dependencies = [ "sc-transaction-pool", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", "serde_json", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", "sp-consensus", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-state-machine 0.37.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", "sp-storage", - "sp-transaction-pool 28.0.0", + "sp-transaction-pool 29.0.0", "sp-transaction-storage-proof", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13654,35 +13803,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "748f92aa2827647932a04685df8e00b9763d4060635ca84eaeb3788822198013" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 30.0.0", + "sp-core 31.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d112a704c9dc76c78c3f17d5912c4ee17fce6d4b1c7cac55ca4acd78a8985c5" +checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" dependencies = [ "clap", "fs4", "log", - "sp-core 30.0.0", + "sp-core 31.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2a59d517a60a3fdc0b12e7a1f112a2affbc9caf4f93b53d44c5e0edb485945" +checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13694,15 +13843,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "399e72ba964c0394181db8680c34b3503116c217b0fe3564696857ea9ca4aa68" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" dependencies = [ "derive_more", "futures", @@ -13714,9 +13863,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", + "sp-io 33.0.0", "sp-std", ] @@ -13742,9 +13891,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7abee1c60e6f55a09ae0b9055093709bc84ff2bb55a3828167d556f724f82cc" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" dependencies = [ "ansi_term", "chrono", @@ -13759,11 +13908,11 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-rpc", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-tracing", "thiserror", "tracing", @@ -13785,9 +13934,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe004c916f4be7eebf52f05df1d44a240b653cb42c7a6c49692553620b46d5f" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" dependencies = [ "async-trait", "futures", @@ -13800,22 +13949,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-blockchain", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-tracing", - "sp-transaction-pool 28.0.0", + "sp-transaction-pool 29.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe0eeb21d4f09a9edffee481df544bb6fc83cccc0788c19ceebd760f1afd167" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" dependencies = [ "async-trait", "futures", @@ -13823,8 +13972,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "thiserror", ] @@ -13957,6 +14106,7 @@ dependencies = [ "der", "generic-array 0.14.7", "pkcs8", + "serdect", "subtle 2.5.0", "zeroize", ] @@ -14102,6 +14252,16 @@ dependencies = [ "serde", ] +[[package]] +name = "serdect" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" +dependencies = [ + "base16ct", + "serde", +] + [[package]] name = "sha-1" version = "0.9.8" @@ -14249,14 +14409,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a140c7f8a757329f7448053a512e937f8cb3def1ea37a25991625a8a592d4ef" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14587,24 +14747,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298331cb47a948244f6fb4921b5cbeece267d72139fb90760993b6ec37b2212c" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 16.0.0", - "sp-core 30.0.0", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-metadata-ir", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "sp-std", - "sp-trie 31.0.0", - "sp-version 31.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", "thiserror", ] @@ -14625,9 +14785,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "16.0.0" +version = "17.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18cfbb3ae0216e842dfb805ea8e896e85b07a7c34d432a6c7b7d770924431ed2" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14654,15 +14814,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b4b7b12922cb90cf8dff0cab14087ba0ca25c1f04ba060c7294ce42c78d89ab" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-io 32.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", "sp-std", ] @@ -14712,15 +14872,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0addabbce9f90c614145067139122420cfc940c495d2c3c1acc4a3b5f392f914" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14738,48 +14898,48 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b35d0992e2183686215dccb4bcb5003b4eb52feec82d82dabd81db7401d845a" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" dependencies = [ - "sp-api 28.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "sp-blockchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24a17e8e5406725ab805ee5cbab4b2a9181b7b8dd93f9c302eed76216c6321a" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 28.0.0", + "sp-api 29.0.0", "sp-consensus", "sp-database", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e3841d5b5929080c92ef846db7e1a8323d6352b981a6b5cbccd0886fdf1a85e" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" dependencies = [ "async-trait", "futures", "log", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", "thiserror", ] @@ -14803,20 +14963,20 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14dc8e041fcb128e9e6a0d706c243b7263dae7d45098a9450498a1657abac2f3" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-consensus-slots 0.34.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -14841,22 +15001,22 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "473409ca152309b11898dd53130a578b341bc285ca9410246cbf1acc02996126" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-consensus-slots 0.34.0", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-consensus-slots 0.35.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -14882,22 +15042,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35714055bde4332baf54bad9ab324d9d205efe91f96b2af4171c6105ff68d7ea" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-keystore 0.36.0", - "sp-mmr-primitives 28.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", + "sp-mmr-primitives 29.0.0", + "sp-runtime 34.0.0", "sp-std", "strum 0.24.1", ] @@ -14923,20 +15083,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47109ea7b003030bc7cff2724e785859b9b8e6504866ffa1a3b55380cb11d53" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -14955,15 +15115,15 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c72408adadb54b6f4eb287729166528cdb83e08c796685edc9bee09571b6474" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-std", - "sp-timestamp 28.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -15005,7 +15165,7 @@ dependencies = [ "sp-std", "sp-storage", "ss58-registry", - "substrate-bip39", + "substrate-bip39 0.4.6", "thiserror", "tracing", "w3f-bls", @@ -15014,12 +15174,11 @@ dependencies = [ [[package]] name = "sp-core" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "586e0d5185e4545f465fc9a04fb9c4572d3e294137312496db2b67b0bb579e1f" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" dependencies = [ "array-bytes 6.2.2", - "bip39", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections 0.2.0", @@ -15031,9 +15190,11 @@ dependencies = [ "hash256-std-hasher", "impl-serde", "itertools 0.10.5", + "k256", "libsecp256k1", "log", "merlin", + "parity-bip39", "parity-scale-codec", "parking_lot 0.12.1", "paste", @@ -15051,7 +15212,7 @@ dependencies = [ "sp-std", "sp-storage", "ss58-registry", - "substrate-bip39", + "substrate-bip39 0.5.0", "thiserror", "tracing", "w3f-bls", @@ -15142,13 +15303,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a862db099e8a799417b63ea79c90079811cdf68fcf3013d81cdceeddcec8f142" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" dependencies = [ "serde_json", - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15169,15 +15330,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42eb3c88572c7c80e7ecb6365601a490350b09d11000fcc7839efd304e172177" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15210,26 +15371,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca29e042628cb94cbcaefa935e624a9b48f9230dbce6324908e9b4f768317ef" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-keystore 0.36.0", + "sp-keystore 0.37.0", "sp-runtime-interface 26.0.0", - "sp-state-machine 0.37.0", + "sp-state-machine 0.38.0", "sp-std", "sp-tracing", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "tracing", "tracing-core", ] @@ -15247,12 +15409,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9c74648e593b45309dfddf34f4edfd0a91816d1d97dd5e0bd93c46e7cdb0d6" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" dependencies = [ - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "strum 0.24.1", ] @@ -15271,13 +15433,13 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd4bf9e5fa486416c92c2bb497b7ce2c43eac80cbdc407ffe2d34b365694ac29" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", ] @@ -15305,14 +15467,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15a8078f19b1292220b7110115b49f4fcd427324f3b184f6d8dbeb6b4dd40d4d" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-std", ] @@ -15337,19 +15499,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "813e0a7e40c9a993d58baff7c6e742901a93fd63cc2ed9f253ed8c1b39fe9343" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 28.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", "sp-debug-derive", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15371,16 +15533,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc47d1b765ddd3d73678edd25eed4c33193e67929060d729bd751790026077b" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15397,13 +15559,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f826efe7bdd6d142ced34f5ef1ed9a2070887e78d3146220250edeb67e6791d5" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" dependencies = [ - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -15419,13 +15581,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffa9924fc1d0e7b79550493b8b8ac3fa58593cbdb169ee6cf6c1ee3ef25882dd" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" dependencies = [ "rustc-hash", "serde", - "sp-core 30.0.0", + "sp-core 31.0.0", ] [[package]] @@ -15455,9 +15617,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b28fcf8f53d917e420e783dd27d06fd276f55160301c5bc977cc5898c4130f6f" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" dependencies = [ "docify", "either", @@ -15470,12 +15632,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 32.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", "sp-std", - "sp-weights 29.0.0", + "sp-weights 30.0.0", ] [[package]] @@ -15563,17 +15725,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0399eb885209b51b2999fe35883a579b0848674f0679019ce262f19d0a853325" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 28.0.0", - "sp-core 30.0.0", - "sp-keystore 0.36.0", - "sp-runtime 33.0.0", - "sp-staking 28.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", "sp-std", ] @@ -15594,16 +15756,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b92f4f66b40cbf7cf00d7808d8eec16e25cb420a29ec4060a74c0e9f7c2938" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15631,9 +15793,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23ae47765916d342b53d07be012a71efc4c1377d875ade31340cc4fb784b9921" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" dependencies = [ "hash-db", "log", @@ -15641,11 +15803,11 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-panic-handler", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", "thiserror", "tracing", "trie-db", @@ -15653,9 +15815,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b95ede4523fc978585383465a406289235a71dd6febe7f79e1114794afae5cd0" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15665,12 +15827,12 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-runtime-interface 26.0.0", "sp-std", "thiserror", @@ -15713,14 +15875,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee9532c2e4c8fcd7753cb4c741daeb8d9e3ac7cbc15a84c78d4c96492ed20eba" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", "thiserror", ] @@ -15750,28 +15912,28 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8e8b3208d1c8347ab75b28192dc7354489369ae652f2d9936521c8ccd92ca06" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" dependencies = [ - "sp-api 28.0.0", - "sp-runtime 33.0.0", + "sp-api 29.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fa2b7cfb16da80934eab7e37c317969f0a19f31396c530279ce1110b3ecbd95" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 30.0.0", - "sp-inherents 28.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 31.0.0", + "sp-trie 32.0.0", ] [[package]] @@ -15801,9 +15963,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5791e2e310cf88abedbd5f60ff3d9c9a09d95b182b4a7510f3648a2170ace593" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15815,7 +15977,7 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-externalities 0.27.0", "sp-std", "thiserror", @@ -15844,9 +16006,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "973478ac076be7cb8e0a7968ee43cd7c46fb26e323d36020a9f3bb229e033cd2" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15854,7 +16016,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-version-proc-macro", "thiserror", @@ -15904,9 +16066,9 @@ dependencies = [ [[package]] name = "sp-weights" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab8a9c7a1b64fa7dba38622ad1de26f0b2e595727c0e42c7b109ecb8e7120688" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", @@ -16021,16 +16183,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ea840dfaa900fe1d6fef60bdfb446b1a03101a1c2620f50c7d43443b93df207" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" dependencies = [ - "cumulus-primitives-core 0.9.0", - "frame-support 30.0.0", - "frame-system 30.0.0", + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -16055,9 +16217,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3028e3a4ee8493767ee66266571f5cf1fc3edc546bba650b2040c5418b318340" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16068,7 +16230,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 29.0.0", + "sp-weights 30.0.0", "xcm-procedural", ] @@ -16097,25 +16259,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea27e235bcca331e5ba693fd224fcc16c17b53f53fca875c8dc54b733dba3c6" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" dependencies = [ - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 30.0.0", + "pallet-transaction-payment 31.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", + "polkadot-parachain-primitives 9.0.0", "scale-info", "sp-arithmetic 25.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -16142,24 +16304,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "9.0.1" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe8c62fe1eee71592828a513693106ff301cdafd5ac5bd52e06d9315fd4f4f7a" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" dependencies = [ "environmental", - "frame-benchmarking 30.0.0", - "frame-support 30.0.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -16269,6 +16431,19 @@ dependencies = [ "zeroize", ] +[[package]] +name = "substrate-bip39" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +dependencies = [ + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "substrate-build-script-utils" version = "11.0.0" @@ -16277,22 +16452,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74fba95234990a0eecb3199ee2589112a1a3763db1fa7739a316f3e26f7693c9" +checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" dependencies = [ - "frame-system-rpc-runtime-api 28.0.0", + "frame-system-rpc-runtime-api 29.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 28.0.0", - "sp-block-builder 28.0.0", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", "sp-blockchain", - "sp-core 30.0.0", - "sp-runtime 33.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", ] [[package]] @@ -16310,33 +16485,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa04291d8b0e96b475c2abc26fe96f59478e23af38307c294a6f6c3d2a06fc8" +checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 33.0.0", + "sp-runtime 34.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62395e13acaff44193068733ca986dd5b5be54055cabcee9cdad075b3a5f496" +checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-trie 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", "trie-db", ] @@ -16361,9 +16536,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d182ae093d473b5947e32c392b10fb12125318c4470ff8adf32b0cbf2e9e6611" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" dependencies = [ "build-helper", "cargo_metadata", @@ -16913,12 +17088,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8140321b63c471a47f6a5bcb46198a0a44535cd2afb26be624a9898d362422" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" dependencies = [ "coarsetime", - "polkadot-primitives 9.0.0", + "polkadot-primitives 10.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17083,14 +17258,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6fda4ce30fe4bb6b3066b30669ebfabecaa8c974cc0411525256e465863347" +checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.36.0", + "frame-try-runtime 0.37.0", "hex", "log", "parity-scale-codec", @@ -17098,22 +17273,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 28.0.0", - "sp-consensus-aura 0.34.0", - "sp-consensus-babe 0.34.0", - "sp-core 30.0.0", + "sp-api 29.0.0", + "sp-consensus-aura 0.35.0", + "sp-consensus-babe 0.35.0", + "sp-core 31.0.0", "sp-debug-derive", "sp-externalities 0.27.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-keystore 0.36.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-keystore 0.37.0", "sp-rpc", - "sp-runtime 33.0.0", - "sp-state-machine 0.37.0", - "sp-timestamp 28.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-timestamp 29.0.0", "sp-transaction-storage-proof", - "sp-version 31.0.0", - "sp-weights 29.0.0", + "sp-version 32.0.0", + "sp-weights 30.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17744,126 +17919,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b66d94f5a1e81c045ead285988614cdf1869e1c6292e4f1b4b0a4a3c534074" +checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 30.0.0", - "frame-election-provider-support 30.0.0", - "frame-executive 30.0.0", - "frame-support 30.0.0", - "frame-system 30.0.0", - "frame-system-benchmarking 30.0.0", - "frame-system-rpc-runtime-api 28.0.0", - "frame-try-runtime 0.36.0", + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-executive 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "frame-system-benchmarking 31.0.0", + "frame-system-rpc-runtime-api 29.0.0", + "frame-try-runtime 0.37.0", "hex-literal", "log", - "pallet-asset-rate 9.0.0", - "pallet-authority-discovery 30.0.1", - "pallet-authorship 30.0.0", - "pallet-babe 30.0.0", - "pallet-bags-list 29.0.0", - "pallet-balances 30.0.0", - "pallet-beefy 30.0.0", - "pallet-beefy-mmr 30.0.0", + "pallet-asset-rate 10.0.0", + "pallet-authority-discovery 31.0.1", + "pallet-authorship 31.0.0", + "pallet-babe 31.0.0", + "pallet-bags-list 30.0.0", + "pallet-balances 31.0.0", + "pallet-beefy 31.0.0", + "pallet-beefy-mmr 31.0.0", "pallet-collective", - "pallet-conviction-voting 30.0.0", + "pallet-conviction-voting 31.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 29.0.0", - "pallet-election-provider-support-benchmarking 29.0.0", + "pallet-election-provider-multi-phase 30.0.0", + "pallet-election-provider-support-benchmarking 30.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 29.0.0", - "pallet-grandpa 30.0.0", - "pallet-identity 30.0.0", - "pallet-im-online 29.0.0", - "pallet-indices 30.0.0", + "pallet-fast-unstake 30.0.0", + "pallet-grandpa 31.0.0", + "pallet-identity 31.0.0", + "pallet-im-online 30.0.0", + "pallet-indices 31.0.0", "pallet-membership", - "pallet-message-queue 33.0.0", - "pallet-mmr 29.0.0", - "pallet-multisig 30.0.0", - "pallet-nomination-pools 27.0.0", - "pallet-nomination-pools-benchmarking 28.0.0", - "pallet-nomination-pools-runtime-api 25.0.0", - "pallet-offences 29.0.0", - "pallet-offences-benchmarking 30.0.0", - "pallet-preimage 30.0.0", - "pallet-proxy 30.0.0", + "pallet-message-queue 34.0.0", + "pallet-mmr 30.0.0", + "pallet-multisig 31.0.0", + "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools-benchmarking 29.0.0", + "pallet-nomination-pools-runtime-api 26.0.0", + "pallet-offences 30.0.0", + "pallet-offences-benchmarking 31.0.0", + "pallet-preimage 31.0.0", + "pallet-proxy 31.0.0", "pallet-recovery", - "pallet-referenda 30.0.0", + "pallet-referenda 31.0.0", "pallet-root-testing", - "pallet-scheduler 31.0.0", - "pallet-session 30.0.0", - "pallet-session-benchmarking 30.0.0", + "pallet-scheduler 32.0.0", + "pallet-session 31.0.0", + "pallet-session-benchmarking 31.0.0", "pallet-society", - "pallet-staking 30.0.2", + "pallet-staking 31.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 16.0.0", - "pallet-state-trie-migration 31.0.0", - "pallet-sudo 30.0.0", - "pallet-timestamp 29.0.0", - "pallet-transaction-payment 30.0.0", - "pallet-transaction-payment-rpc-runtime-api 30.0.0", - "pallet-treasury 29.0.0", - "pallet-utility 30.0.0", - "pallet-vesting 30.0.0", - "pallet-whitelist 29.0.0", - "pallet-xcm 9.0.1", - "pallet-xcm-benchmarks 9.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "pallet-staking-runtime-api 17.0.0", + "pallet-state-trie-migration 32.0.0", + "pallet-sudo 31.0.0", + "pallet-timestamp 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-treasury 30.0.0", + "pallet-utility 31.0.0", + "pallet-vesting 31.0.0", + "pallet-whitelist 30.0.0", + "pallet-xcm 10.0.1", + "pallet-xcm-benchmarks 10.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 28.0.0", - "sp-application-crypto 32.0.0", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", "sp-arithmetic 25.0.0", - "sp-authority-discovery 28.0.0", - "sp-block-builder 28.0.0", - "sp-consensus-babe 0.34.0", - "sp-consensus-beefy 15.0.0", - "sp-core 30.0.0", - "sp-genesis-builder 0.9.0", - "sp-inherents 28.0.0", - "sp-io 32.0.0", - "sp-mmr-primitives 28.0.0", - "sp-npos-elections 28.0.0", - "sp-offchain 28.0.0", - "sp-runtime 33.0.0", - "sp-session 29.0.0", - "sp-staking 28.0.0", + "sp-authority-discovery 29.0.0", + "sp-block-builder 29.0.0", + "sp-consensus-babe 0.35.0", + "sp-consensus-beefy 16.0.0", + "sp-core 31.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-mmr-primitives 29.0.0", + "sp-npos-elections 29.0.0", + "sp-offchain 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-staking 29.0.0", "sp-std", "sp-storage", - "sp-transaction-pool 28.0.0", - "sp-version 31.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", - "staging-xcm-executor 9.0.1", - "substrate-wasm-builder 19.0.0", + "sp-transaction-pool 29.0.0", + "sp-version 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", + "substrate-wasm-builder 20.0.0", "westend-runtime-constants", ] [[package]] name = "westend-runtime-constants" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4143f3b5d631cb2bc1e0c4a4284dca4861ba0fcc62bfe861e505ff43fa1aa3dc" +checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" dependencies = [ - "frame-support 30.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-common 9.0.0", + "frame-support 31.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-common 10.0.0", "smallvec", - "sp-core 30.0.0", - "sp-runtime 33.0.0", - "sp-weights 29.0.0", - "staging-xcm 9.0.0", - "staging-xcm-builder 9.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -18222,37 +18397,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbc43df852e6a8a0bc3be53da4630f31fada7e6e3fb356cb559cf1988377dfb" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.9.0", - "cumulus-pallet-xcmp-queue 0.9.0", - "cumulus-primitives-core 0.9.0", - "cumulus-primitives-parachain-inherent 0.9.0", + "cumulus-pallet-parachain-system 0.10.0", + "cumulus-pallet-xcmp-queue 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", "cumulus-test-relay-sproof-builder", - "frame-support 30.0.0", - "frame-system 30.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 30.0.0", - "pallet-message-queue 33.0.0", - "parachains-common 9.0.0", + "pallet-balances 31.0.0", + "pallet-message-queue 34.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 8.0.0", - "polkadot-primitives 9.0.0", - "polkadot-runtime-parachains 9.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", "sp-arithmetic 25.0.0", - "sp-core 30.0.0", + "sp-core 31.0.0", "sp-crypto-hashing", - "sp-io 32.0.0", - "sp-runtime 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", "sp-tracing", - "staging-xcm 9.0.0", - "staging-xcm-executor 9.0.1", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] @@ -18376,4 +18551,4 @@ checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" dependencies = [ "cc", "pkg-config", -] \ No newline at end of file +] diff --git a/Cargo.toml b/Cargo.toml index 01bcb2c4..80723f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "19.0.0" +substrate-wasm-builder = "20.0.0" substrate-build-script-utils = "11.0.0" # Local @@ -61,112 +61,112 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.36.0" -sc-chain-spec = "29.0.0" -sc-cli = "0.38.0" -sc-client-api = "30.0.0" -sc-offchain = "31.0.0" -sc-consensus = "0.35.0" -sc-executor = "0.34.0" -sc-network = "0.36.0" -sc-network-sync = "0.35.0" -sc-rpc = "31.0.0" -sc-service = "0.37.0" -sc-sysinfo = "29.0.0" +sc-basic-authorship = "0.37.0" +sc-chain-spec = "30.0.1" +sc-cli = "0.39.0" +sc-client-api = "31.0.0" +sc-offchain = "32.0.0" +sc-consensus = "0.36.0" +sc-executor = "0.35.0" +sc-network = "0.37.0" +sc-network-sync = "0.36.0" +sc-rpc = "32.0.0" +sc-service = "0.38.0" +sc-sysinfo = "30.0.0" sc-telemetry = "17.0.0" -sc-tracing = "30.0.0" -sc-transaction-pool = "30.0.0" -sc-transaction-pool-api = "30.0.0" -frame-benchmarking = { version = "30.0.0", default-features = false } -frame-benchmarking-cli = "34.0.0" -frame-executive = { version = "30.0.0", default-features = false } -frame-support = { version = "30.0.0", default-features = false } -frame-system = { version = "30.0.0", default-features = false } -frame-system-benchmarking = { version = "30.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "28.0.0", default-features = false } -frame-try-runtime = { version = "0.36.0", default-features = false } -pallet-aura = { version = "29.0.0", default-features = false } -pallet-authorship = { version = "30.0.0", default-features = false } -pallet-assets = { version = "31.0.0", default-features = false } -pallet-balances = { version = "30.0.0", default-features = false } -pallet-contracts = { version = "29.0.0", default-features = false } -pallet-message-queue = { version = "33.0.0", default-features = false } -pallet-multisig = { version = "30.0.0", default-features = false } -pallet-nft-fractionalization = { version = "12.0.0", default-features = false } -pallet-nfts = { version = "24.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "16.0.0", default-features = false } -pallet-preimage = { version = "30.0.0", default-features = false } -pallet-proxy = { version = "30.0.0", default-features = false } -pallet-scheduler = { version = "31.0.0", default-features = false } -pallet-session = { version = "30.0.0", default-features = false } -pallet-sudo = { version = "30.0.0", default-features = false } -pallet-timestamp = { version = "29.0.0", default-features = false } -pallet-transaction-payment = { version = "30.0.0", default-features = false } -pallet-transaction-payment-rpc = "32.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "30.0.0", default-features = false } -pallet-utility = { version = "30.0.0", default-features = false } -sp-api = { version = "28.0.0", default-features = false } -sp-authority-discovery = { version = "28.0.0", default-features = false } -sp-block-builder = { version = "28.0.0", default-features = false } -sp-blockchain = "30.0.0" -sp-consensus-aura = { version = "0.34.0", default-features = false } -sp-consensus-babe = { version = "0.34.0", default-features = false } -sp-consensus-beefy = { version = "15.0.0", default-features = false } -sp-consensus-grandpa = { version = "15.0.0", default-features = false } -sp-core = { version = "30.0.0", default-features = false } -sp-keystore = "0.36.0" -sp-io = { version = "32.0.0", default-features = false } -sp-genesis-builder = { version = "0.9.0", default-features = false } -sp-inherents = { version = "28.0.0", default-features = false } -sp-offchain = { version = "28.0.0", default-features = false } -sp-runtime = { version = "33.0.0", default-features = false } -sp-timestamp = "28.0.0" -substrate-frame-rpc-system = "30.0.0" +sc-tracing = "31.0.0" +sc-transaction-pool = "31.0.0" +sc-transaction-pool-api = "31.0.0" +frame-benchmarking = { version = "31.0.0", default-features = false } +frame-benchmarking-cli = "35.0.1" +frame-executive = { version = "31.0.0", default-features = false } +frame-support = { version = "31.0.0", default-features = false } +frame-system = { version = "31.0.0", default-features = false } +frame-system-benchmarking = { version = "31.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "29.0.0", default-features = false } +frame-try-runtime = { version = "0.37.0", default-features = false } +pallet-aura = { version = "30.0.0", default-features = false } +pallet-authorship = { version = "31.0.0", default-features = false } +pallet-assets = { version = "32.0.0", default-features = false } +pallet-balances = { version = "31.0.0", default-features = false } +pallet-contracts = { version = "30.0.0", default-features = false } +pallet-message-queue = { version = "34.0.0", default-features = false } +pallet-multisig = { version = "31.0.0", default-features = false } +pallet-nft-fractionalization = { version = "13.0.0", default-features = false } +pallet-nfts = { version = "25.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "17.0.0", default-features = false } +pallet-preimage = { version = "31.0.0", default-features = false } +pallet-proxy = { version = "31.0.0", default-features = false } +pallet-scheduler = { version = "32.0.0", default-features = false } +pallet-session = { version = "31.0.0", default-features = false } +pallet-sudo = { version = "31.0.0", default-features = false } +pallet-timestamp = { version = "30.0.0", default-features = false } +pallet-transaction-payment = { version = "31.0.0", default-features = false } +pallet-transaction-payment-rpc = "33.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "31.0.0", default-features = false } +pallet-utility = { version = "31.0.0", default-features = false } +sp-api = { version = "29.0.0", default-features = false } +sp-authority-discovery = { version = "29.0.0", default-features = false } +sp-block-builder = { version = "29.0.0", default-features = false } +sp-blockchain = "31.0.0" +sp-consensus-aura = { version = "0.35.0", default-features = false } +sp-consensus-babe = { version = "0.35.0", default-features = false } +sp-consensus-beefy = { version = "16.0.0", default-features = false } +sp-consensus-grandpa = { version = "16.0.0", default-features = false } +sp-core = { version = "31.0.0", default-features = false } +sp-keystore = "0.37.0" +sp-io = { version = "33.0.0", default-features = false } +sp-genesis-builder = { version = "0.10.0", default-features = false } +sp-inherents = { version = "29.0.0", default-features = false } +sp-offchain = { version = "29.0.0", default-features = false } +sp-runtime = { version = "34.0.0", default-features = false } +sp-timestamp = "29.0.0" +substrate-frame-rpc-system = "31.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "29.0.0", default-features = false } +sp-session = { version = "30.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "28.0.0", default-features = false } -sp-version = { version = "31.0.0", default-features = false } +sp-transaction-pool = { version = "29.0.0", default-features = false } +sp-version = { version = "32.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "9.0.1", default-features = false } -polkadot-cli = "9.0.0" -polkadot-parachain-primitives = { version = "8.0.0", default-features = false } -polkadot-runtime-parachains = { version = "9.0.0", default-features = false } -polkadot-primitives = { version = "9.0.0", default-features = false } -polkadot-runtime-common = { version = "9.0.0", default-features = false } -rococo-runtime-constants = { version = "9.0.0", default-features = false } -rococo-runtime = { version = "9.0.0", default-features = false } -xcm = { version = "9.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "9.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "9.0.1", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "10.0.1", default-features = false } +polkadot-cli = "10.0.0" +polkadot-parachain-primitives = { version = "9.0.0", default-features = false } +polkadot-runtime-parachains = { version = "10.0.0", default-features = false } +polkadot-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-common = { version = "10.0.0", default-features = false } +rococo-runtime-constants = { version = "10.0.0", default-features = false } +rococo-runtime = { version = "10.0.0", default-features = false } +xcm = { version = "10.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "10.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "10.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.13.0", default-features = false } -asset-test-utils = { version = "9.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.9.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.9.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.14.0", default-features = false } +asset-test-utils = { version = "10.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.10.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.10.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "11.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.9.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.9.0", default-features = false } -cumulus-primitives-aura = { version = "0.9.0", default-features = false } -cumulus-primitives-core = { version = "0.9.0", default-features = false } -cumulus-primitives-utility = { version = "0.9.0", default-features = false } -emulated-integration-tests-common = { version = "5.0.0", default-features = false } -pallet-collator-selection = { version = "11.0.1", default-features = false } -parachains-common = { version = "9.0.0", default-features = false } -parachain-info = { version = "0.9.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.9.0" -cumulus-relay-chain-interface = "0.9.0" +cumulus-pallet-session-benchmarking = { version = "12.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.10.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.10.0", default-features = false } +cumulus-primitives-aura = { version = "0.10.0", default-features = false } +cumulus-primitives-core = { version = "0.10.0", default-features = false } +cumulus-primitives-utility = { version = "0.10.0", default-features = false } +emulated-integration-tests-common = { version = "6.0.0", default-features = false } +pallet-collator-selection = { version = "12.0.1", default-features = false } +parachains-common = { version = "10.0.0", default-features = false } +parachain-info = { version = "0.10.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.10.0" +cumulus-relay-chain-interface = "0.10.0" color-print = "0.3.4" -cumulus-client-cli = "0.9.0" -cumulus-client-collator = "0.9.0" -cumulus-client-consensus-aura = "0.9.0" -cumulus-client-consensus-common = "0.9.0" -cumulus-client-consensus-proposer = "0.9.0" -cumulus-client-service = "0.9.0" +cumulus-client-cli = "0.10.0" +cumulus-client-collator = "0.10.0" +cumulus-client-consensus-aura = "0.10.0" +cumulus-client-consensus-common = "0.10.0" +cumulus-client-consensus-proposer = "0.10.0" +cumulus-client-service = "0.10.0" # Paseo asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.2.5-system-chains", default-features = false } diff --git a/runtime/devnet/src/config/contracts.rs b/runtime/devnet/src/config/contracts.rs index d6f596da..8e5b2695 100644 --- a/runtime/devnet/src/config/contracts.rs +++ b/runtime/devnet/src/config/contracts.rs @@ -6,7 +6,7 @@ use frame_support::{ parameter_types, traits::{ConstBool, ConstU32, Randomness}, }; -use frame_system::pallet_prelude::BlockNumberFor; +use frame_system::{pallet_prelude::BlockNumberFor, EnsureSigned}; pub enum AllowBalancesCall {} @@ -79,6 +79,8 @@ impl pallet_contracts::Config for Runtime { type MaxStorageKeyLen = ConstU32<128>; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type UnsafeUnstableInterface = ConstBool; + type UploadOrigin = EnsureSigned; + type InstantiateOrigin = EnsureSigned; type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type MaxDelegateDependencies = ConstU32<32>; type RuntimeHoldReason = RuntimeHoldReason; diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 295398f9..913c38d1 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -57,7 +57,7 @@ pub use pop_runtime_common::{ BLOCK_PROCESSING_VELOCITY, EXISTENTIAL_DEPOSIT, MICROUNIT, MILLIUNIT, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, UNIT, }; -pub use sp_runtime::{MultiAddress, Perbill, Permill}; +pub use sp_runtime::{ExtrinsicInclusionMode, MultiAddress, Perbill, Permill}; #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; @@ -260,7 +260,7 @@ impl Contains for AllowedApiCalls { /// The default types are being injected by [`derive_impl`](`frame_support::derive_impl`) from /// [`ParaChainDefaultConfig`](`struct@frame_system::config_preludes::ParaChainDefaultConfig`), /// but overridden as needed. -#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig as frame_system::DefaultConfig)] +#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig)] impl frame_system::Config for Runtime { /// The identifier used to distinguish between accounts. type AccountId = AccountId; @@ -641,7 +641,7 @@ impl_runtime_apis! { Executive::execute_block(block) } - fn initialize_block(header: &::Header) { + fn initialize_block(header: &::Header) -> ExtrinsicInclusionMode { Executive::initialize_block(header) } } diff --git a/runtime/testnet/src/config/contracts.rs b/runtime/testnet/src/config/contracts.rs index d6f596da..8e5b2695 100644 --- a/runtime/testnet/src/config/contracts.rs +++ b/runtime/testnet/src/config/contracts.rs @@ -6,7 +6,7 @@ use frame_support::{ parameter_types, traits::{ConstBool, ConstU32, Randomness}, }; -use frame_system::pallet_prelude::BlockNumberFor; +use frame_system::{pallet_prelude::BlockNumberFor, EnsureSigned}; pub enum AllowBalancesCall {} @@ -79,6 +79,8 @@ impl pallet_contracts::Config for Runtime { type MaxStorageKeyLen = ConstU32<128>; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; type UnsafeUnstableInterface = ConstBool; + type UploadOrigin = EnsureSigned; + type InstantiateOrigin = EnsureSigned; type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type MaxDelegateDependencies = ConstU32<32>; type RuntimeHoldReason = RuntimeHoldReason; diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index e1b23843..36e5f710 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -57,7 +57,7 @@ pub use pop_runtime_common::{ MILLISECS_PER_BLOCK, MILLIUNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, UNINCLUDED_SEGMENT_CAPACITY, UNIT, }; -pub use sp_runtime::{MultiAddress, Perbill, Permill}; +pub use sp_runtime::{ExtrinsicInclusionMode, MultiAddress, Perbill, Permill}; #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; @@ -264,7 +264,7 @@ impl Contains for AllowedApiCalls { /// The default types are being injected by [`derive_impl`](`frame_support::derive_impl`) from /// [`ParaChainDefaultConfig`](`struct@frame_system::config_preludes::ParaChainDefaultConfig`), /// but overridden as needed. -#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig as frame_system::DefaultConfig)] +#[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig)] impl frame_system::Config for Runtime { /// The identifier used to distinguish between accounts. type AccountId = AccountId; @@ -633,7 +633,7 @@ impl_runtime_apis! { Executive::execute_block(block) } - fn initialize_block(header: &::Header) { + fn initialize_block(header: &::Header) -> ExtrinsicInclusionMode{ Executive::initialize_block(header) } }