From 464519b83d02df46cc601d6631898d90762206b7 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:46:33 +0700 Subject: [PATCH 01/80] chore: upgrade to v1.9.0 --- 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) } } From 26af9de3ce11208a40795d767ecac07227876f6d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 02/80] chore: upgrade to 1.10.0 --- Cargo.lock | 4854 +++++++++++++++-------------- Cargo.toml | 196 +- runtime/devnet/Cargo.toml | 2 +- runtime/devnet/src/config/xcm.rs | 3 + runtime/devnet/src/lib.rs | 4 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/config/xcm.rs | 3 + runtime/testnet/src/lib.rs | 4 +- 8 files changed, 2547 insertions(+), 2521 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29a91410..c4ddaf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "sp-weights 28.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -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", +checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" +dependencies = [ + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-bridge-hub-router 0.9.0", + "parachains-common 11.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "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", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1177,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1288,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2096,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" +checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", @@ -2107,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" +checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" +checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" +checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" +checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-parachain-inherent 0.11.0", "sp-consensus", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" +checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" +checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" +checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" +checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,12 +2328,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-transaction-pool 30.0.0", ] [[package]] @@ -2357,20 +2358,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" +checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" dependencies = [ - "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", + "cumulus-pallet-parachain-system 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-aura 31.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2412,37 +2413,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.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", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", "trie-db", ] @@ -2475,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2507,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2550,28 +2551,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.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", + "bp-xcm-bridge-hub-router 0.10.0", + "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -2591,16 +2592,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" dependencies = [ "parity-scale-codec", - "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", + "polkadot-core-primitives 11.0.0", + "polkadot-primitives 11.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2624,20 +2625,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2658,18 +2659,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -2685,13 +2686,13 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -2717,33 +2718,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", "log", - "pallet-asset-conversion 13.0.0", + "pallet-asset-conversion 14.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" +checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2754,48 +2755,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-state-machine 0.38.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" +checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.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 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2804,7 +2805,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2813,11 +2814,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2825,12 +2826,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" +checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2848,14 +2849,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "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 32.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-util", @@ -2865,17 +2866,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" dependencies = [ - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "polkadot-primitives 11.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -3352,34 +3353,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ "asset-test-utils", - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bridge-runtime-common", - "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", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "sc-consensus-grandpa", - "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", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -3787,9 +3789,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" dependencies = [ "parity-scale-codec", ] @@ -3831,50 +3833,50 @@ dependencies = [ "sp-runtime 32.0.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-support-procedural 27.0.0", + "frame-system 32.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-std", + "sp-storage 21.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "35.0.1" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" +checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3893,19 +3895,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.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 32.0.0", - "sp-wasm-interface", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", + "sp-wasm-interface 21.0.0", "thiserror", "thousands", ] @@ -3942,19 +3944,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" dependencies = [ "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -3974,27 +3976,27 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "frame-executive" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" +checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" dependencies = [ "aquamarine 0.3.3", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-try-runtime 0.37.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-try-runtime 0.38.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -4027,9 +4029,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" +checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" dependencies = [ "futures", "indicatif", @@ -4037,11 +4039,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "spinners", "substrate-rpc-client", "tokio", @@ -4079,12 +4081,12 @@ dependencies = [ "sp-genesis-builder 0.8.0", "sp-inherents 27.0.0", "sp-io 31.0.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-weights 28.0.0", "static_assertions", "tt-call", @@ -4092,9 +4094,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4102,7 +4104,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4113,21 +4115,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing", - "sp-weights 30.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-tracing 17.0.0", + "sp-weights 31.0.0", "static_assertions", "tt-call", ] @@ -4154,13 +4156,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "26.0.1" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" dependencies = [ "Inflector", "cfg-expr", - "derive-syn-parse 0.1.5", + "derive-syn-parse 0.2.0", "expander 2.1.0", "frame-support-procedural-tools 11.0.1", "itertools 0.10.5", @@ -4243,23 +4245,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" dependencies = [ "cfg-if", "docify", - "frame-support 31.0.0", + "frame-support 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -4280,17 +4282,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" +checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -4306,12 +4308,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" +checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", ] [[package]] @@ -4329,14 +4331,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" +checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" dependencies = [ - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -5146,29 +5148,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", - "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", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "pop-runtime-common", "pop-runtime-devnet", - "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", + "sp-authority-discovery 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "tracing-subscriber 0.3.18", ] @@ -6361,38 +6363,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" +checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "mmr-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" +checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -6953,20 +6955,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7004,17 +7006,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7039,20 +7041,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7075,18 +7077,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7110,19 +7112,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" +checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7145,18 +7147,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "31.0.1" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-authority-discovery 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7177,16 +7179,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7217,26 +7219,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7260,30 +7262,30 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-bags-list" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" +checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -7305,18 +7307,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "31.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7343,22 +7345,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" +checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 16.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-consensus-beefy 17.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7390,27 +7392,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" +checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-beefy 31.0.0", - "pallet-mmr 30.0.0", - "pallet-session 31.0.0", + "pallet-beefy 32.0.0", + "pallet-mmr 31.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "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-api 30.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", ] @@ -7435,104 +7437,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" +checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "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", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "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", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7557,19 +7559,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7595,21 +7597,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" +checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-bounties 30.0.0", - "pallet-treasury 30.0.0", + "pallet-bounties 31.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7636,72 +7638,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "12.0.1" +version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" +checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" +checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", + "paste", "rand", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", "wasm-instrument", "wasmi", ] @@ -7719,14 +7722,14 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" +checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.5.0", + "polkavm-derive", "scale-info", ] @@ -7750,38 +7753,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" +checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" +checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7811,26 +7814,26 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "strum 0.24.1", + "strum 0.26.3", ] [[package]] @@ -7850,36 +7853,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" +checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "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-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7905,21 +7908,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7949,25 +7952,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" +checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7991,19 +7994,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8030,22 +8033,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" +checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", + "pallet-authorship 32.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8069,37 +8072,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" +checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" +checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8126,23 +8129,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8166,20 +8169,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" +checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8202,36 +8205,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" +checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" +checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-assets 32.0.0", - "pallet-nfts 25.0.0", + "pallet-assets 33.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8256,20 +8259,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" +checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8287,30 +8290,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" +checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" dependencies = [ - "pallet-nfts 25.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" +checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8331,27 +8334,27 @@ dependencies = [ "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-nomination-pools" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" +checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -8377,22 +8380,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" +checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" dependencies = [ - "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", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8410,13 +8413,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" +checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" dependencies = [ - "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools 29.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] @@ -8440,19 +8443,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" +checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8483,26 +8486,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" +checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "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", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-grandpa 32.0.0", + "pallet-im-online 31.0.0", + "pallet-offences 31.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8526,19 +8529,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" +checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8560,53 +8563,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" +checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" +checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" +checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8632,37 +8635,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" +checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" +checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8687,21 +8690,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" +checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8729,25 +8732,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "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-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -8770,38 +8773,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" +checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" dependencies = [ - "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", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "rand", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" +checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8831,25 +8834,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8877,12 +8880,12 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +checksum = "988a7ebeacc84d4bdb0b12409681e956ffe35438447d8f8bc78db547cffb6ebc" dependencies = [ "log", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -8898,13 +8901,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" +checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -8927,19 +8930,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" +checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8962,18 +8965,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" +checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8994,48 +8997,48 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-timestamp 27.0.0", ] [[package]] name = "pallet-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-storage", - "sp-timestamp 29.0.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", ] [[package]] name = "pallet-tips" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" +checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9058,36 +9061,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" +checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9105,15 +9108,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" +checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" dependencies = [ - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9138,21 +9141,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9191,18 +9194,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9224,17 +9227,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9256,17 +9259,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" +checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9296,26 +9299,27 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "10.0.1" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] @@ -9340,22 +9344,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" +checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -9380,22 +9384,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -9432,66 +9436,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "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", + "pallet-asset-tx-payment 32.0.0", + "pallet-assets 33.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parity-scale-codec", + "polkadot-primitives 11.0.0", "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" dependencies = [ - "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-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "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", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-tracing 17.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -9748,7 +9752,7 @@ dependencies = [ "sp-session 28.0.0", "sp-staking 27.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", @@ -9957,9 +9961,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" +checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" dependencies = [ "bitvec", "futures", @@ -9971,16 +9975,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" +checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" dependencies = [ "always-assert", "futures", @@ -9988,16 +9992,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" +checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" dependencies = [ "derive_more", "fatality", @@ -10008,20 +10012,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "schnellru", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" +checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" dependencies = [ "async-trait", "fatality", @@ -10032,7 +10036,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-network", "schnellru", @@ -10043,9 +10047,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" +checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" dependencies = [ "cfg-if", "clap", @@ -10061,11 +10065,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10073,9 +10077,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" +checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" dependencies = [ "bitvec", "fatality", @@ -10085,10 +10089,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10109,22 +10113,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" +checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" dependencies = [ "derive_more", "fatality", @@ -10137,58 +10141,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "schnellru", - "sp-application-crypto 33.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" +checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", - "sp-core 31.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-trie 33.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" +checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" +checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" dependencies = [ "always-assert", "async-trait", @@ -10201,7 +10205,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10210,9 +10214,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" +checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" dependencies = [ "futures", "parity-scale-codec", @@ -10220,8 +10224,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10229,9 +10233,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" +checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" dependencies = [ "bitvec", "derive_more", @@ -10246,26 +10250,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 33.0.0", + "sp-application-crypto 34.0.0", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-runtime 35.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" +checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" dependencies = [ "bitvec", "futures", @@ -10278,7 +10282,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10286,9 +10290,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" +checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" dependencies = [ "bitvec", "fatality", @@ -10297,25 +10301,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" +checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10323,9 +10327,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" +checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" dependencies = [ "async-trait", "futures", @@ -10337,17 +10341,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" +checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", "polkadot-node-metrics", @@ -10360,9 +10364,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" +checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" dependencies = [ "futures", "futures-timer", @@ -10371,16 +10375,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" +checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" dependencies = [ "fatality", "futures", @@ -10389,7 +10393,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10398,27 +10402,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" +checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-blockchain", - "sp-inherents 29.0.0", + "sp-inherents 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" +checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" dependencies = [ "bitvec", "fatality", @@ -10427,16 +10431,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" +checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" dependencies = [ "bitvec", "fatality", @@ -10445,7 +10449,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10453,9 +10457,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" +checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10467,18 +10471,18 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "slotmap", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10487,26 +10491,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" +checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" +checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" dependencies = [ "cfg-if", "cpu-time", @@ -10515,42 +10519,42 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-tracing", + "sp-externalities 0.28.0", + "sp-io 34.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" +checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", - "sp-consensus-babe 0.35.0", + "sp-consensus-babe 0.36.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" dependencies = [ "lazy_static", "log", @@ -10558,25 +10562,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10587,9 +10591,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10601,44 +10605,44 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-authority-discovery", "sc-network", - "strum 0.24.1", + "strum 0.26.3", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" +checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10647,9 +10651,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" dependencies = [ "async-trait", "bitvec", @@ -10659,26 +10663,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" +checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" dependencies = [ "async-trait", "derive_more", @@ -10698,23 +10702,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" dependencies = [ "async-trait", "futures", @@ -10725,10 +10729,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10753,20 +10757,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -10799,42 +10803,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" +checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10848,13 +10852,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10913,53 +10917,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "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 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-identity 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-staking-reward-fn 22.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-treasury 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "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", + "slot-range-helper 11.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] @@ -10974,21 +10978,21 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 8.0.1", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "polkadot-runtime-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -11043,66 +11047,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "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", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-message-queue 35.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-metrics 11.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.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-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" +checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" dependencies = [ "async-trait", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "hex-literal", "is_executable", @@ -11110,11 +11114,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "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", + "pallet-babe 32.0.0", + "pallet-staking 32.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11123,7 +11126,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11148,10 +11151,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11180,40 +11183,42 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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 29.0.0", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", "westend-runtime", + "xcm-fee-payment-runtime-api", ] [[package]] name = "polkadot-statement-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" +checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11226,22 +11231,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", - "sp-staking 29.0.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", + "sp-staking 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" dependencies = [ "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "tracing-gum", ] @@ -11254,7 +11259,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -11267,18 +11272,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88b4e215c80fe876147f3d58158d5dfeae7dabdd6047e175af77095b78d0035c" - -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -11288,56 +11281,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6380dbe1fb03ecc74ad55d841cfc75480222d153ba69ddcb00977866cbdabdb8" -dependencies = [ - "polkavm-derive-impl 0.5.0", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "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]] -name = "polkavm-derive-impl" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8211b3365bbafb2fb32057d68b0e1ca55d079f5cf6f9da9b98079b94b3987d" -dependencies = [ - "polkavm-common 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -11346,29 +11296,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "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", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -11382,7 +11322,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11459,11 +11399,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11471,7 +11411,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11493,19 +11433,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "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", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "staging-xcm 11.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11524,12 +11464,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 31.0.0", - "parachains-common 10.0.0", + "frame-support 32.0.0", + "parachains-common 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -11537,146 +11477,146 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "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", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "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-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "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", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "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", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "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", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "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-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "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", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "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", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -12387,116 +12327,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" +checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" dependencies = [ "binary-merkle-tree 15.0.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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "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-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", + "pallet-bounties 31.0.0", + "pallet-child-bounties 31.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", "pallet-nis", - "pallet-offences 30.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-offences 31.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", "pallet-society", - "pallet-staking 31.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-staking 32.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", "pallet-tips", - "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", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.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 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", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", - "substrate-wasm-builder 20.0.0", + "substrate-wasm-builder 21.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" +checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "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", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -12781,27 +12721,28 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" dependencies = [ "log", - "sp-core 31.0.0", - "sp-wasm-interface", + "sp-core 32.0.0", + "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", "libp2p", + "linked_hash_set", "log", "multihash 0.18.1", "multihash-codetable", @@ -12811,21 +12752,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" +checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" dependencies = [ "futures", "futures-timer", @@ -12835,36 +12776,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-chain-spec" -version = "30.0.1" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12879,12 +12820,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-genesis-builder 0.11.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] @@ -12901,9 +12842,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12931,21 +12872,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" dependencies = [ "fnv", "futures", @@ -12955,25 +12896,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-statement-store", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" dependencies = [ "hash-db", "kvdb", @@ -12987,20 +12928,20 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -13012,21 +12953,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" +checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ "async-trait", "futures", @@ -13037,26 +12978,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-aura 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" +checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", "fork-tree", @@ -13073,27 +13014,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" +checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" dependencies = [ "futures", "jsonrpsee", @@ -13101,22 +13042,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" +checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13132,17 +13073,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13151,9 +13092,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" +checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" dependencies = [ "futures", "jsonrpsee", @@ -13163,31 +13104,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" +checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13213,25 +13154,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" +checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" dependencies = [ "finality-grandpa", "futures", @@ -13243,16 +13184,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" +checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" dependencies = [ "async-trait", "futures", @@ -13262,21 +13203,21 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "sc-executor" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13284,49 +13225,49 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-io 34.0.0", "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", ] [[package]] name = "sc-executor-wasmtime" -version = "0.32.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" dependencies = [ "anyhow", "cfg-if", @@ -13336,16 +13277,16 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-wasm-interface 21.0.0", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" dependencies = [ "ansi_term", "futures", @@ -13356,29 +13297,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13395,20 +13336,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13435,10 +13376,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13450,9 +13391,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" dependencies = [ "async-channel 1.9.0", "cid", @@ -13464,16 +13405,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13483,15 +13424,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" dependencies = [ "ahash 0.8.11", "futures", @@ -13502,16 +13443,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13524,16 +13465,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13554,12 +13495,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13568,9 +13509,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13582,15 +13523,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" +checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13611,12 +13552,12 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", "threadpool", "tracing", ] @@ -13633,9 +13574,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" dependencies = [ "futures", "jsonrpsee", @@ -13651,24 +13592,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-statement-store", - "sp-version 32.0.0", + "sp-version 33.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13678,18 +13619,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" dependencies = [ "futures", "governor", @@ -13706,9 +13647,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13725,12 +13666,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-stream", @@ -13738,9 +13679,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" dependencies = [ "async-trait", "directories", @@ -13778,20 +13719,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-externalities 0.27.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 29.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", "sp-transaction-storage-proof", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13803,35 +13744,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" +checksum = "4536eb51128eed3d3780f442ca74a4464f26401065bc4cf038609c0f9efeab9c" dependencies = [ "clap", "fs4", "log", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" +checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13843,15 +13784,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" dependencies = [ "derive_more", "futures", @@ -13863,17 +13804,17 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", + "sp-io 34.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" dependencies = [ "chrono", "futures", @@ -13891,9 +13832,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" dependencies = [ "ansi_term", "chrono", @@ -13908,12 +13849,12 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-tracing", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", @@ -13934,9 +13875,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" dependencies = [ "async-trait", "futures", @@ -13949,22 +13890,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing", - "sp-transaction-pool 29.0.0", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", + "sp-transaction-pool 30.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" dependencies = [ "async-trait", "futures", @@ -13972,16 +13913,16 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-utils" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +checksum = "acf1bad736c230f16beb1cf48af9e69564df23b13aca9e5751a61266340b4bb5" dependencies = [ "async-channel 1.9.0", "futures", @@ -13990,7 +13931,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -14409,14 +14350,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -14736,7 +14677,7 @@ dependencies = [ "sp-api-proc-macro 15.0.1", "sp-core 29.0.0", "sp-externalities 0.26.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", "sp-std", @@ -14747,24 +14688,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-api-proc-macro 18.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", "thiserror", ] @@ -14785,9 +14726,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "17.0.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14814,15 +14755,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", ] @@ -14843,10 +14784,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" dependencies = [ + "docify", "integer-sqrt", "num-traits", "parity-scale-codec", @@ -14872,16 +14814,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -14898,48 +14839,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-blockchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" dependencies = [ "async-trait", "futures", "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] @@ -14963,20 +14903,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "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 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15001,22 +14940,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "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 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15042,24 +14980,23 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "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", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15083,21 +15020,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15115,15 +15051,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15163,7 +15098,7 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "ss58-registry", "substrate-bip39 0.4.6", "thiserror", @@ -15174,9 +15109,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" dependencies = [ "array-bytes 6.2.2", "bitflags 1.3.2", @@ -15207,12 +15142,12 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", "sp-std", - "sp-storage", + "sp-storage 21.0.0", "ss58-registry", - "substrate-bip39 0.5.0", + "substrate-bip39 0.6.0", "thiserror", "tracing", "w3f-bls", @@ -15274,19 +15209,18 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage", + "sp-storage 20.0.0", ] [[package]] name = "sp-externalities" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +checksum = "33abaec4be69b1613796bbf430decbbcaaf978756379e2016e683a4d6379cd02" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-storage 21.0.0", ] [[package]] @@ -15303,14 +15237,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" dependencies = [ "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15330,16 +15263,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15363,7 +15295,7 @@ dependencies = [ "sp-runtime-interface 25.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-trie 30.0.0", "tracing", "tracing-core", @@ -15371,27 +15303,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-tracing", - "sp-trie 32.0.0", + "sp-tracing 17.0.0", + "sp-trie 33.0.0", "tracing", "tracing-core", ] @@ -15409,13 +15341,13 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15433,14 +15365,14 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", ] [[package]] @@ -15466,16 +15398,26 @@ dependencies = [ ] [[package]] -name = "sp-mixnet" +name = "sp-metadata-ir" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" dependencies = [ + "frame-metadata", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", +] + +[[package]] +name = "sp-mixnet" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", ] [[package]] @@ -15499,20 +15441,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15533,17 +15474,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15559,13 +15499,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15581,13 +15521,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" dependencies = [ "rustc-hash", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] @@ -15617,9 +15557,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" dependencies = [ "docify", "either", @@ -15632,12 +15572,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -15653,29 +15593,29 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface-proc-macro 17.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", "static_assertions", ] [[package]] name = "sp-runtime-interface" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +checksum = "647db5e1dc481686628b41554e832df6ab400c4b43a6a54e54d3b0a71ca404aa" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.8.0", + "polkavm-derive", "primitive-types", - "sp-externalities 0.27.0", + "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 21.0.0", + "sp-tracing 17.0.0", + "sp-wasm-interface 21.0.0", "static_assertions", ] @@ -15725,18 +15665,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" dependencies = [ "parity-scale-codec", "scale-info", - "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", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -15756,17 +15695,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" +checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15793,9 +15731,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" dependencies = [ "hash-db", "log", @@ -15803,11 +15741,10 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "thiserror", "tracing", "trie-db", @@ -15815,9 +15752,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15827,14 +15764,13 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", ] @@ -15859,6 +15795,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-storage" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", +] + [[package]] name = "sp-timestamp" version = "27.0.0" @@ -15875,15 +15824,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "thiserror", ] @@ -15900,6 +15848,18 @@ dependencies = [ "tracing-subscriber 0.2.25", ] +[[package]] +name = "sp-tracing" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90b3decf116db9f1dfaf1f1597096b043d0e12c952d3bcdc018c6d6b77deec7e" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sp-transaction-pool" version = "27.0.0" @@ -15912,28 +15872,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -15963,9 +15922,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15977,9 +15936,8 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "thiserror", "tracing", "trie-db", @@ -16000,15 +15958,15 @@ dependencies = [ "sp-crypto-hashing-proc-macro", "sp-runtime 32.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 13.0.0", "thiserror", ] [[package]] name = "sp-version" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16016,9 +15974,9 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 14.0.0", "thiserror", ] @@ -16034,6 +15992,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-version-proc-macro" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -16048,6 +16018,19 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b04b919e150b4736d85089d49327eab65507deb1485eec929af69daa2278eb3" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", +] + [[package]] name = "sp-weights" version = "28.0.0" @@ -16066,18 +16049,17 @@ dependencies = [ [[package]] name = "sp-weights" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-debug-derive", - "sp-std", ] [[package]] @@ -16183,16 +16165,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -16217,9 +16199,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16230,7 +16212,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 30.0.0", + "sp-weights 31.0.0", "xcm-procedural", ] @@ -16259,25 +16241,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -16304,24 +16286,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -16392,6 +16374,15 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros 0.26.4", +] + [[package]] name = "strum_macros" version = "0.24.3" @@ -16418,6 +16409,19 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.55", +] + [[package]] name = "substrate-bip39" version = "0.4.6" @@ -16433,9 +16437,9 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16452,22 +16456,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" +checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" dependencies = [ - "frame-system-rpc-runtime-api 29.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -16485,33 +16489,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" +checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" +checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", "trie-db", ] @@ -16536,9 +16540,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" dependencies = [ "build-helper", "cargo_metadata", @@ -16547,7 +16551,7 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sp-maybe-compressed-blob", - "strum 0.24.1", + "strum 0.26.3", "tempfile", "toml 0.8.12", "walkdir", @@ -17088,12 +17092,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" dependencies = [ "coarsetime", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17258,14 +17262,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" +checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.37.0", + "frame-try-runtime 0.38.0", "hex", "log", "parity-scale-codec", @@ -17273,22 +17277,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "sp-transaction-storage-proof", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17919,126 +17923,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" +checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "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", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "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-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "pallet-elections-phragmen", - "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-fast-unstake 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "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-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools-benchmarking 30.0.0", + "pallet-nomination-pools-runtime-api 27.0.0", + "pallet-offences 31.0.0", + "pallet-offences-benchmarking 32.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-session-benchmarking 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-session-benchmarking 32.0.0", "pallet-society", - "pallet-staking 31.0.0", + "pallet-staking 32.0.0", "pallet-staking-reward-curve", - "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", + "pallet-staking-runtime-api 18.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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 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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-npos-elections 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", "westend-runtime-constants", + "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" +checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "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", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -18397,37 +18401,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "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-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-std", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", +] + +[[package]] +name = "xcm-fee-payment-runtime-api" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +dependencies = [ + "frame-support 32.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 80723f7b..d78f96be 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 = "20.0.0" +substrate-wasm-builder = "21.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.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 = "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" +sc-basic-authorship = "0.38.0" +sc-chain-spec = "31.0.0" +sc-cli = "0.40.0" +sc-client-api = "32.0.0" +sc-offchain = "33.0.0" +sc-consensus = "0.37.0" +sc-executor = "0.36.0" +sc-network = "0.38.0" +sc-network-sync = "0.37.0" +sc-rpc = "33.0.0" +sc-service = "0.39.0" +sc-sysinfo = "31.0.0" +sc-telemetry = "18.0.0" +sc-tracing = "32.0.0" +sc-transaction-pool = "32.0.0" +sc-transaction-pool-api = "32.0.0" +frame-benchmarking = { version = "32.0.0", default-features = false } +frame-benchmarking-cli = "36.0.0" +frame-executive = { version = "32.0.0", default-features = false } +frame-support = { version = "32.0.0", default-features = false } +frame-system = { version = "32.0.0", default-features = false } +frame-system-benchmarking = { version = "32.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } +frame-try-runtime = { version = "0.38.0", default-features = false } +pallet-aura = { version = "31.0.0", default-features = false } +pallet-authorship = { version = "32.0.0", default-features = false } +pallet-assets = { version = "33.0.0", default-features = false } +pallet-balances = { version = "33.0.0", default-features = false } +pallet-contracts = { version = "31.0.0", default-features = false } +pallet-message-queue = { version = "35.0.0", default-features = false } +pallet-multisig = { version = "32.0.0", default-features = false } +pallet-nft-fractionalization = { version = "14.0.0", default-features = false } +pallet-nfts = { version = "26.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } +pallet-preimage = { version = "32.0.0", default-features = false } +pallet-proxy = { version = "32.0.0", default-features = false } +pallet-scheduler = { version = "33.0.0", default-features = false } +pallet-session = { version = "32.0.0", default-features = false } +pallet-sudo = { version = "32.0.0", default-features = false } +pallet-timestamp = { version = "31.0.0", default-features = false } +pallet-transaction-payment = { version = "32.0.0", default-features = false } +pallet-transaction-payment-rpc = "34.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } +pallet-utility = { version = "32.0.0", default-features = false } +sp-api = { version = "30.0.0", default-features = false } +sp-authority-discovery = { version = "30.0.0", default-features = false } +sp-block-builder = { version = "30.0.0", default-features = false } +sp-blockchain = "32.0.0" +sp-consensus-aura = { version = "0.36.0", default-features = false } +sp-consensus-babe = { version = "0.36.0", default-features = false } +sp-consensus-beefy = { version = "17.0.0", default-features = false } +sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sp-core = { version = "32.0.0", default-features = false } +sp-keystore = "0.38.0" +sp-io = { version = "34.0.0", default-features = false } +sp-genesis-builder = { version = "0.11.0", default-features = false } +sp-inherents = { version = "30.0.0", default-features = false } +sp-offchain = { version = "30.0.0", default-features = false } +sp-runtime = { version = "35.0.0", default-features = false } +sp-timestamp = "30.0.0" +substrate-frame-rpc-system = "32.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "30.0.0", default-features = false } +sp-session = { version = "31.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "29.0.0", default-features = false } -sp-version = { version = "32.0.0", default-features = false } +sp-transaction-pool = { version = "30.0.0", default-features = false } +sp-version = { version = "33.0.0", default-features = false } # Polkadot -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 } +pallet-xcm = { version = "11.0.0", default-features = false } +polkadot-cli = "11.0.0" +polkadot-parachain-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-parachains = { version = "11.0.0", default-features = false } +polkadot-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-common = { version = "11.0.0", default-features = false } +rococo-runtime-constants = { version = "11.0.0", default-features = false } +rococo-runtime = { version = "11.0.0", default-features = false } +xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -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 = [ +asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } +asset-test-utils = { version = "11.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -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" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" -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" +cumulus-client-cli = "0.11.0" +cumulus-client-collator = "0.11.0" +cumulus-client-consensus-aura = "0.11.0" +cumulus-client-consensus-common = "0.11.0" +cumulus-client-consensus-proposer = "0.11.0" +cumulus-client-service = "0.11.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/Cargo.toml b/runtime/devnet/Cargo.toml index a6824acb..ab420cd5 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -223,4 +223,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index b58baf2f..55ab07bd 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -152,6 +152,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 913c38d1..908ad0f3 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -414,6 +414,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -455,7 +456,6 @@ impl pallet_aura::Config for Runtime { type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; type AllowMultipleBlocksPerSlot = ConstBool; - #[cfg(feature = "experimental")] type SlotDuration = ConstU64; } @@ -628,7 +628,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d77274ec..1cd8982e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -223,4 +223,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index b58baf2f..55ab07bd 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -152,6 +152,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 36e5f710..d566bb5f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -403,6 +403,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -447,7 +448,6 @@ impl pallet_aura::Config for Runtime { // Note: SlotDuration potentially enabled here due to devnet runtime and Rust's feature // unification, requiring the setting of a backwards compatible value. // See https://github.com/paritytech/polkadot-sdk/blob/09df373db9cd5dfed82c5cdb0736d417d54249e6/substrate/frame/aura/src/lib.rs#L262 - #[cfg(feature = "experimental")] type SlotDuration = pallet_aura::MinimumPeriodTimesTwo; } @@ -620,7 +620,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } From 52ed359d9f27fc9ea584240c644e0a9c51228794 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 03/80] refactor: remove native executor, add unified host functions --- node/src/command.rs | 16 ++---- node/src/service.rs | 136 ++++++++++++++------------------------------ 2 files changed, 49 insertions(+), 103 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index dcda471f..5a932308 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -15,7 +15,7 @@ use crate::{ chain_spec, chain_spec::Relay, cli::{Cli, RelayChainCli, Subcommand}, - service::{new_partial, DevnetRuntimeExecutor, TestnetRuntimeExecutor}, + service::new_partial, }; #[derive(Debug, PartialEq)] @@ -157,7 +157,7 @@ macro_rules! construct_async_run { match runner.config().chain_spec.runtime() { Runtime::Devnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -166,7 +166,7 @@ macro_rules! construct_async_run { } Runtime::Testnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -181,15 +181,11 @@ macro_rules! construct_benchmark_partials { ($config:expr, |$partials:ident| $code:expr) => { match $config.chain_spec.runtime() { Runtime::Devnet => { - let $partials = - new_partial::(&$config)?; + let $partials = new_partial::(&$config)?; $code }, Runtime::Testnet => { - let $partials = new_partial::< - pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, - >(&$config)?; + let $partials = new_partial::(&$config)?; $code }, } @@ -348,7 +344,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_devnet::RuntimeApi, - DevnetRuntimeExecutor, >( config, polkadot_config, @@ -366,7 +361,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, >( config, polkadot_config, diff --git a/node/src/service.rs b/node/src/service.rs index e79877a8..c020b0fb 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,7 +13,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -25,10 +26,7 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface}; use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE; use sc_client_api::Backend; use sc_consensus::ImportQueue; -use sc_executor::{ - HeapAllocStrategy, NativeElseWasmExecutor, NativeExecutionDispatch, WasmExecutor, - DEFAULT_HEAP_ALLOC_STRATEGY, -}; +use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY}; use sc_network::NetworkBlock; use sc_network_sync::SyncingService; use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager}; @@ -40,70 +38,37 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -/// Devnet Native executor type. -pub struct DevnetRuntimeExecutor; - -impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_devnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_devnet::native_version() - } -} - -/// Testnet Native executor type. -pub struct TestnetRuntimeExecutor; +type ParachainExecutor = WasmExecutor; -impl NativeExecutionDispatch for TestnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_testnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_testnet::native_version() - } -} - -type ParachainExecutor = NativeElseWasmExecutor; - -type ParachainClient = - TFullClient>; +type ParachainClient = TFullClient; type ParachainBackend = TFullBackend; -type ParachainBlockImport = - TParachainBlockImport>, ParachainBackend>; +type ParachainBlockImport = + TParachainBlockImport>, ParachainBackend>; /// Assembly of PartialComponents (enough to run chain ops subcommands) -type Service = PartialComponents< - ParachainClient, +type Service = PartialComponents< + ParachainClient, ParachainBackend, (), sc_consensus::DefaultImportQueue, - sc_transaction_pool::FullPool>, - (ParachainBlockImport, Option, Option), + sc_transaction_pool::FullPool>, + (ParachainBlockImport, Option, Option), >; /// Starts a `ServiceBuilder` for a full service. /// /// Use this macro if you don't actually need the full service, but just the builder in order to /// be able to perform chain operations. -pub fn new_partial( +pub fn new_partial( config: &Configuration, -) -> Result, sc_service::Error> +) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, - Executor: NativeExecutionDispatch + 'static, { let telemetry = config .telemetry_endpoints @@ -120,7 +85,7 @@ where .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ }); - let wasm = WasmExecutor::builder() + let executor = ParachainExecutor::builder() .with_execution_method(config.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) @@ -128,8 +93,6 @@ where .with_runtime_cache_size(config.runtime_cache_size) .build(); - let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); - let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts::( config, @@ -153,8 +116,7 @@ where client.clone(), ); - let block_import = - ParachainBlockImport::::new(client.clone(), backend.clone()); + let block_import = ParachainBlockImport::::new(client.clone(), backend.clone()); let import_queue = build_import_queue( client.clone(), @@ -180,28 +142,26 @@ where /// /// This is the actual implementation that is abstract over the executor and the runtime api. #[sc_tracing::logging::prefix_logs_with("Parachain")] -async fn start_node_impl( +async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, start_consensus: SC, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, SC: FnOnce( - Arc>, + Arc>, Arc, - ParachainBlockImport, + ParachainBlockImport, Option<&Registry>, Option, &TaskManager, Arc, - Arc>>, + Arc>>, Arc>, KeystorePtr, Duration, @@ -213,7 +173,7 @@ where { let parachain_config = prepare_node_config(parachain_config); - let params = new_partial::(¶chain_config)?; + let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); @@ -380,17 +340,16 @@ where /// Build the import queue for the parachain runtime. #[allow(clippy::type_complexity)] -pub(crate) fn build_import_queue( - client: Arc>, - block_import: ParachainBlockImport, +pub(crate) fn build_import_queue( + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -415,17 +374,15 @@ where } #[allow(clippy::too_many_arguments)] -fn start_consensus( - client: Arc>, +fn start_consensus( + client: Arc>, backend: Arc, - block_import: ParachainBlockImport, + block_import: ParachainBlockImport, prometheus_registry: Option<&Registry>, telemetry: Option, task_manager: &TaskManager, relay_chain_interface: Arc, - transaction_pool: Arc< - sc_transaction_pool::FullPool>, - >, + transaction_pool: Arc>>, sync_oracle: Arc>, keystore: KeystorePtr, relay_chain_slot_duration: Duration, @@ -435,10 +392,8 @@ fn start_consensus( announce_block: Arc>) + Send + Sync>, ) -> Result<(), sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; @@ -493,32 +448,30 @@ where } /// Start a parachain node. -pub async fn start_parachain_node( +pub async fn start_parachain_node( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - Executor: NativeExecutionDispatch + 'static, - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, collator_options, para_id, - start_consensus::, + start_consensus::, hwbench, ) .await } // Trait alias refactored out from above to simplify repeated trait bounds -pub(crate) trait RuntimeApiExt: +pub(crate) trait RuntimeApiExt: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::Metadata + sp_session::SessionKeys @@ -545,7 +498,6 @@ impl< + substrate_frame_rpc_system::AccountNonceApi + cumulus_primitives_aura::AuraUnincludedSegmentApi, RuntimeApi, - Executor, - > RuntimeApiExt for T + > RuntimeApiExt for T { } From e0ff905cf9d3a669276089ce11e895c25d45e67d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 04/80] feat: pov claim feature --- Cargo.lock | 19 +++++++++++++++++++ Cargo.toml | 1 + node/src/command.rs | 3 ++- node/src/service.rs | 8 ++++++-- runtime/devnet/Cargo.toml | 2 ++ 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29a91410..526a173f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2694,6 +2694,24 @@ dependencies = [ "sp-trie 32.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "docify", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11544,6 +11562,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.10.0", "cumulus-primitives-aura 0.10.0", "cumulus-primitives-core 0.10.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index 80723f7b..db4a9b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ 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-storage-weight-reclaim = { version = "1.0.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 } diff --git a/node/src/command.rs b/node/src/command.rs index dcda471f..27901ef0 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,6 @@ use std::{net::SocketAddr, path::PathBuf}; +use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -270,7 +271,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index e79877a8..79ea908f 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -44,7 +44,10 @@ use substrate_prometheus_endpoint::Registry; pub struct DevnetRuntimeExecutor; impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; + type ExtendHostFunctions = ( + cumulus_client_service::storage_proof_size::HostFunctions, + frame_benchmarking::benchmarking::HostFunctions, + ); fn dispatch(method: &str, data: &[u8]) -> Option> { pop_runtime_devnet::api::dispatch(method, data) @@ -131,10 +134,11 @@ where let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + sc_service::new_full_parts_record_import::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index a6824acb..35183429 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -103,6 +104,7 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", + "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From 79981788227e135345e82fae710ebdbced7a94fa Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 05/80] feat: pov claim feature --- Cargo.lock | 19 +++++++++++++++++++ Cargo.toml | 25 +++++++++++++------------ node/src/command.rs | 3 ++- node/src/service.rs | 3 ++- runtime/devnet/Cargo.toml | 2 ++ 5 files changed, 38 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4ddaf19..49989667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,6 +2695,24 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "docify", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11484,6 +11502,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index d78f96be..bf71f28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,18 +148,19 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.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-storage-weight-reclaim = { version = "1.0.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.11.0" cumulus-client-collator = "0.11.0" diff --git a/node/src/command.rs b/node/src/command.rs index 5a932308..f0f1ad25 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,6 @@ use std::{net::SocketAddr, path::PathBuf}; +use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -266,7 +267,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index c020b0fb..b2d39caf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -94,10 +94,11 @@ where .build(); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + sc_service::new_full_parts_record_import::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index ab420cd5..13d4fe77 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -103,6 +104,7 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", + "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From 551218bb9953e9af11840f5ddfcefd2e776b8c89 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 06/80] chore: upgrade to 1.10.0 --- Cargo.lock | 4341 +++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 25 +- 2 files changed, 3641 insertions(+), 725 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49989667..ae6a8e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,37 @@ dependencies = [ "system-parachains-constants", ] +[[package]] +name = "asset-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +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 10.0.0", + "parity-scale-codec", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "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 = "asset-test-utils" version = "11.0.0" @@ -536,7 +567,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils", + "parachains-runtimes-test-utils 11.0.0", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1143,19 +1174,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1177,35 +1208,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.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 32.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.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 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1230,35 +1261,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.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 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1288,12 +1319,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1332,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.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 33.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.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 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" dependencies = [ "sp-std", ] @@ -1352,6 +1383,18 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1366,38 +1409,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.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 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.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 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2102,11 +2145,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-service 0.39.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2124,13 +2167,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2149,25 +2192,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2188,18 +2231,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2218,7 +2261,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2232,17 +2275,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sp-blockchain", - "sp-consensus", + "sc-client-api 32.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2258,10 +2301,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-relay-chain-interface 0.11.0", + "cumulus-test-relay-sproof-builder 0.11.0", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2282,18 +2325,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-client-api", - "sc-consensus", - "sp-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2313,24 +2356,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2411,6 +2454,42 @@ dependencies = [ "trie-db", ] +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-externalities 0.27.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", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2476,16 +2555,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2508,19 +2587,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.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 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2549,6 +2628,32 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +dependencies = [ + "bounded-collections 0.2.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 34.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2556,9 +2661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2590,6 +2693,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "cumulus-primitives-aura" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +dependencies = [ + "parity-scale-codec", + "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", +] + [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2623,6 +2741,24 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "cumulus-primitives-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2657,6 +2793,22 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2684,6 +2836,17 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +dependencies = [ + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2734,6 +2897,27 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-primitives-utility" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "log", + "pallet-asset-conversion 13.0.0", + "parity-scale-codec", + "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 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2763,23 +2947,42 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2791,10 +2994,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", + "polkadot-overseer 11.0.0", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-state-machine 0.39.0", "thiserror", ] @@ -2808,7 +3011,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -2820,21 +3023,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", + "sc-authority-discovery 0.38.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -2850,18 +3053,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "rand", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", + "sc-service 0.39.0", "schnellru", "serde", "serde_json", @@ -2882,6 +3085,21 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3371,35 +3589,34 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ - "asset-test-utils", - "bp-messages 0.11.0", + "asset-test-utils 10.0.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.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 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sc-consensus-grandpa 0.22.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", ] @@ -3805,6 +4022,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "13.0.0" @@ -3855,6 +4081,32 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +dependencies = [ + "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 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 20.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -3904,17 +4156,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.37.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -3960,6 +4212,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "frame-election-provider-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +dependencies = [ + "frame-election-provider-solution-type", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4110,6 +4380,48 @@ dependencies = [ "tt-call", ] +[[package]] +name = "frame-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +dependencies = [ + "aquamarine 0.5.0", + "array-bytes 6.2.2", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 26.0.1", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-weights 30.0.0", + "static_assertions", + "tt-call", +] + [[package]] name = "frame-support" version = "32.0.0" @@ -4172,6 +4484,26 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "frame-support-procedural" +version = "26.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.1.5", + "expander 2.1.0", + "frame-support-procedural-tools 11.0.1", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.55", +] + [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4261,6 +4593,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "frame-system" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +dependencies = [ + "cfg-if", + "docify", + "frame-support 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-version 32.0.0", + "sp-weights 30.0.0", +] + [[package]] name = "frame-system" version = "32.0.0" @@ -5165,8 +5518,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "asset-test-utils 11.0.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6388,11 +6741,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6409,7 +6762,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -6971,13 +7324,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-conversion" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7022,6 +7393,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-rate" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7057,19 +7444,36 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +dependencies = [ + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", - "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7093,6 +7497,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-assets" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-assets" version = "33.0.0" @@ -7163,6 +7584,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authority-discovery" +version = "31.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7195,6 +7633,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authorship" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7235,6 +7688,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-babe" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "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", +] + [[package]] name = "pallet-babe" version = "32.0.0" @@ -7323,6 +7801,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-balances" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-balances" version = "33.0.0" @@ -7474,85 +7969,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 26.0.0", - "sp-runtime 35.0.0", + "sp-arithmetic 25.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7575,6 +8070,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-broker" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +dependencies = [ + "bitvec", + "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 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-broker" version = "0.10.0" @@ -7654,13 +8167,33 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-collator-selection" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -7747,7 +8280,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.9.1", "scale-info", ] @@ -7830,6 +8363,30 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +dependencies = [ + "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 30.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-arithmetic 25.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", +] + [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -7869,6 +8426,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -7924,6 +8496,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-fast-unstake" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +dependencies = [ + "docify", + "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 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8010,6 +8602,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-identity" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +dependencies = [ + "enumflags2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-identity" version = "32.0.0" @@ -8145,6 +8755,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "pallet-message-queue" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +dependencies = [ + "environmental", + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "pallet-message-queue" version = "35.0.0" @@ -8748,6 +9379,29 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "pallet-session" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "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 32.0.0", +] + [[package]] name = "pallet-session" version = "32.0.0" @@ -8850,6 +9504,30 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-staking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +dependencies = [ + "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 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-staking" version = "32.0.0" @@ -8896,6 +9574,16 @@ dependencies = [ "sp-arithmetic 24.0.0", ] +[[package]] +name = "pallet-staking-reward-fn" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +dependencies = [ + "log", + "sp-arithmetic 25.0.0", +] + [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9019,6 +9707,27 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "pallet-timestamp" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-timestamp 29.0.0", +] + [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9077,6 +9786,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9104,9 +9830,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9157,6 +9883,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-treasury" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9210,6 +9956,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-utility" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-utility" version = "32.0.0" @@ -9243,6 +10006,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-vesting" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-vesting" version = "32.0.0" @@ -9315,6 +10094,30 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "pallet-xcm" +version = "10.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +dependencies = [ + "bounded-collections 0.2.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "pallet-xcm" version = "11.0.0" @@ -9400,6 +10203,26 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "pallet-xcm-bridge-hub-router" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +dependencies = [ + "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 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", +] + [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -9407,7 +10230,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -9454,15 +10276,47 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", + "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 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.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "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-common" +version = "11.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +dependencies = [ + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "log", "pallet-asset-tx-payment 32.0.0", "pallet-assets 33.0.0", "pallet-authorship 32.0.0", @@ -9484,6 +10338,38 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] +[[package]] +name = "parachains-runtimes-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +dependencies = [ + "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 0.10.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 16.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 = "11.0.0" @@ -9494,7 +10380,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.11.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -9987,15 +10873,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10007,12 +10893,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10026,8 +10912,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10036,7 +10922,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10050,17 +10936,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network", + "sc-network 0.38.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10074,15 +10960,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.40.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", + "sc-sysinfo 31.0.0", + "sc-tracing 32.0.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10103,8 +10989,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10113,7 +10999,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10129,6 +11015,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-core-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -10155,17 +11054,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10175,7 +11074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -10191,19 +11090,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", + "sc-network 0.38.0", + "sc-network-common 0.37.0", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10219,15 +11118,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", - "sp-consensus", + "sc-network 0.38.0", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10239,14 +11138,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10263,24 +11162,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10295,15 +11194,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10316,15 +11215,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table", + "polkadot-statement-table 11.0.0", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10339,7 +11238,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "wasm-timer", ] @@ -10354,15 +11253,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10372,12 +11271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", + "polkadot-node-subsystem-types 11.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10390,12 +11289,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10408,14 +11307,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10428,12 +11327,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-inherents 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10446,12 +11345,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10464,13 +11363,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10491,8 +11390,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -10504,7 +11403,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10514,14 +11413,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10539,9 +11438,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.36.0", + "sc-executor-common 0.33.0", + "sc-executor-wasmtime 0.33.1", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -10549,7 +11448,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10559,13 +11458,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sc-network 0.37.0", + "sp-core 31.0.0", + "thiserror", + "tokio", ] [[package]] @@ -10579,14 +11497,34 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "sp-core 32.0.0", "thiserror", "tokio", ] +[[package]] +name = "polkadot-node-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +dependencies = [ + "bs58 0.5.1", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "prioritized-metered-channel", + "sc-cli 0.39.0", + "sc-service 0.38.0", + "sc-tracing 31.0.0", + "substrate-prometheus-endpoint", + "tracing-gum 10.0.0", +] + [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -10600,11 +11538,36 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", + "sc-cli 0.40.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "rand", + "sc-authority-discovery 0.37.0", + "sc-network 0.37.0", + "strum 0.24.1", + "thiserror", + "tracing-gum 10.0.0", ] [[package]] @@ -10621,15 +11584,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.38.0", + "sc-network 0.38.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnorrkel 0.11.4", + "serde", + "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 34.0.0", + "thiserror", + "zstd 0.12.4", ] [[package]] @@ -10662,9 +11649,38 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "polkadot-statement-table 10.0.0", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "smallvec", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", ] [[package]] @@ -10678,18 +11694,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-statement-table 11.0.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -10713,23 +11729,46 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api", + "sc-client-api 32.0.0", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-node-subsystem-types 10.0.0", + "polkadot-primitives 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 10.0.0", ] [[package]] @@ -10743,16 +11782,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10773,6 +11812,24 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "polkadot-parachain-primitives" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +dependencies = [ + "bounded-collections 0.2.0", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "polkadot-parachain-primitives" version = "10.0.0" @@ -10819,6 +11876,34 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.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-primitives" version = "11.0.0" @@ -10857,23 +11942,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 33.0.0", + "sc-rpc-spec-v2 0.38.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -10933,6 +12018,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +dependencies = [ + "bitvec", + "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 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 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "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", +] + [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -10999,6 +12136,20 @@ dependencies = [ "sp-tracing 16.0.0", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-std", + "sp-tracing 16.0.0", +] + [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -11063,6 +12214,56 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-parachains" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "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 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.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-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-runtime-parachains" version = "11.0.0" @@ -11163,49 +12364,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.38.0", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.36.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-service", + "sc-service 0.39.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -11227,7 +12428,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -11245,15 +12446,27 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "tracing-gum 10.0.0", ] [[package]] @@ -11265,7 +12478,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -11277,7 +12490,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -11290,6 +12503,12 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" @@ -11299,13 +12518,34 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "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", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.55", ] [[package]] @@ -11314,7 +12554,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.55", @@ -11322,17 +12562,27 @@ dependencies = [ [[package]] name = "polkavm-derive-impl-macro" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.8.0", "syn 2.0.55", ] [[package]] -name = "polkavm-linker" -version = "0.9.2" +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.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ @@ -11340,7 +12590,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11417,10 +12667,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-relay-chain-interface 0.10.0", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -11434,26 +12684,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -11483,7 +12733,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -11497,13 +12747,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.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-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11520,7 +12770,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11537,7 +12787,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11558,7 +12808,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -11571,12 +12821,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.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 32.0.0", @@ -11593,7 +12843,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11610,7 +12860,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11631,7 +12881,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12738,6 +13988,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +dependencies = [ + "log", + "sp-core 31.0.0", + "sp-wasm-interface 20.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "27.0.0" @@ -12750,6 +14012,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-authority-discovery" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash 0.18.1", + "multihash-codetable", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "rand", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -12769,11 +14061,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api", - "sc-network", + "sc-client-api 32.0.0", + "sc-network 0.38.0", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12791,19 +14083,35 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.37.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-block-builder" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +dependencies = [ + "parity-scale-codec", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-blockchain 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-block-builder" version = "0.37.0" @@ -12813,13 +14121,40 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] +[[package]] +name = "sc-chain-spec" +version = "30.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +dependencies = [ + "array-bytes 6.2.2", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api 31.0.0", + "sc-executor 0.35.0", + "sc-network 0.37.0", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", +] + [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -12832,13 +14167,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-telemetry 18.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -12859,6 +14194,48 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-cli" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +dependencies = [ + "array-bytes 6.2.2", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand", + "regex", + "rpassword", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-keystore 28.0.0", + "sc-mixnet 0.7.0", + "sc-network 0.37.0", + "sc-service 0.38.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-panic-handler", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", +] + [[package]] name = "sc-cli" version = "0.40.0" @@ -12879,18 +14256,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-keystore 29.0.0", + "sc-mixnet 0.8.0", + "sc-network 0.38.0", + "sc-service 0.39.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -12901,6 +14278,34 @@ dependencies = [ "tokio", ] +[[package]] +name = "sc-client-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +dependencies = [ + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.35.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-database", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-statement-store 13.0.0", + "sp-storage 20.0.0", + "sp-trie 32.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-client-api" version = "32.0.0" @@ -12912,23 +14317,50 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", + "sc-executor 0.36.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-client-db" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-state-db 0.33.0", + "schnellru", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-client-db" version = "0.39.0" @@ -12944,11 +14376,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 32.0.0", + "sc-state-db 0.34.0", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -12956,6 +14388,32 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "sc-consensus" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.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" version = "0.37.0" @@ -12969,12 +14427,12 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -12992,16 +14450,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13019,7 +14477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "log", "num-bigint", @@ -13027,17 +14485,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13059,12 +14517,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -13086,17 +14544,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13121,7 +14579,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 33.0.0", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -13135,14 +14593,58 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-consensus-grandpa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +dependencies = [ + "ahash 0.8.11", + "array-bytes 6.2.2", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-gossip 0.37.0", + "sc-network-sync 0.36.0", + "sc-telemetry 17.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -13154,30 +14656,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13198,11 +14700,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", + "sc-client-api 32.0.0", + "sc-consensus-grandpa 0.23.0", + "sc-rpc 33.0.0", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -13219,12 +14721,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-telemetry 18.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -13232,6 +14734,30 @@ dependencies = [ "sp-state-machine 0.39.0", ] +[[package]] +name = "sc-executor" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.32.0", + "sc-executor-polkavm 0.29.0", + "sc-executor-wasmtime 0.32.0", + "schnellru", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-io 33.0.0", + "sp-panic-handler", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "sp-wasm-interface 20.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.36.0" @@ -13240,9 +14766,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -13256,6 +14782,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +dependencies = [ + "polkavm", + "sc-allocator 26.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.33.0" @@ -13263,13 +14803,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 27.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "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 0.32.0", + "sp-wasm-interface 20.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -13278,10 +14830,29 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.33.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 26.0.0", + "sc-executor-common 0.32.0", + "sp-runtime-interface 26.0.0", + "sp-wasm-interface 20.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -13294,13 +14865,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] +[[package]] +name = "sc-informant" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-informant" version = "0.37.0" @@ -13311,29 +14900,74 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "thiserror", +] + +[[package]] +name = "sc-keystore" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +dependencies = [ + "array-bytes 6.2.2", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-mixnet 0.7.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-mixnet" version = "0.8.0" @@ -13352,18 +14986,62 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet", + "sp-mixnet 0.8.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand", + "sc-client-api 31.0.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.38.0" @@ -13389,14 +15067,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -13408,6 +15086,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-bitswap" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", + "thiserror", + "unsigned-varint", +] + [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -13421,14 +15120,32 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.36.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-network-common" version = "0.37.0" @@ -13441,12 +15158,32 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-network-gossip" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +dependencies = [ + "ahash 0.8.11", + "futures", + "futures-timer", + "libp2p", + "log", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "schnellru", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -13458,15 +15195,37 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-network-light" version = "0.37.0" @@ -13481,14 +15240,51 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network-sync" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-network-sync" version = "0.37.0" @@ -13498,7 +15294,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "libp2p", @@ -13507,16 +15303,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -13526,6 +15322,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-network-transactions" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sc-utils 16.0.0", + "sp-consensus 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -13537,11 +15353,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", + "sp-consensus 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -13566,11 +15382,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -13591,6 +15407,39 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-rpc" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-mixnet 0.7.0", + "sc-rpc-api 0.36.0", + "sc-tracing 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-statement-store 13.0.0", + "sp-version 32.0.0", + "tokio", +] + [[package]] name = "sc-rpc" version = "33.0.0" @@ -13602,28 +15451,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-mixnet 0.8.0", + "sc-rpc-api 0.37.0", + "sc-tracing 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-version 33.0.0", "tokio", ] +[[package]] +name = "sc-rpc-api" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec 30.0.1", + "sc-mixnet 0.7.0", + "sc-transaction-pool-api 31.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -13632,19 +15502,38 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 31.0.0", + "sc-mixnet 0.8.0", + "sc-transaction-pool-api 32.0.0", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] +[[package]] +name = "sc-rpc-server" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +dependencies = [ + "futures", + "governor", + "http", + "hyper", + "jsonrpsee", + "log", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", +] + [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -13664,6 +15553,38 @@ dependencies = [ "tower-http", ] +[[package]] +name = "sc-rpc-spec-v2" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-rpc 32.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -13679,16 +15600,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-rpc 33.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", @@ -13696,6 +15617,71 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-service" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-consensus 0.36.0", + "sc-executor 0.35.0", + "sc-informant 0.36.0", + "sc-keystore 28.0.0", + "sc-network 0.37.0", + "sc-network-bitswap 0.36.0", + "sc-network-common 0.36.0", + "sc-network-light 0.36.0", + "sc-network-sync 0.36.0", + "sc-network-transactions 0.36.0", + "sc-rpc 32.0.0", + "sc-rpc-server 14.0.0", + "sc-rpc-spec-v2 0.37.0", + "sc-sysinfo 30.0.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-transaction-pool 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "schnellru", + "serde", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", + "sp-storage 20.0.0", + "sp-transaction-pool 29.0.0", + "sp-transaction-storage-proof 29.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + [[package]] name = "sc-service" version = "0.39.0" @@ -13713,34 +15699,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-informant 0.37.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-bitswap 0.37.0", + "sc-network-common 0.37.0", + "sc-network-light 0.37.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-rpc-server 15.0.0", + "sc-rpc-spec-v2 0.38.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -13749,7 +15735,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -13761,6 +15747,18 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "sc-state-db" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", +] + [[package]] name = "sc-state-db" version = "0.34.0" @@ -13795,16 +15793,38 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", + "serde", + "serde_json", + "sp-blockchain 32.0.0", + "sp-runtime 35.0.0", + "thiserror", +] + +[[package]] +name = "sc-sysinfo" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand", + "rand_pcg", + "regex", + "sc-telemetry 17.0.0", "serde", "serde_json", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-std", ] [[package]] @@ -13820,7 +15840,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 18.0.0", "serde", "serde_json", "sp-core 32.0.0", @@ -13829,6 +15849,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sc-telemetry" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-utils 16.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "18.0.0" @@ -13842,13 +15882,44 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils", + "sc-utils 17.0.0", "serde", "serde_json", "thiserror", "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +dependencies = [ + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 31.0.0", + "sc-tracing-proc-macro", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing" version = "32.0.0" @@ -13865,13 +15936,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", + "sc-client-api 32.0.0", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -13892,6 +15963,34 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-transaction-pool" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "sp-transaction-pool 29.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -13905,12 +16004,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -13920,6 +16019,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -13931,12 +16047,28 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-utils" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 25.0.0", +] + [[package]] name = "sc-utils" version = "17.0.0" @@ -14367,6 +16499,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "slot-range-helper" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "slot-range-helper" version = "11.0.0" @@ -14705,6 +16850,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "30.0.0" @@ -14743,6 +16911,21 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-api-proc-macro" +version = "17.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.1.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -14772,6 +16955,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -14801,6 +16998,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -14831,6 +17043,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-authority-discovery" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -14856,6 +17082,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-block-builder" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +dependencies = [ + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-block-builder" version = "30.0.0" @@ -14867,6 +17105,25 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-blockchain" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-blockchain" version = "32.0.0" @@ -14879,13 +17136,29 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] +[[package]] +name = "sp-consensus" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-consensus" version = "0.36.0" @@ -14920,6 +17193,24 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-aura" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "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 29.0.0", +] + [[package]] name = "sp-consensus-aura" version = "0.36.0" @@ -14957,6 +17248,26 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-babe" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "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 29.0.0", +] + [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -14997,6 +17308,28 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-beefy" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "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", +] + [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -15037,6 +17370,25 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-consensus-grandpa" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "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", +] + [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -15068,6 +17420,19 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-slots" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -15126,6 +17491,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +dependencies = [ + "array-bytes 6.2.2", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "ss58-registry", + "substrate-bip39 0.5.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "32.0.0" @@ -15231,6 +17643,18 @@ dependencies = [ "sp-storage 20.0.0", ] +[[package]] +name = "sp-externalities" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 20.0.0", +] + [[package]] name = "sp-externalities" version = "0.28.0" @@ -15254,6 +17678,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-genesis-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +dependencies = [ + "serde_json", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -15280,6 +17716,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-inherents" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-inherents" version = "30.0.0" @@ -15320,6 +17771,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive 0.9.1", + "rustversion", + "secp256k1", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-trie 32.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "34.0.0" @@ -15331,7 +17809,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -15358,6 +17836,17 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-keyring" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +dependencies = [ + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "strum 0.24.1", +] + [[package]] name = "sp-keyring" version = "35.0.0" @@ -15382,6 +17871,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", +] + [[package]] name = "sp-keystore" version = "0.38.0" @@ -15427,6 +17928,19 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-std", +] + [[package]] name = "sp-mixnet" version = "0.8.0" @@ -15458,6 +17972,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-mmr-primitives" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +dependencies = [ + "ckb-merkle-mountain-range", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-debug-derive", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -15491,6 +18024,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-npos-elections" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -15516,6 +18064,17 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-offchain" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +dependencies = [ + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-offchain" version = "30.0.0" @@ -15538,6 +18097,17 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-rpc" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 31.0.0", +] + [[package]] name = "sp-rpc" version = "30.0.0" @@ -15574,6 +18144,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "sp-runtime" version = "35.0.0" @@ -15618,6 +18213,26 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive 0.8.0", + "primitive-types", + "sp-externalities 0.27.0", + "sp-runtime-interface-proc-macro 18.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "27.0.0" @@ -15627,7 +18242,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15682,6 +18297,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-session" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +dependencies = [ + "parity-scale-codec", + "scale-info", + "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", +] + [[package]] name = "sp-session" version = "31.0.0" @@ -15701,14 +18332,29 @@ dependencies = [ name = "sp-staking" version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 29.0.0", + "sp-runtime 32.0.0", + "sp-std", +] + +[[package]] +name = "sp-staking" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15748,6 +18394,28 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-state-machine" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "smallvec", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-panic-handler", + "sp-std", + "sp-trie 32.0.0", + "thiserror", + "tracing", + "trie-db", +] + [[package]] name = "sp-state-machine" version = "0.39.0" @@ -15769,6 +18437,32 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-statement-store" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +dependencies = [ + "aes-gcm", + "curve25519-dalek 4.1.2", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand", + "scale-info", + "sha2 0.10.8", + "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 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "thiserror", + "x25519-dalek 2.0.1", +] + [[package]] name = "sp-statement-store" version = "14.0.0" @@ -15841,6 +18535,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-timestamp" version = "30.0.0" @@ -15889,6 +18597,16 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-transaction-pool" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +dependencies = [ + "sp-api 29.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -15899,6 +18617,22 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-transaction-storage-proof" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -15939,6 +18673,31 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "scale-info", + "schnellru", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-trie" version = "33.0.0" @@ -15981,6 +18740,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 34.0.0", + "sp-std", + "sp-version-proc-macro 13.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "33.0.0" @@ -16066,6 +18843,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-weights" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +dependencies = [ + "bounded-collections 0.2.0", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -16182,6 +18975,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "staging-parachain-info" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -16216,6 +19024,25 @@ dependencies = [ "xcm-procedural", ] +[[package]] +name = "staging-xcm" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +dependencies = [ + "array-bytes 6.2.2", + "bounded-collections 0.2.0", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 30.0.0", + "xcm-procedural", +] + [[package]] name = "staging-xcm" version = "11.0.0" @@ -16258,6 +19085,29 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "staging-xcm-builder" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -16303,6 +19153,28 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "staging-xcm-executor" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +dependencies = [ + "environmental", + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -16454,6 +19326,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-bip39" version = "0.6.0" @@ -16484,11 +19369,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", + "sc-rpc-api 0.37.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -16515,7 +19400,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-runtime 35.0.0", ] @@ -16528,8 +19413,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -16557,6 +19442,26 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substrate-wasm-builder" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "parity-wasm", + "polkavm-linker", + "sp-maybe-compressed-blob", + "strum 0.24.1", + "tempfile", + "toml 0.8.12", + "walkdir", + "wasm-opt", +] + [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -17109,6 +20014,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +dependencies = [ + "coarsetime", + "polkadot-primitives 10.0.0", + "tracing", + "tracing-gum-proc-macro", +] + [[package]] name = "tracing-gum" version = "11.0.0" @@ -17292,8 +20209,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.40.0", + "sc-executor 0.36.0", "serde", "serde_json", "sp-api 30.0.0", @@ -17305,11 +20222,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -18420,37 +21337,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.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 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.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 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.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 31.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-tracing 16.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bf71f28e..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,19 +148,18 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -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-storage-weight-reclaim = { version = "1.0.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" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From 787d39aaf6280f75f500b68e3e969383539cd2b6 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:40:27 +0700 Subject: [PATCH 07/80] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..0a44e735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From 939ba7af78a88c6f414be5072d16b7d3fbe3a0a2 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:45:52 +0700 Subject: [PATCH 08/80] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,37 +517,6 @@ dependencies = [ "system-parachains-constants", ] -[[package]] -name = "asset-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -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 10.0.0", - "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "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 = "asset-test-utils" version = "11.0.0" @@ -567,7 +536,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils 11.0.0", + "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1174,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1208,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1261,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1319,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1332,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1383,18 +1352,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1409,38 +1366,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2145,11 +2102,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-service 0.39.0", - "sp-blockchain 32.0.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2167,13 +2124,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2192,25 +2149,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2231,18 +2188,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2261,7 +2218,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2275,17 +2232,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2301,10 +2258,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2325,18 +2282,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2356,24 +2313,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2454,42 +2411,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.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", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2555,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2587,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2628,32 +2549,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" -dependencies = [ - "bounded-collections 0.2.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 34.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2661,7 +2556,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2693,21 +2590,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-aura" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" -dependencies = [ - "parity-scale-codec", - "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", -] - [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2741,24 +2623,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2793,22 +2657,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2836,17 +2684,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" -dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2860,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2897,27 +2734,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-primitives-utility" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "log", - "pallet-asset-conversion 13.0.0", - "parity-scale-codec", - "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 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2947,42 +2763,23 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2994,10 +2791,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 11.0.0", - "sc-client-api 32.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-state-machine 0.39.0", "thiserror", ] @@ -3011,7 +2808,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -3023,21 +2820,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery 0.38.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -3053,18 +2850,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "rand", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", - "sc-service 0.39.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3085,21 +2882,6 @@ dependencies = [ "url", ] -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3589,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ - "asset-test-utils 10.0.0", - "bp-messages 0.10.0", + "asset-test-utils", + "bp-messages 0.11.0", "bridge-runtime-common", - "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", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sc-consensus-grandpa 0.22.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", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sc-consensus-grandpa", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -4022,15 +3805,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "13.0.0" @@ -4081,32 +3855,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "frame-benchmarking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" -dependencies = [ - "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 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 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -4156,17 +3904,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.37.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -4212,24 +3960,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "frame-election-provider-support" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4382,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4392,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4403,51 +4133,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-weights 30.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder 0.11.0", @@ -4484,26 +4172,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "frame-support-procedural" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.55", -] - [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4593,27 +4261,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "frame-system" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" -dependencies = [ - "cfg-if", - "docify", - "frame-support 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", -] - [[package]] name = "frame-system" version = "32.0.0" @@ -5518,8 +5165,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils 11.0.0", - "cumulus-primitives-core 0.10.0", + "asset-test-utils", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6741,11 +6388,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6762,7 +6409,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -7324,31 +6971,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-conversion" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7393,22 +7022,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-rate" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7444,36 +7057,19 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" -dependencies = [ - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", + "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7497,23 +7093,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-assets" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-assets" version = "33.0.0" @@ -7584,23 +7163,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authority-discovery" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7633,21 +7195,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authorship" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7688,31 +7235,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-babe" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "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", -] - [[package]] name = "pallet-babe" version = "32.0.0" @@ -7801,23 +7323,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-balances" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-balances" version = "33.0.0" @@ -7969,85 +7474,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "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", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "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", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8070,24 +7575,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-broker" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" -dependencies = [ - "bitvec", - "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 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-broker" version = "0.10.0" @@ -8167,33 +7654,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-collator-selection" -version = "12.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -8280,7 +7747,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.9.1", + "polkavm-derive", "scale-info", ] @@ -8363,30 +7830,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" -dependencies = [ - "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 30.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 25.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", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -8426,21 +7869,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -8496,26 +7924,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-fast-unstake" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" -dependencies = [ - "docify", - "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 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8602,24 +8010,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-identity" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" -dependencies = [ - "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-identity" version = "32.0.0" @@ -8757,30 +8147,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" -dependencies = [ - "environmental", - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "pallet-message-queue" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", "frame-benchmarking 32.0.0", @@ -9379,29 +8748,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "pallet-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "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 32.0.0", -] - [[package]] name = "pallet-session" version = "32.0.0" @@ -9504,30 +8850,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-staking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" -dependencies = [ - "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 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-staking" version = "32.0.0" @@ -9574,16 +8896,6 @@ dependencies = [ "sp-arithmetic 24.0.0", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" -dependencies = [ - "log", - "sp-arithmetic 25.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9707,27 +9019,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "pallet-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 29.0.0", -] - [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9786,23 +9077,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-transaction-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9830,9 +9104,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9883,26 +9157,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-treasury" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9956,23 +9210,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-utility" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-utility" version = "32.0.0" @@ -10006,22 +9243,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-vesting" version = "32.0.0" @@ -10094,30 +9315,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "pallet-xcm" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "pallet-xcm" version = "11.0.0" @@ -10203,26 +9400,6 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" -dependencies = [ - "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 31.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", -] - [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -10230,6 +9407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -10274,38 +9452,6 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] -[[package]] -name = "parachains-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" -dependencies = [ - "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 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.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "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-common" version = "11.0.0" @@ -10338,38 +9484,6 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] -[[package]] -name = "parachains-runtimes-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" -dependencies = [ - "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 0.10.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 16.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 = "11.0.0" @@ -10380,7 +9494,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-test-relay-sproof-builder", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -10873,15 +9987,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10893,12 +10007,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10912,8 +10026,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10922,7 +10036,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10936,17 +10050,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network 0.38.0", + "sc-network", "schnellru", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10960,15 +10074,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.40.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 31.0.0", - "sc-tracing 32.0.0", + "sc-sysinfo", + "sc-tracing", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10989,8 +10103,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10999,7 +10113,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11015,19 +10129,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -11054,17 +10155,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11074,7 +10175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -11090,19 +10191,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network 0.38.0", - "sc-network-common 0.37.0", + "sc-network", + "sc-network-common", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11118,15 +10219,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", - "sp-consensus 0.36.0", + "sc-network", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11138,14 +10239,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11162,24 +10263,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11194,15 +10295,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11215,15 +10316,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11238,7 +10339,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "wasm-timer", ] @@ -11253,15 +10354,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11271,12 +10372,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "sc-client-api 32.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11289,12 +10390,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11307,14 +10408,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11327,12 +10428,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-inherents 30.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11345,12 +10446,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11363,13 +10464,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11390,8 +10491,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -11403,7 +10504,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11413,14 +10514,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11438,9 +10539,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor 0.36.0", - "sc-executor-common 0.33.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -11448,7 +10549,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11458,32 +10559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sc-network 0.37.0", - "sp-core 31.0.0", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -11497,34 +10579,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "sp-core 32.0.0", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "prioritized-metered-channel", - "sc-cli 0.39.0", - "sc-service 0.38.0", - "sc-tracing 31.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 10.0.0", -] - [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -11538,36 +10600,11 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli 0.40.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "rand", - "sc-authority-discovery 0.37.0", - "sc-network 0.37.0", - "strum 0.24.1", - "thiserror", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11584,39 +10621,15 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery 0.38.0", - "sc-network 0.38.0", + "sc-authority-discovery", + "sc-network", "strum 0.26.3", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "schnorrkel 0.11.4", - "serde", - "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 34.0.0", - "thiserror", - "zstd 0.12.4", + "tracing-gum", ] [[package]] @@ -11649,38 +10662,9 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger 11.0.0", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" -dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "polkadot-statement-table 10.0.0", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -11694,18 +10678,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -11729,46 +10713,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 32.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "parking_lot 0.12.1", - "polkadot-node-metrics 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-node-subsystem-types 10.0.0", - "polkadot-primitives 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "tikv-jemalloc-ctl", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11782,16 +10743,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11814,38 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-std", - "sp-weights 31.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -11876,34 +10819,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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-primitives" version = "11.0.0" @@ -11942,23 +10857,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 33.0.0", - "sc-rpc-spec-v2 0.38.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 32.0.0", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12018,58 +10933,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" -dependencies = [ - "bitvec", - "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 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 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "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", -] - [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -12136,20 +10999,6 @@ dependencies = [ "sp-tracing 16.0.0", ] -[[package]] -name = "polkadot-runtime-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" -dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -12214,56 +11063,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "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 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.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-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-runtime-parachains" version = "11.0.0" @@ -12364,49 +11163,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.38.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.36.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-service 0.39.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -12428,7 +11227,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -12446,27 +11245,15 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -12478,7 +11265,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -12490,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -12503,12 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -12518,34 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "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]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -12554,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "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", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -12590,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -12667,10 +11417,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-relay-chain-interface 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-relay-chain-interface", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -12684,26 +11434,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -12733,7 +11483,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -12747,13 +11497,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.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-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12770,7 +11520,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12787,7 +11537,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12808,7 +11558,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12821,12 +11571,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.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", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12843,7 +11593,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12860,7 +11610,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12881,7 +11631,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -13988,18 +12738,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" -dependencies = [ - "log", - "sp-core 31.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "27.0.0" @@ -14012,36 +12750,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-authority-discovery" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "multihash 0.18.1", - "multihash-codetable", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "rand", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -14061,11 +12769,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", + "sc-client-api", + "sc-network", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -14083,35 +12791,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" -dependencies = [ - "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-blockchain 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-block-builder" version = "0.37.0" @@ -14121,40 +12813,13 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] -[[package]] -name = "sc-chain-spec" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 31.0.0", - "sc-executor 0.35.0", - "sc-network 0.37.0", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", -] - [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -14167,13 +12832,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -14194,48 +12859,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-cli" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-keystore 28.0.0", - "sc-mixnet 0.7.0", - "sc-network 0.37.0", - "sc-service 0.38.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", -] - [[package]] name = "sc-cli" version = "0.40.0" @@ -14256,18 +12879,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -14278,34 +12901,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "sc-client-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.35.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-statement-store 13.0.0", - "sp-storage 20.0.0", - "sp-trie 32.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "32.0.0" @@ -14317,50 +12912,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-state-db 0.33.0", - "schnellru", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-client-db" version = "0.39.0" @@ -14376,11 +12944,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -14390,9 +12958,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -14401,48 +12969,22 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-utils 16.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.38.0" +name = "sc-consensus-aura" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ @@ -14450,16 +12992,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14477,7 +13019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -14485,17 +13027,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14517,12 +13059,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -14544,17 +13086,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-utils", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14579,7 +13121,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc 33.0.0", + "sc-rpc", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -14593,58 +13135,14 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-consensus-grandpa" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" -dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-gossip 0.37.0", - "sc-network-sync 0.36.0", - "sc-telemetry 17.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -14656,30 +13154,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14700,11 +13198,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus-grandpa 0.23.0", - "sc-rpc 33.0.0", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -14721,12 +13219,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -14734,30 +13232,6 @@ dependencies = [ "sp-state-machine 0.39.0", ] -[[package]] -name = "sc-executor" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.32.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.32.0", - "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.36.0" @@ -14766,9 +13240,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -14782,20 +13256,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" -dependencies = [ - "polkavm", - "sc-allocator 26.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.33.0" @@ -14803,25 +13263,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "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 0.32.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -14830,29 +13278,10 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common 0.33.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 26.0.0", - "sc-executor-common 0.32.0", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -14865,31 +13294,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] -[[package]] -name = "sc-informant" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-informant" version = "0.37.0" @@ -14900,29 +13311,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-keystore" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "thiserror", -] - [[package]] name = "sc-keystore" version = "29.0.0" @@ -14938,36 +13334,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-mixnet 0.7.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.8.0" @@ -14986,62 +13352,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", + "sp-mixnet", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 31.0.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network" version = "0.38.0" @@ -15067,14 +13389,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -15086,27 +13408,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -15120,32 +13421,14 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-common" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.36.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-network-common" version = "0.37.0" @@ -15158,32 +13441,12 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-consensus", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-network-gossip" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" -dependencies = [ - "ahash 0.8.11", - "futures", - "futures-timer", - "libp2p", - "log", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "schnellru", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -15195,37 +13458,15 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.37.0" @@ -15240,51 +13481,14 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network-sync" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-sync" version = "0.37.0" @@ -15294,7 +13498,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", @@ -15303,16 +13507,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -15322,26 +13526,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-transactions" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sc-utils 16.0.0", - "sp-consensus 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -15353,11 +13537,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -15382,11 +13566,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -15407,39 +13591,6 @@ dependencies = [ "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-mixnet 0.7.0", - "sc-rpc-api 0.36.0", - "sc-tracing 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-statement-store 13.0.0", - "sp-version 32.0.0", - "tokio", -] - [[package]] name = "sc-rpc" version = "33.0.0" @@ -15451,49 +13602,28 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-version 33.0.0", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 30.0.1", - "sc-mixnet 0.7.0", - "sc-transaction-pool-api 31.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -15502,38 +13632,19 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" -dependencies = [ - "futures", - "governor", - "http", - "hyper", - "jsonrpsee", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -15553,38 +13664,6 @@ dependencies = [ "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-rpc 32.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -15593,93 +13672,28 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-service" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", + "futures-util", + "hex", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project", "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-consensus 0.36.0", - "sc-executor 0.35.0", - "sc-informant 0.36.0", - "sc-keystore 28.0.0", - "sc-network 0.37.0", - "sc-network-bitswap 0.36.0", - "sc-network-common 0.36.0", - "sc-network-light 0.36.0", - "sc-network-sync 0.36.0", - "sc-network-transactions 0.36.0", - "sc-rpc 32.0.0", - "sc-rpc-server 14.0.0", - "sc-rpc-spec-v2 0.37.0", - "sc-sysinfo 30.0.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-transaction-pool 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "schnellru", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", "serde", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage 20.0.0", - "sp-transaction-pool 29.0.0", - "sp-transaction-storage-proof 29.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", + "sp-api 30.0.0", + "sp-blockchain", + "sp-core 32.0.0", + "sp-rpc", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", - "tracing", - "tracing-futures", + "tokio-stream", ] [[package]] @@ -15699,34 +13713,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -15735,7 +13749,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -15747,18 +13761,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", -] - [[package]] name = "sc-state-db" version = "0.34.0" @@ -15793,40 +13795,18 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-sysinfo" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -15840,7 +13820,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 18.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 32.0.0", @@ -15849,26 +13829,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sc-telemetry" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand", - "sc-utils 16.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-telemetry" version = "18.0.0" @@ -15882,44 +13842,13 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 31.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sc-tracing" version = "32.0.0" @@ -15936,13 +13865,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 32.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -15963,34 +13892,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-transaction-pool" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 29.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -16004,12 +13905,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -16019,23 +13920,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -16047,28 +13931,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-utils" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 25.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -16499,19 +14367,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "11.0.0" @@ -16850,29 +14705,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "30.0.0" @@ -16911,21 +14743,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sp-api-proc-macro" -version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 2.1.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -16955,20 +14772,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -16998,21 +14801,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -17043,20 +14831,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-authority-discovery" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -17082,18 +14856,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-block-builder" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" -dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-block-builder" version = "30.0.0" @@ -17105,25 +14867,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-blockchain" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "32.0.0" @@ -17136,29 +14879,13 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.36.0" @@ -17184,31 +14911,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "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-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 27.0.0", ] [[package]] @@ -17248,26 +14957,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-babe" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "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 29.0.0", -] - [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -17308,28 +14997,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-consensus-beefy" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "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", -] - [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -17370,25 +15037,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-consensus-grandpa" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "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", -] - [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -17420,19 +15068,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -17491,53 +15126,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.5.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "32.0.0" @@ -17643,18 +15231,6 @@ dependencies = [ "sp-storage 20.0.0", ] -[[package]] -name = "sp-externalities" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.28.0" @@ -17678,18 +15254,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-genesis-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" -dependencies = [ - "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -17716,21 +15280,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "30.0.0" @@ -17771,33 +15320,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 32.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "34.0.0" @@ -17809,7 +15331,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -17836,17 +15358,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" -dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "35.0.0" @@ -17871,18 +15382,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", -] - [[package]] name = "sp-keystore" version = "0.38.0" @@ -17928,19 +15427,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", -] - [[package]] name = "sp-mixnet" version = "0.8.0" @@ -17972,25 +15458,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-mmr-primitives" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -18024,21 +15491,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-npos-elections" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -18064,17 +15516,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-offchain" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" -dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-offchain" version = "30.0.0" @@ -18097,17 +15538,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 31.0.0", -] - [[package]] name = "sp-rpc" version = "30.0.0" @@ -18144,31 +15574,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", - "sp-weights 30.0.0", -] - [[package]] name = "sp-runtime" version = "35.0.0" @@ -18205,27 +15610,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.8.0", - "primitive-types", - "sp-externalities 0.27.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std", "sp-storage 20.0.0", "sp-tracing 16.0.0", @@ -18242,7 +15627,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -18297,22 +15682,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-session" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" -dependencies = [ - "parity-scale-codec", - "scale-info", - "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", -] - [[package]] name = "sp-session" version = "31.0.0" @@ -18343,21 +15712,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-staking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-staking" version = "30.0.0" @@ -18394,28 +15748,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.39.0" @@ -18437,32 +15769,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "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 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "14.0.0" @@ -18535,20 +15841,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "30.0.0" @@ -18597,16 +15889,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" -dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -18617,22 +15899,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -18673,31 +15939,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "33.0.0" @@ -18740,24 +15981,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "33.0.0" @@ -18843,22 +16066,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-weights" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -18975,21 +16182,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "staging-parachain-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -19024,25 +16216,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 30.0.0", - "xcm-procedural", -] - [[package]] name = "staging-xcm" version = "11.0.0" @@ -19085,29 +16258,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "staging-xcm-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -19153,28 +16303,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "staging-xcm-executor" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" -dependencies = [ - "environmental", - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -19326,19 +16454,6 @@ 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-bip39" version = "0.6.0" @@ -19369,11 +16484,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.37.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -19400,7 +16515,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-runtime 35.0.0", ] @@ -19413,8 +16528,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -19442,26 +16557,6 @@ dependencies = [ "wasm-opt", ] -[[package]] -name = "substrate-wasm-builder" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -20014,18 +17109,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" -dependencies = [ - "coarsetime", - "polkadot-primitives 10.0.0", - "tracing", - "tracing-gum-proc-macro", -] - [[package]] name = "tracing-gum" version = "11.0.0" @@ -20209,8 +17292,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", "sp-api 30.0.0", @@ -20222,11 +17305,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -21337,37 +18420,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "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 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-test-relay-sproof-builder", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing 16.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] From 2b7428cfd2d1addb22403cb66ee375893310b4b8 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 09/80] fix: undo benchmarking host functions removal --- Cargo.lock | 18 ------------------ node/src/service.rs | 10 +++++++--- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbdbd002..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2713,24 +2713,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" diff --git a/node/src/service.rs b/node/src/service.rs index b2d39caf..36a1fa6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,8 +13,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -38,7 +37,12 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type ParachainExecutor = WasmExecutor; +type HostFunctions = ( + cumulus_client_service::ParachainHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); + +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From 17fcfd1beccf202df45eaaae8c81b835c980a0c0 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 10/80] chore: upgrade to v1.11.0 --- Cargo.lock | 4907 ++++++++++++++++------------- Cargo.toml | 195 +- node/src/cli.rs | 5 - node/src/command.rs | 42 +- node/src/service.rs | 19 +- runtime/devnet/Cargo.toml | 16 +- runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 2 + runtime/devnet/src/lib.rs | 18 +- runtime/testnet/Cargo.toml | 15 + runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 2 + runtime/testnet/src/lib.rs | 18 +- 13 files changed, 2898 insertions(+), 2365 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..730b0a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -456,7 +456,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" -dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-bridge-hub-router 0.9.0", - "parachains-common 11.0.0", +checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" +dependencies = [ + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-bridge-hub-router 0.10.0", + "parachains-common 12.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -892,7 +892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1177,13 +1177,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1193,19 +1193,19 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1283,17 +1283,17 @@ dependencies = [ "sp-state-machine 0.36.0", "sp-std", "sp-trie 30.0.0", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1302,33 +1302,33 @@ dependencies = [ "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "trie-db", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "ed25519-dalek", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" +checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.12.0", + "bp-messages 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-utility 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -1614,6 +1614,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +dependencies = [ + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint", +] + [[package]] name = "cipher" version = "0.2.5" @@ -1743,6 +1756,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "comfy-table" version = "7.1.0" @@ -1983,6 +2006,21 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.0" @@ -2096,9 +2134,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" +checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" dependencies = [ "clap", "parity-scale-codec", @@ -2108,54 +2146,54 @@ dependencies = [ "sc-service", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" +checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" +checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2201,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-timestamp 31.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" +checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" +checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-parachain-inherent 0.12.0", "sp-consensus", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" +checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2276,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" +checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" +checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2327,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" +checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,13 +2366,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-transaction-pool 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-transaction-pool 31.0.0", ] [[package]] @@ -2358,20 +2396,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" +checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-aura 31.0.0", - "pallet-timestamp 31.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-aura 32.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2408,43 +2446,43 @@ dependencies = [ "sp-trie 30.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" +checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "trie-db", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "trie-db 0.29.1", ] [[package]] @@ -2476,16 +2514,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2508,19 +2546,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2551,28 +2589,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" +checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", - "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "cumulus-primitives-core 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -2592,16 +2630,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" +checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-primitives 11.0.0", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-primitives 12.0.0", + "sp-api 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2625,20 +2663,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" +checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2659,18 +2697,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" +checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2686,30 +2726,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" +checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2736,33 +2776,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" +checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", "log", - "pallet-asset-conversion 14.0.0", + "pallet-asset-conversion 15.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" +checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2773,48 +2813,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" +checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" +checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.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 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2823,7 +2863,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2832,11 +2872,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2844,12 +2884,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" +checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2858,7 +2898,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -2867,14 +2907,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-version 33.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-util", @@ -2884,17 +2924,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" +checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" dependencies = [ - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "polkadot-primitives 12.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -3285,10 +3325,19 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature", + "signature 2.2.0", "spki", ] +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + [[package]] name = "ed25519" version = "2.2.3" @@ -3296,7 +3345,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -3306,7 +3369,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3335,7 +3398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "hashbrown 0.14.3", "hex", "rand_core 0.6.4", @@ -3371,35 +3434,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" dependencies = [ "asset-test-utils", - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", "xcm-emulator", ] @@ -3421,6 +3484,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "enumflags2" version = "0.7.9" @@ -3768,7 +3843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -3805,6 +3880,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "13.0.0" @@ -3857,24 +3947,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" +checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" dependencies = [ - "frame-support 32.0.0", - "frame-support-procedural 27.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-support-procedural 28.0.0", + "frame-system 33.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3883,18 +3973,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" +checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3902,9 +3992,10 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", + "sc-chain-spec", "sc-cli", "sc-client-api", "sc-client-db", @@ -3913,18 +4004,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -3962,19 +4054,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" +checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" dependencies = [ "frame-election-provider-solution-type", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -3999,20 +4091,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" +checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" dependencies = [ "aquamarine 0.3.3", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-try-runtime 0.38.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-try-runtime 0.39.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4046,26 +4138,19 @@ dependencies = [ ] [[package]] -name = "frame-remote-externalities" -version = "0.39.0" +name = "frame-metadata-hash-extension" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" dependencies = [ - "futures", - "indicatif", - "jsonrpsee", + "array-bytes 6.2.2", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", - "serde", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "spinners", - "substrate-rpc-client", - "tokio", - "tokio-retry", + "scale-info", + "sp-runtime 36.0.0", ] [[package]] @@ -4112,9 +4197,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4122,7 +4207,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 28.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4133,18 +4218,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4174,15 +4259,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" +checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools 12.0.0", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -4207,9 +4292,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "11.0.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" +checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4263,22 +4348,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" +checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" dependencies = [ "cfg-if", "docify", - "frame-support 32.0.0", + "frame-support 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-version 33.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", ] @@ -4300,17 +4385,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" +checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4326,12 +4411,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" +checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", ] [[package]] @@ -4349,14 +4434,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" +checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4597,7 +4682,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", + "rand 0.8.5", "rand_core 0.6.4", ] @@ -4653,7 +4738,7 @@ dependencies = [ "parking_lot 0.12.1", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -4980,6 +5065,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "idna" version = "0.5.0" @@ -5114,19 +5209,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" -[[package]] -name = "indicatif" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - [[package]] name = "inout" version = "0.1.3" @@ -5166,29 +5248,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "emulated-integration-tests-common", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "tracing-subscriber 0.3.18", ] @@ -5296,7 +5378,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-core", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", @@ -5341,7 +5422,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rustc-hash", "serde", "serde_json", @@ -5351,26 +5432,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper", - "hyper-rustls", - "jsonrpsee-core", - "jsonrpsee-types", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.22.5" @@ -5618,7 +5679,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror", @@ -5637,7 +5698,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "smallvec", - "trust-dns-resolver", + "trust-dns-resolver 0.22.0", ] [[package]] @@ -5669,12 +5730,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "log", "multiaddr", "multihash 0.17.0", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror", "zeroize", @@ -5699,7 +5760,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", @@ -5721,11 +5782,11 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "tokio", - "trust-dns-proto", + "trust-dns-proto 0.22.0", "void", ] @@ -5757,7 +5818,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", @@ -5779,7 +5840,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "void", ] @@ -5799,7 +5860,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand", + "rand 0.8.5", "rustls 0.20.9", "thiserror", "tokio", @@ -5817,7 +5878,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand", + "rand 0.8.5", "smallvec", ] @@ -5836,7 +5897,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand", + "rand 0.8.5", "smallvec", "tokio", "void", @@ -5884,7 +5945,7 @@ dependencies = [ "rustls 0.20.9", "thiserror", "webpki", - "x509-parser", + "x509-parser 0.14.0", "yasna", ] @@ -5973,7 +6034,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -6082,6 +6143,61 @@ dependencies = [ "keystream", ] +[[package]] +name = "litep2p" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b53e78902be9d0d77df70677242b7fc9815a33a168949b5480ee089e16535e7" +dependencies = [ + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.1", + "pin-project", + "prost 0.11.9", + "prost-build", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.6", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + [[package]] name = "lock_api" version = "0.4.11" @@ -6208,12 +6324,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -6306,7 +6416,21 @@ dependencies = [ ] [[package]] -name = "merlin" +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes 6.2.2", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + +[[package]] +name = "merlin" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" @@ -6324,7 +6448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand", + "rand 0.8.5", "thrift", ] @@ -6371,7 +6495,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6381,38 +6505,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" +checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "mmr-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" +checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -6495,10 +6619,14 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ + "blake2b_simd", + "blake2s_simd", + "blake3", "core2", "digest 0.10.7", "multihash-derive 0.8.0", "sha2 0.10.8", + "sha3", "unsigned-varint", ] @@ -6624,7 +6752,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -6699,6 +6827,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +dependencies = [ + "cc", + "libc", + "thiserror", + "winapi", +] + [[package]] name = "nix" version = "0.24.3" @@ -6767,6 +6907,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + [[package]] name = "num-bigint" version = "0.4.4" @@ -6844,12 +6994,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.30.4" @@ -6898,12 +7042,60 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +dependencies = [ + "cc", +] + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -6952,6 +7144,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "pallet-asset-conversion" version = "11.0.0" @@ -6973,20 +7171,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" +checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7024,17 +7223,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" +checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7059,20 +7258,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" +checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-transaction-payment 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7095,18 +7294,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" +checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7130,19 +7329,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" +checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7165,18 +7364,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" +checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-authority-discovery 30.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-authority-discovery 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7197,16 +7396,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" +checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7237,26 +7436,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" +checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7285,23 +7484,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" +checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7325,18 +7524,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" +checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7363,22 +7562,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" +checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 17.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-consensus-beefy 18.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7410,27 +7609,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" +checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-beefy 32.0.0", - "pallet-mmr 31.0.0", - "pallet-session 32.0.0", + "pallet-beefy 33.0.0", + "pallet-mmr 32.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-consensus-beefy 17.0.0", + "sp-api 31.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", ] @@ -7455,104 +7654,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" +checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7577,19 +7776,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" +checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7615,21 +7816,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" +checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-bounties 31.0.0", - "pallet-treasury 31.0.0", + "pallet-bounties 32.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7647,7 +7848,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -7656,73 +7857,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "13.0.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" +checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" +checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" +checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", "wasm-instrument", "wasmi", ] @@ -7740,9 +7941,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "9.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" +checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7771,38 +7972,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" +checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" +checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7819,7 +8020,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -7832,24 +8033,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" +checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", "strum 0.26.3", ] @@ -7871,36 +8072,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" +checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" +checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7926,21 +8127,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" +checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7970,25 +8171,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" +checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8012,19 +8213,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" +checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8051,22 +8252,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" +checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", + "pallet-authorship 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8090,37 +8291,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" +checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" +checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8147,21 +8348,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8187,20 +8388,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" +checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8223,36 +8424,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" +checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" +checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-assets 33.0.0", - "pallet-nfts 26.0.0", + "pallet-assets 34.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8277,20 +8478,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" +checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8308,30 +8509,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" +checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" dependencies = [ - "pallet-nfts 26.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" +checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8357,20 +8558,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" +checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8398,22 +8599,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" +checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8431,13 +8632,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" +checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" dependencies = [ - "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools 30.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] @@ -8461,19 +8662,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" +checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8504,26 +8705,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" +checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-grandpa 32.0.0", - "pallet-im-online 31.0.0", - "pallet-offences 31.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-grandpa 33.0.0", + "pallet-im-online 32.0.0", + "pallet-offences 32.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-std", +] + +[[package]] +name = "pallet-parameters" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +dependencies = [ + "docify", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", + "paste", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "serde", + "sp-core 32.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8547,19 +8767,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" +checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8581,53 +8801,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" +checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" +checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" +checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8653,37 +8873,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" +checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" +checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8708,19 +8928,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" +checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8750,25 +8970,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" +checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -8783,7 +9003,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -8791,38 +9011,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" +checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", - "rand", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "rand 0.8.5", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" +checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8852,25 +9072,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" +checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 34.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-application-crypto 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8919,13 +9139,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" +checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-staking 30.0.0", + "sp-api 31.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -8948,19 +9168,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" +checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8983,18 +9203,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" +checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9021,42 +9241,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" +checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] name = "pallet-tips" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" +checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9079,35 +9299,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" +checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" +checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9126,14 +9346,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" +checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" dependencies = [ - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9159,21 +9379,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" +checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9212,18 +9432,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" +checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9245,17 +9465,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" +checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9277,17 +9497,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" +checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9317,26 +9537,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" +checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "xcm-fee-payment-runtime-api", ] @@ -9362,22 +9582,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" +checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -9402,22 +9622,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" +checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" dependencies = [ - "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -9454,66 +9674,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-utility 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-asset-tx-payment 32.0.0", - "pallet-assets 33.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "pallet-asset-tx-payment 33.0.0", + "pallet-assets 34.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" +checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "sp-consensus-aura 0.36.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -9523,7 +9743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -9550,7 +9770,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "siphasher", "snap", "winapi", @@ -9693,7 +9913,7 @@ dependencies = [ "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -9979,9 +10199,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" +checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" dependencies = [ "bitvec", "futures", @@ -9993,16 +10213,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" +checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" dependencies = [ "always-assert", "futures", @@ -10010,16 +10230,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" +checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" dependencies = [ "derive_more", "fatality", @@ -10030,8 +10250,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "schnellru", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -10041,9 +10261,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" +checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" dependencies = [ "async-trait", "fatality", @@ -10054,8 +10274,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-network", "schnellru", "thiserror", @@ -10065,9 +10285,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" +checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" dependencies = [ "cfg-if", "clap", @@ -10084,20 +10304,19 @@ dependencies = [ "sc-sysinfo", "sc-tracing", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-build-script-utils", "thiserror", - "try-runtime-cli", ] [[package]] name = "polkadot-collator-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" +checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" dependencies = [ "bitvec", "fatality", @@ -10107,10 +10326,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10131,22 +10350,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" +checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" +checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" dependencies = [ "derive_more", "fatality", @@ -10159,10 +10378,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10170,36 +10389,36 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" +checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" +checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", @@ -10208,9 +10427,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" +checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" dependencies = [ "always-assert", "async-trait", @@ -10223,7 +10442,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10232,9 +10451,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" +checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" dependencies = [ "futures", "parity-scale-codec", @@ -10242,7 +10461,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", @@ -10251,9 +10470,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" +checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" dependencies = [ "bitvec", "derive_more", @@ -10268,26 +10487,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-consensus", - "sp-consensus-slots 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-runtime 36.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" +checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" dependencies = [ "bitvec", "futures", @@ -10300,7 +10519,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10308,9 +10527,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" +checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" dependencies = [ "bitvec", "fatality", @@ -10319,7 +10538,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", @@ -10329,14 +10548,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" +checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10345,9 +10564,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" +checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" dependencies = [ "async-trait", "futures", @@ -10359,17 +10578,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" +checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" dependencies = [ "futures", "polkadot-node-metrics", @@ -10382,9 +10601,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" +checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" dependencies = [ "futures", "futures-timer", @@ -10393,16 +10612,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" +checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" dependencies = [ "fatality", "futures", @@ -10411,7 +10630,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10420,27 +10639,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" +checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-blockchain", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" +checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" dependencies = [ "bitvec", "fatality", @@ -10449,16 +10668,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" +checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" dependencies = [ "bitvec", "fatality", @@ -10467,7 +10686,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10475,9 +10694,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" +checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,22 +10704,18 @@ dependencies = [ "cfg-if", "futures", "futures-timer", - "is_executable", - "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "slotmap", "sp-core 32.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10509,16 +10724,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" +checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10526,19 +10741,18 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" +checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" dependencies = [ - "cfg-if", "cpu-time", "futures", "landlock", "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -10546,7 +10760,7 @@ dependencies = [ "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10554,25 +10768,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" +checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" +checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" dependencies = [ "lazy_static", "log", @@ -10580,8 +10794,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", + "sc-network-types", "sp-core 32.0.0", "thiserror", "tokio", @@ -10589,16 +10804,16 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" +checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10609,9 +10824,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" +checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10623,10 +10838,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-authority-discovery", "sc-network", + "sc-network-types", + "sp-runtime 36.0.0", "strum 0.26.3", "thiserror", "tracing-gum", @@ -10634,33 +10851,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" +checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" +checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10669,9 +10886,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" +checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" dependencies = [ "async-trait", "bitvec", @@ -10681,26 +10898,27 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" +checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" dependencies = [ "async-trait", "derive_more", @@ -10720,12 +10938,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -10734,9 +10952,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" +checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" dependencies = [ "async-trait", "futures", @@ -10747,9 +10965,9 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", @@ -10775,18 +10993,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -10821,42 +11039,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" +checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-slots 0.36.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" +checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10870,13 +11088,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10935,53 +11153,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" +checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 11.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-fast-unstake 31.0.0", - "pallet-identity 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-identity 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-treasury 31.0.0", - "pallet-vesting 32.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-treasury 32.0.0", + "pallet-vesting 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 11.0.0", - "sp-api 30.0.0", + "slot-range-helper 12.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] @@ -11001,14 +11219,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" +checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11042,7 +11260,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11065,66 +11283,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" +checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-message-queue 35.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-vesting 32.0.0", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-metrics 11.0.0", - "rand", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-message-queue 36.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-vesting 33.0.0", + "parity-scale-codec", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-metrics 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" +checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" dependencies = [ "async-trait", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "hex-literal", "is_executable", @@ -11132,10 +11350,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 32.0.0", - "pallet-staking 32.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-babe 33.0.0", + "pallet-staking 33.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11144,7 +11362,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11169,10 +11387,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-parachains 12.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11201,30 +11419,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11234,9 +11452,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" +checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11249,21 +11467,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" +checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "tracing-gum", ] @@ -11417,11 +11635,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11429,7 +11647,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11451,19 +11669,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "staging-xcm 11.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "staging-xcm 12.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11482,12 +11700,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 32.0.0", - "parachains-common 11.0.0", + "frame-support 33.0.0", + "parachains-common 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -11495,147 +11713,150 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -11987,6 +12208,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +dependencies = [ + "bytes", + "pin-project-lite 0.2.13", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", +] + [[package]] name = "quinn-proto" version = "0.9.6" @@ -11994,7 +12233,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand", + "rand 0.8.5", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -12005,6 +12244,19 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +dependencies = [ + "libc", + "quinn-proto", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", +] + [[package]] name = "quote" version = "1.0.35" @@ -12020,6 +12272,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -12076,7 +12341,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -12346,116 +12620,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" +checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "bitvec", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", - "pallet-bounties 31.0.0", - "pallet-child-bounties 31.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", + "pallet-bounties 32.0.0", + "pallet-child-bounties 32.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", "pallet-nis", - "pallet-offences 31.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-offences 32.0.0", + "pallet-parameters", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", "pallet-society", - "pallet-staking 32.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-staking 33.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", "pallet-tips", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", - "substrate-wasm-builder 21.0.0", + "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" +checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -12752,9 +13031,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" +checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" dependencies = [ "async-trait", "futures", @@ -12763,29 +13042,30 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.18.1", + "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", "prost 0.12.3", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sc-network-types", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" +checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" dependencies = [ "futures", "futures-timer", @@ -12795,36 +13075,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" +checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-chain-spec" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" +checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12841,10 +13121,11 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-genesis-builder 0.12.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-tracing 17.0.0", ] [[package]] @@ -12861,9 +13142,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" +checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12876,7 +13157,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12892,20 +13173,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core 32.0.0", - "sp-keyring 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" +checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" dependencies = [ "fnv", "futures", @@ -12915,25 +13196,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" +checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" dependencies = [ "hash-db", "kvdb", @@ -12951,42 +13232,42 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", "sc-client-api", + "sc-network-types", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" +checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" dependencies = [ "async-trait", "futures", @@ -12997,26 +13278,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" +checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" dependencies = [ "async-trait", "fork-tree", @@ -13033,27 +13314,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" +checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" dependencies = [ "futures", "jsonrpsee", @@ -13061,22 +13342,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" +checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13091,18 +13372,19 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-utils", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13111,9 +13393,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" +checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" dependencies = [ "futures", "jsonrpsee", @@ -13123,31 +13405,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" +checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" +checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13160,7 +13442,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13169,29 +13451,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" +checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" dependencies = [ "finality-grandpa", "futures", @@ -13204,15 +13487,15 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" +checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" dependencies = [ "async-trait", "futures", @@ -13225,18 +13508,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "sc-executor" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13244,14 +13527,14 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "sp-wasm-interface 21.0.0", "tracing", ] @@ -13303,9 +13586,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" +checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" dependencies = [ "ansi_term", "futures", @@ -13316,19 +13599,19 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -13336,9 +13619,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" +checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13346,7 +13629,6 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", "log", "mixnet", "multiaddr", @@ -13354,27 +13636,29 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" +checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec", "bytes", + "cid 0.9.0", "either", "fnv", "futures", @@ -13382,58 +13666,44 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", + "litep2p", "log", "mockall", + "once_cell", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand", + "prost 0.11.9", + "prost-build", + "rand 0.8.5", "sc-client-api", "sc-network-common", + "sc-network-types", "sc-utils", + "schnellru", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", "unsigned-varint", + "void", "wasm-timer", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13442,16 +13712,17 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" +checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" dependencies = [ "ahash 0.8.11", "futures", @@ -13461,39 +13732,40 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" +checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "futures", - "libp2p-identity", "log", "parity-scale-codec", "prost 0.12.3", "prost-build", "sc-client-api", "sc-network", + "sc-network-types", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" +checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13511,15 +13783,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13528,9 +13801,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" +checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13540,17 +13813,33 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-network-types" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" +dependencies = [ + "bs58 0.4.0", + "libp2p-identity", + "litep2p", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + [[package]] name = "sc-offchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" +checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13565,18 +13854,19 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", "threadpool", "tracing", ] @@ -13593,9 +13883,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" +checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" dependencies = [ "futures", "jsonrpsee", @@ -13611,24 +13901,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", + "sp-offchain 31.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-statement-store", - "sp-version 33.0.0", + "sp-version 34.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" +checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13640,8 +13930,8 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -13666,9 +13956,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" +checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13678,19 +13968,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-stream", @@ -13698,9 +13989,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" +checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" dependencies = [ "async-trait", "directories", @@ -13712,7 +14003,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13721,11 +14012,11 @@ dependencies = [ "sc-informant", "sc-keystore", "sc-network", - "sc-network-bitswap", "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -13738,20 +14029,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "sp-transaction-storage-proof", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13789,9 +14080,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" +checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13803,21 +14094,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" +checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" dependencies = [ "derive_more", "futures", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", @@ -13825,15 +14116,15 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" +checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" dependencies = [ "chrono", "futures", @@ -13841,7 +14132,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", + "sc-network", "sc-utils", "serde", "serde_json", @@ -13851,9 +14143,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" +checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" dependencies = [ "ansi_term", "chrono", @@ -13868,16 +14160,16 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.18", ] [[package]] @@ -13894,9 +14186,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" +checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" dependencies = [ "async-trait", "futures", @@ -13909,22 +14201,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" +checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" dependencies = [ "async-trait", "futures", @@ -13933,7 +14225,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -13953,6 +14245,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.1" @@ -13979,6 +14294,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -14056,6 +14377,21 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sctp-proto" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +dependencies = [ + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", +] + [[package]] name = "sec1" version = "0.7.3" @@ -14235,6 +14571,18 @@ dependencies = [ "opaque-debug 0.3.1", ] +[[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", +] + [[package]] name = "sha1" version = "0.10.6" @@ -14246,6 +14594,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" +dependencies = [ + "cc", +] + [[package]] name = "sha2" version = "0.9.9" @@ -14304,6 +14661,12 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + [[package]] name = "signature" version = "2.2.0" @@ -14327,6 +14690,15 @@ dependencies = [ "wide", ] +[[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14369,14 +14741,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" +checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -14448,7 +14820,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -14491,7 +14863,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "serde", "serde_json", @@ -14616,7 +14988,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", @@ -14679,8 +15051,8 @@ dependencies = [ "http", "httparse", "log", - "rand", - "sha-1", + "rand 0.8.5", + "sha-1 0.9.8", ] [[package]] @@ -14707,24 +15079,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", + "sp-api-proc-macro 19.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -14745,9 +15117,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14774,15 +15146,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] @@ -14833,15 +15205,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" +checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -14858,47 +15230,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" +checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-blockchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" +checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" +checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" dependencies = [ "async-trait", "futures", "log", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] @@ -14922,19 +15294,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14959,21 +15331,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" +checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14999,22 +15371,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" +checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15039,20 +15411,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" +checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15070,14 +15442,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" +checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -15106,7 +15478,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15153,7 +15525,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15256,13 +15628,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" +checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" dependencies = [ + "parity-scale-codec", + "scale-info", "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15282,15 +15656,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" +checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15301,7 +15675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15322,12 +15696,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15339,10 +15713,10 @@ dependencies = [ "sp-externalities 0.28.0", "sp-keystore 0.38.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", "tracing-core", ] @@ -15360,12 +15734,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" +checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" dependencies = [ "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15429,14 +15803,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", ] [[package]] @@ -15460,19 +15834,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" +checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15493,16 +15867,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" +checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15518,13 +15892,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" dependencies = [ - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15562,7 +15936,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15576,9 +15950,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" dependencies = [ "docify", "either", @@ -15587,14 +15961,14 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -15684,17 +16058,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" +checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -15714,16 +16088,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" +checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15736,7 +16110,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -15745,50 +16119,50 @@ dependencies = [ "sp-trie 30.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "sp-state-machine" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", ] [[package]] name = "sp-statement-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" +checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -15843,14 +16217,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" +checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15891,27 +16265,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" +checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" +checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -15927,7 +16301,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 29.0.0", @@ -15935,15 +16309,15 @@ dependencies = [ "sp-std", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", "trie-root", ] [[package]] name = "sp-trie" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15952,14 +16326,14 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 32.0.0", "sp-externalities 0.28.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", "trie-root", ] @@ -15983,9 +16357,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15993,7 +16367,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16093,17 +16467,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "spinners" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" -dependencies = [ - "lazy_static", - "maplit", - "strum 0.24.1", -] - [[package]] name = "spinning_top" version = "0.3.0" @@ -16184,16 +16547,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" +checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -16213,14 +16576,14 @@ dependencies = [ "scale-info", "serde", "sp-weights 28.0.0", - "xcm-procedural", + "xcm-procedural 8.0.0", ] [[package]] name = "staging-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" +checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16232,7 +16595,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural", + "xcm-procedural 9.0.0", ] [[package]] @@ -16260,25 +16623,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" +checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -16305,24 +16668,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" +checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -16359,6 +16722,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "str0m" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16475,22 +16858,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" +checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" dependencies = [ - "frame-system-rpc-runtime-api 30.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -16506,25 +16889,11 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime 35.0.0", -] - [[package]] name = "substrate-state-trie-migration-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" +checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16532,10 +16901,10 @@ dependencies = [ "sc-rpc-api", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", - "trie-db", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] @@ -16559,17 +16928,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "21.0.0" +version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" +checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.3", "tempfile", "toml 0.8.12", @@ -16897,17 +17275,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "tokio-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" -dependencies = [ - "pin-project", - "rand", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.24.1" @@ -16941,6 +17308,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +dependencies = [ + "futures-util", + "log", + "rustls 0.21.10", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -17111,12 +17493,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" +checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" dependencies = [ "coarsetime", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17176,7 +17558,6 @@ dependencies = [ "chrono", "lazy_static", "matchers 0.0.1", - "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -17196,9 +17577,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers 0.1.0", + "nu-ansi-term", "once_cell", + "parking_lot 0.12.1", "regex", "sharded-slab", + "smallvec", "thread_local", "tracing", "tracing-core", @@ -17218,6 +17602,18 @@ dependencies = [ "smallvec", ] +[[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +dependencies = [ + "hash-db", + "log", + "rustc-hex", + "smallvec", +] + [[package]] name = "trie-root" version = "0.18.0" @@ -17236,14 +17632,14 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner", + "enum-as-inner 0.5.1", "futures-channel", "futures-io", "futures-util", "idna 0.2.3", "ipnet", "lazy_static", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "thiserror", @@ -17253,6 +17649,31 @@ dependencies = [ "url", ] +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "trust-dns-resolver" version = "0.22.0" @@ -17270,51 +17691,35 @@ dependencies = [ "thiserror", "tokio", "tracing", - "trust-dns-proto", + "trust-dns-proto 0.22.0", ] [[package]] -name = "try-lock" -version = "0.2.5" +name = "trust-dns-resolver" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.1", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", +] [[package]] -name = "try-runtime-cli" -version = "0.42.0" +name = "try-lock" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" -dependencies = [ - "async-trait", - "clap", - "frame-remote-externalities", - "frame-try-runtime 0.38.0", - "hex", - "log", - "parity-scale-codec", - "sc-cli", - "sc-executor", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", - "sp-version 33.0.0", - "sp-weights 31.0.0", - "substrate-rpc-client", - "zstd 0.12.4", -] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tt-call" @@ -17322,6 +17727,26 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.10", + "sha1", + "thiserror", + "url", + "utf-8", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -17330,7 +17755,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17411,6 +17836,7 @@ dependencies = [ "bytes", "futures-io", "futures-util", + "tokio-util", ] [[package]] @@ -17436,6 +17862,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + [[package]] name = "utf8parse" version = "0.2.1" @@ -17481,7 +17913,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -17891,7 +18323,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -17942,126 +18374,127 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" +checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 31.0.0", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-nomination-pools-benchmarking 30.0.0", - "pallet-nomination-pools-runtime-api 27.0.0", - "pallet-offences 31.0.0", - "pallet-offences-benchmarking 32.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools-benchmarking 31.0.0", + "pallet-nomination-pools-runtime-api 28.0.0", + "pallet-offences 32.0.0", + "pallet-offences-benchmarking 33.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-session-benchmarking 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-session-benchmarking 33.0.0", "pallet-society", - "pallet-staking 32.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 18.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-staking-runtime-api 19.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-npos-elections 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-npos-elections 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" +checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -18142,6 +18575,21 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -18418,55 +18866,72 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +dependencies = [ + "asn1-rs", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -18481,6 +18946,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "xcm-procedural" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "yamux" version = "0.10.2" @@ -18491,7 +18968,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 0a44e735..ccfca7ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" +substrate-wasm-builder = "22.0.1" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -61,113 +61,114 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.38.0" -sc-chain-spec = "31.0.0" -sc-cli = "0.40.0" -sc-client-api = "32.0.0" -sc-offchain = "33.0.0" -sc-consensus = "0.37.0" -sc-executor = "0.36.0" -sc-network = "0.38.0" -sc-network-sync = "0.37.0" -sc-rpc = "33.0.0" -sc-service = "0.39.0" -sc-sysinfo = "31.0.0" -sc-telemetry = "18.0.0" -sc-tracing = "32.0.0" -sc-transaction-pool = "32.0.0" -sc-transaction-pool-api = "32.0.0" -frame-benchmarking = { version = "32.0.0", default-features = false } -frame-benchmarking-cli = "36.0.0" -frame-executive = { version = "32.0.0", default-features = false } -frame-support = { version = "32.0.0", default-features = false } -frame-system = { version = "32.0.0", default-features = false } -frame-system-benchmarking = { version = "32.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } -frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } -pallet-authorship = { version = "32.0.0", default-features = false } -pallet-assets = { version = "33.0.0", default-features = false } -pallet-balances = { version = "33.0.0", default-features = false } -pallet-contracts = { version = "31.0.0", default-features = false } -pallet-message-queue = { version = "35.0.0", default-features = false } -pallet-multisig = { version = "32.0.0", default-features = false } -pallet-nft-fractionalization = { version = "14.0.0", default-features = false } -pallet-nfts = { version = "26.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } -pallet-preimage = { version = "32.0.0", default-features = false } -pallet-proxy = { version = "32.0.0", default-features = false } -pallet-scheduler = { version = "33.0.0", default-features = false } -pallet-session = { version = "32.0.0", default-features = false } -pallet-sudo = { version = "32.0.0", default-features = false } -pallet-timestamp = { version = "31.0.0", default-features = false } -pallet-transaction-payment = { version = "32.0.0", default-features = false } -pallet-transaction-payment-rpc = "34.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } -pallet-utility = { version = "32.0.0", default-features = false } -sp-api = { version = "30.0.0", default-features = false } -sp-authority-discovery = { version = "30.0.0", default-features = false } -sp-block-builder = { version = "30.0.0", default-features = false } -sp-blockchain = "32.0.0" -sp-consensus-aura = { version = "0.36.0", default-features = false } -sp-consensus-babe = { version = "0.36.0", default-features = false } -sp-consensus-beefy = { version = "17.0.0", default-features = false } -sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sc-basic-authorship = "0.39.0" +sc-chain-spec = "32.0.0" +sc-cli = "0.41.0" +sc-client-api = "33.0.0" +sc-offchain = "34.0.0" +sc-consensus = "0.38.0" +sc-executor = "0.37.0" +sc-network = "0.39.0" +sc-network-sync = "0.38.0" +sc-rpc = "34.0.0" +sc-service = "0.40.0" +sc-sysinfo = "32.0.0" +sc-telemetry = "19.0.0" +sc-tracing = "33.0.0" +sc-transaction-pool = "33.0.0" +sc-transaction-pool-api = "33.0.0" +frame-benchmarking = { version = "33.0.0", default-features = false } +frame-benchmarking-cli = "37.0.0" +frame-executive = { version = "33.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.2.0", default-features = false } +frame-support = { version = "33.0.0", default-features = false } +frame-system = { version = "33.0.0", default-features = false } +frame-system-benchmarking = { version = "33.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } +frame-try-runtime = { version = "0.39.0", default-features = false } +pallet-aura = { version = "32.0.0", default-features = false } +pallet-authorship = { version = "33.0.0", default-features = false } +pallet-assets = { version = "34.0.0", default-features = false } +pallet-balances = { version = "34.0.0", default-features = false } +pallet-contracts = { version = "32.0.0", default-features = false } +pallet-message-queue = { version = "36.0.0", default-features = false } +pallet-multisig = { version = "33.0.0", default-features = false } +pallet-nft-fractionalization = { version = "15.0.0", default-features = false } +pallet-nfts = { version = "27.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } +pallet-preimage = { version = "33.0.0", default-features = false } +pallet-proxy = { version = "33.0.0", default-features = false } +pallet-scheduler = { version = "34.0.0", default-features = false } +pallet-session = { version = "33.0.0", default-features = false } +pallet-sudo = { version = "33.0.0", default-features = false } +pallet-timestamp = { version = "32.0.0", default-features = false } +pallet-transaction-payment = { version = "33.0.0", default-features = false } +pallet-transaction-payment-rpc = "35.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } +pallet-utility = { version = "33.0.0", default-features = false } +sp-api = { version = "31.0.0", default-features = false } +sp-authority-discovery = { version = "31.0.0", default-features = false } +sp-block-builder = { version = "31.0.0", default-features = false } +sp-blockchain = "33.0.0" +sp-consensus-aura = { version = "0.37.0", default-features = false } +sp-consensus-babe = { version = "0.37.0", default-features = false } +sp-consensus-beefy = { version = "18.0.0", default-features = false } +sp-consensus-grandpa = { version = "18.0.0", default-features = false } sp-core = { version = "32.0.0", default-features = false } sp-keystore = "0.38.0" -sp-io = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.11.0", default-features = false } -sp-inherents = { version = "30.0.0", default-features = false } -sp-offchain = { version = "30.0.0", default-features = false } -sp-runtime = { version = "35.0.0", default-features = false } -sp-timestamp = "30.0.0" -substrate-frame-rpc-system = "32.0.0" +sp-io = { version = "35.0.0", default-features = false } +sp-genesis-builder = { version = "0.12.0", default-features = false } +sp-inherents = { version = "31.0.0", default-features = false } +sp-offchain = { version = "31.0.0", default-features = false } +sp-runtime = { version = "36.0.0", default-features = false } +sp-timestamp = "31.0.0" +substrate-frame-rpc-system = "33.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "31.0.0", default-features = false } +sp-session = { version = "32.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "30.0.0", default-features = false } -sp-version = { version = "33.0.0", default-features = false } +sp-transaction-pool = { version = "31.0.0", default-features = false } +sp-version = { version = "34.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "11.0.0", default-features = false } -polkadot-cli = "11.0.0" -polkadot-parachain-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-parachains = { version = "11.0.0", default-features = false } -polkadot-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-common = { version = "11.0.0", default-features = false } -rococo-runtime-constants = { version = "11.0.0", default-features = false } -rococo-runtime = { version = "11.0.0", default-features = false } -xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "12.0.0", default-features = false } +polkadot-cli = "12.0.0" +polkadot-parachain-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-parachains = { version = "12.0.0", default-features = false } +polkadot-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-common = { version = "12.0.0", default-features = false } +rococo-runtime-constants = { version = "12.0.0", default-features = false } +rococo-runtime = { version = "12.0.1", default-features = false } +xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } -asset-test-utils = { version = "11.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } +asset-test-utils = { version = "12.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.12.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } +cumulus-primitives-aura = { version = "0.12.0", default-features = false } +cumulus-primitives-core = { version = "0.12.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.12.0", default-features = false } +emulated-integration-tests-common = { version = "8.0.0", default-features = false } +pallet-collator-selection = { version = "14.0.0", default-features = false } +parachains-common = { version = "12.0.0", default-features = false } +parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.12.0" +cumulus-relay-chain-interface = "0.12.0" color-print = "0.3.4" -cumulus-client-cli = "0.11.0" -cumulus-client-collator = "0.11.0" -cumulus-client-consensus-aura = "0.11.0" -cumulus-client-consensus-common = "0.11.0" -cumulus-client-consensus-proposer = "0.11.0" -cumulus-client-service = "0.11.0" +cumulus-client-cli = "0.12.0" +cumulus-client-collator = "0.12.0" +cumulus-client-consensus-aura = "0.12.0" +cumulus-client-consensus-common = "0.12.0" +cumulus-client-consensus-proposer = "0.12.0" +cumulus-client-service = "0.12.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/node/src/cli.rs b/node/src/cli.rs index 665b1129..19532033 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -38,11 +38,6 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try-runtime has migrated to a standalone - /// [CLI](). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. - TryRuntime, - /// Key management CLI utilities #[command(subcommand)] Key(sc_cli::KeySubcommand), diff --git a/node/src/command.rs b/node/src/command.rs index f0f1ad25..a29a869d 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -10,7 +10,7 @@ use sc_cli::{ NetworkParams, Result, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; -use sp_runtime::traits::AccountIdConversion; +use sp_runtime::traits::HashingFor; use crate::{ chain_spec, @@ -249,9 +249,7 @@ pub fn run() -> Result<()> { Some(Subcommand::ExportGenesisHead(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - construct_benchmark_partials!(config, |partials| { - cmd.run(partials.client) - }) + construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }) }, Some(Subcommand::ExportGenesisWasm(cmd)) => { @@ -265,25 +263,31 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command- match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| { + cmd.run_with_spec::, ReclaimHostFunctions>(Some( + config.chain_spec, + )) + }) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + }, BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }), #[cfg(not(feature = "runtime-benchmarks"))] - BenchmarkCmd::Storage(_) => + BenchmarkCmd::Storage(_) => { return Err(sc_cli::Error::Input( "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." .into(), ) - .into()), + .into()) + }, #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { @@ -292,15 +296,15 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }) }), - BenchmarkCmd::Machine(cmd) => - runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())), + BenchmarkCmd::Machine(cmd) => { + runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())) + }, // NOTE: this allows the Client to leniently implement // new benchmark commands without requiring a companion MR. #[allow(unreachable_patterns)] _ => Err("Benchmarking sub-command unsupported".into()), } }, - Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()), Some(Subcommand::Key(cmd)) => cmd.run(&cli), None => { let runner = cli.create_runner(&cli.run.normalize())?; @@ -325,17 +329,11 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); - let parachain_account = - AccountIdConversion::::into_account_truncating( - &id, - ); - let tokio_handle = config.tokio_handle.clone(); let polkadot_config = SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, tokio_handle) .map_err(|err| format!("Relay chain argument error: {}", err))?; - info!("Parachain Account: {parachain_account}"); info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" }); match config.chain_spec.runtime() { @@ -343,9 +341,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_devnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_devnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, @@ -360,9 +356,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_testnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_testnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, diff --git a/node/src/service.rs b/node/src/service.rs index 36a1fa6e..52f92311 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -129,7 +129,7 @@ where config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, - )?; + ); Ok(PartialComponents { backend, @@ -180,7 +180,11 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; - let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); + let net_config = sc_network::config::FullNetworkConfiguration::< + _, + _, + sc_network::NetworkWorker, + >::new(¶chain_config.network); let client = params.client.clone(); let backend = params.backend.clone(); @@ -229,7 +233,7 @@ where transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), - network_provider: network.clone(), + network_provider: Arc::new(network.clone()), is_validator: parachain_config.role.is_authority(), enable_http_requests: false, custom_extensions: move |_| vec![], @@ -351,14 +355,12 @@ pub(crate) fn build_import_queue( config: &Configuration, telemetry: Option, task_manager: &TaskManager, -) -> Result, sc_service::Error> +) -> sc_consensus::DefaultImportQueue where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - Ok(cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< + cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, _, @@ -371,11 +373,10 @@ where let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); Ok(timestamp) }, - slot_duration, &task_manager.spawn_essential_handle(), config.prometheus_registry(), telemetry, - )) + ) } #[allow(clippy::too_many_arguments)] diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..5585479b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,8 +83,8 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-utility.workspace = true cumulus-primitives-storage-weight-reclaim.workspace = true +cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -226,3 +227,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 55ab07bd..a0c72cb3 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 908ad0f3..6fe9ac6d 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -33,7 +33,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -336,7 +338,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -955,12 +957,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 1cd8982e..eae8ff77 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -224,3 +226,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index 55ab07bd..d7def2f5 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d566bb5f..4b96e031 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -32,7 +32,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +339,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -947,12 +949,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } From a5630f0d3c23499174995d56d720de71cf41e8ac Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:16:38 +0700 Subject: [PATCH 11/80] fix: add missing signed extra --- runtime/devnet/src/lib.rs | 1 + runtime/testnet/src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 913c38d1..667d4ebd 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -101,6 +101,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 36e5f710..5d38a10f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,6 +101,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 4bdae5950fbf6b7b99148aaba81645cb581e95f5 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 12/80] chore: upgrade to 1.10.0 --- Cargo.lock | 4866 +++++++++++++++-------------- Cargo.toml | 197 +- runtime/devnet/Cargo.toml | 2 +- runtime/devnet/src/config/xcm.rs | 3 + runtime/devnet/src/lib.rs | 4 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/config/xcm.rs | 3 + runtime/testnet/src/lib.rs | 4 +- 8 files changed, 2553 insertions(+), 2528 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 526a173f..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "sp-weights 28.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -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", +checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" +dependencies = [ + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-bridge-hub-router 0.9.0", + "parachains-common 11.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "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", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1177,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1288,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2096,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" +checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", @@ -2107,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" +checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" +checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" +checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" +checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-parachain-inherent 0.11.0", "sp-consensus", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" +checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" +checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" +checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" +checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,12 +2328,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-transaction-pool 30.0.0", ] [[package]] @@ -2357,20 +2358,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" +checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" dependencies = [ - "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", + "cumulus-pallet-parachain-system 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-aura 31.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2412,37 +2413,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.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", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", "trie-db", ] @@ -2475,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2507,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2550,28 +2551,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.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", + "bp-xcm-bridge-hub-router 0.10.0", + "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -2591,16 +2592,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" dependencies = [ "parity-scale-codec", - "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", + "polkadot-core-primitives 11.0.0", + "polkadot-primitives 11.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2624,20 +2625,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2658,18 +2659,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -2685,30 +2686,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2735,33 +2736,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", "log", - "pallet-asset-conversion 13.0.0", + "pallet-asset-conversion 14.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" +checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2772,48 +2773,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-state-machine 0.38.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" +checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.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 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2822,7 +2823,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2831,11 +2832,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2843,12 +2844,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" +checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2866,14 +2867,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "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 32.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-util", @@ -2883,17 +2884,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" dependencies = [ - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "polkadot-primitives 11.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -3370,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ "asset-test-utils", - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bridge-runtime-common", - "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", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "sc-consensus-grandpa", - "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", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -3805,9 +3807,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" dependencies = [ "parity-scale-codec", ] @@ -3849,50 +3851,50 @@ dependencies = [ "sp-runtime 32.0.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-support-procedural 27.0.0", + "frame-system 32.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-std", + "sp-storage 21.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "35.0.1" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" +checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3911,19 +3913,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.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 32.0.0", - "sp-wasm-interface", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", + "sp-wasm-interface 21.0.0", "thiserror", "thousands", ] @@ -3960,19 +3962,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" dependencies = [ "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -3992,27 +3994,27 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "frame-executive" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" +checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" dependencies = [ "aquamarine 0.3.3", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-try-runtime 0.37.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-try-runtime 0.38.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -4045,9 +4047,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" +checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" dependencies = [ "futures", "indicatif", @@ -4055,11 +4057,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "spinners", "substrate-rpc-client", "tokio", @@ -4097,12 +4099,12 @@ dependencies = [ "sp-genesis-builder 0.8.0", "sp-inherents 27.0.0", "sp-io 31.0.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-weights 28.0.0", "static_assertions", "tt-call", @@ -4110,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4120,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4131,21 +4133,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing", - "sp-weights 30.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-tracing 17.0.0", + "sp-weights 31.0.0", "static_assertions", "tt-call", ] @@ -4172,13 +4174,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "26.0.1" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" dependencies = [ "Inflector", "cfg-expr", - "derive-syn-parse 0.1.5", + "derive-syn-parse 0.2.0", "expander 2.1.0", "frame-support-procedural-tools 11.0.1", "itertools 0.10.5", @@ -4261,23 +4263,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" dependencies = [ "cfg-if", "docify", - "frame-support 31.0.0", + "frame-support 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -4298,17 +4300,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" +checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -4324,12 +4326,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" +checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", ] [[package]] @@ -4347,14 +4349,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" +checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" dependencies = [ - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -5164,29 +5166,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", - "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", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "pop-runtime-common", "pop-runtime-devnet", - "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", + "sp-authority-discovery 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "tracing-subscriber 0.3.18", ] @@ -6379,38 +6381,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" +checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "mmr-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" +checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -6971,20 +6973,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7022,17 +7024,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7057,20 +7059,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7093,18 +7095,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7128,19 +7130,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" +checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7163,18 +7165,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "31.0.1" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-authority-discovery 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7195,16 +7197,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7235,26 +7237,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7278,30 +7280,30 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-bags-list" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" +checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -7323,18 +7325,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "31.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7361,22 +7363,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" +checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 16.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-consensus-beefy 17.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7408,27 +7410,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" +checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-beefy 31.0.0", - "pallet-mmr 30.0.0", - "pallet-session 31.0.0", + "pallet-beefy 32.0.0", + "pallet-mmr 31.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "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-api 30.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", ] @@ -7453,104 +7455,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" +checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "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", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "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", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7575,19 +7577,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7613,21 +7615,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" +checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-bounties 30.0.0", - "pallet-treasury 30.0.0", + "pallet-bounties 31.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7654,72 +7656,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "12.0.1" +version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" +checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" +checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", + "paste", "rand", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", "wasm-instrument", "wasmi", ] @@ -7737,14 +7740,14 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" +checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.5.0", + "polkavm-derive", "scale-info", ] @@ -7768,38 +7771,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" +checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" +checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7829,26 +7832,26 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "strum 0.24.1", + "strum 0.26.3", ] [[package]] @@ -7868,36 +7871,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" +checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "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-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7923,21 +7926,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7967,25 +7970,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" +checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8009,19 +8012,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8048,22 +8051,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" +checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", + "pallet-authorship 32.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8087,37 +8090,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" +checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" +checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8144,23 +8147,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8184,20 +8187,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" +checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8220,36 +8223,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" +checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" +checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-assets 32.0.0", - "pallet-nfts 25.0.0", + "pallet-assets 33.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8274,20 +8277,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" +checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8305,30 +8308,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" +checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" dependencies = [ - "pallet-nfts 25.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" +checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8349,27 +8352,27 @@ dependencies = [ "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-nomination-pools" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" +checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -8395,22 +8398,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" +checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" dependencies = [ - "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", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8428,13 +8431,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" +checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" dependencies = [ - "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools 29.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] @@ -8458,19 +8461,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" +checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8501,26 +8504,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" +checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "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", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-grandpa 32.0.0", + "pallet-im-online 31.0.0", + "pallet-offences 31.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8544,19 +8547,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" +checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8578,53 +8581,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" +checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" +checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" +checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8650,37 +8653,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" +checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" +checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8705,21 +8708,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" +checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8747,25 +8750,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "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-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -8788,38 +8791,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" +checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" dependencies = [ - "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", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "rand", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" +checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8849,25 +8852,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8895,12 +8898,12 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +checksum = "988a7ebeacc84d4bdb0b12409681e956ffe35438447d8f8bc78db547cffb6ebc" dependencies = [ "log", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -8916,13 +8919,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" +checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -8945,19 +8948,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" +checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8980,18 +8983,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" +checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9012,48 +9015,48 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-timestamp 27.0.0", ] [[package]] name = "pallet-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-storage", - "sp-timestamp 29.0.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", ] [[package]] name = "pallet-tips" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" +checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9076,36 +9079,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" +checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9123,15 +9126,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" +checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" dependencies = [ - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9156,21 +9159,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9209,18 +9212,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9242,17 +9245,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9274,17 +9277,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" +checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9314,26 +9317,27 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "10.0.1" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] @@ -9358,22 +9362,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" +checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -9398,22 +9402,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -9450,66 +9454,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "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", + "pallet-asset-tx-payment 32.0.0", + "pallet-assets 33.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" dependencies = [ - "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-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "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", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-tracing 17.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -9766,7 +9770,7 @@ dependencies = [ "sp-session 28.0.0", "sp-staking 27.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", @@ -9975,9 +9979,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" +checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" dependencies = [ "bitvec", "futures", @@ -9989,16 +9993,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" +checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" dependencies = [ "always-assert", "futures", @@ -10006,16 +10010,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" +checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" dependencies = [ "derive_more", "fatality", @@ -10026,20 +10030,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "schnellru", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" +checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" dependencies = [ "async-trait", "fatality", @@ -10050,7 +10054,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-network", "schnellru", @@ -10061,9 +10065,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" +checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" dependencies = [ "cfg-if", "clap", @@ -10079,11 +10083,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10091,9 +10095,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" +checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" dependencies = [ "bitvec", "fatality", @@ -10103,10 +10107,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10127,22 +10131,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" +checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" dependencies = [ "derive_more", "fatality", @@ -10155,58 +10159,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "schnellru", - "sp-application-crypto 33.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" +checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", - "sp-core 31.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-trie 33.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" +checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" +checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" dependencies = [ "always-assert", "async-trait", @@ -10219,7 +10223,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10228,9 +10232,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" +checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" dependencies = [ "futures", "parity-scale-codec", @@ -10238,8 +10242,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10247,9 +10251,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" +checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" dependencies = [ "bitvec", "derive_more", @@ -10264,26 +10268,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 33.0.0", + "sp-application-crypto 34.0.0", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-runtime 35.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" +checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" dependencies = [ "bitvec", "futures", @@ -10296,7 +10300,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10304,9 +10308,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" +checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" dependencies = [ "bitvec", "fatality", @@ -10315,25 +10319,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" +checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10341,9 +10345,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" +checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" dependencies = [ "async-trait", "futures", @@ -10355,17 +10359,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" +checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", "polkadot-node-metrics", @@ -10378,9 +10382,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" +checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" dependencies = [ "futures", "futures-timer", @@ -10389,16 +10393,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" +checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" dependencies = [ "fatality", "futures", @@ -10407,7 +10411,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10416,27 +10420,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" +checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-blockchain", - "sp-inherents 29.0.0", + "sp-inherents 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" +checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" dependencies = [ "bitvec", "fatality", @@ -10445,16 +10449,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" +checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" dependencies = [ "bitvec", "fatality", @@ -10463,7 +10467,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10471,9 +10475,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" +checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,18 +10489,18 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "slotmap", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10505,26 +10509,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" +checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" +checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" dependencies = [ "cfg-if", "cpu-time", @@ -10533,42 +10537,42 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-tracing", + "sp-externalities 0.28.0", + "sp-io 34.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" +checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", - "sp-consensus-babe 0.35.0", + "sp-consensus-babe 0.36.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" dependencies = [ "lazy_static", "log", @@ -10576,25 +10580,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10605,9 +10609,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10619,44 +10623,44 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-authority-discovery", "sc-network", - "strum 0.24.1", + "strum 0.26.3", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" +checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10665,9 +10669,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" dependencies = [ "async-trait", "bitvec", @@ -10677,26 +10681,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" +checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" dependencies = [ "async-trait", "derive_more", @@ -10716,23 +10720,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" dependencies = [ "async-trait", "futures", @@ -10743,10 +10747,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10771,20 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -10817,42 +10821,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" +checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10866,13 +10870,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10931,53 +10935,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "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 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-identity 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-staking-reward-fn 22.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-treasury 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "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", + "slot-range-helper 11.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] @@ -10992,21 +10996,21 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 8.0.1", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "polkadot-runtime-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -11061,66 +11065,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "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", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-message-queue 35.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-metrics 11.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.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-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" +checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" dependencies = [ "async-trait", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "hex-literal", "is_executable", @@ -11128,11 +11132,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "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", + "pallet-babe 32.0.0", + "pallet-staking 32.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11141,7 +11144,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11166,10 +11169,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11198,40 +11201,42 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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 29.0.0", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", "westend-runtime", + "xcm-fee-payment-runtime-api", ] [[package]] name = "polkadot-statement-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" +checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11244,22 +11249,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", - "sp-staking 29.0.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", + "sp-staking 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" dependencies = [ "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "tracing-gum", ] @@ -11272,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -11285,18 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88b4e215c80fe876147f3d58158d5dfeae7dabdd6047e175af77095b78d0035c" - -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -11306,56 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6380dbe1fb03ecc74ad55d841cfc75480222d153ba69ddcb00977866cbdabdb8" -dependencies = [ - "polkavm-derive-impl 0.5.0", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "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]] -name = "polkavm-derive-impl" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8211b3365bbafb2fb32057d68b0e1ca55d079f5cf6f9da9b98079b94b3987d" -dependencies = [ - "polkavm-common 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -11364,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "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", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -11400,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11477,11 +11417,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11489,7 +11429,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11511,19 +11451,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "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", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "staging-xcm 11.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11542,12 +11482,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 31.0.0", - "parachains-common 10.0.0", + "frame-support 32.0.0", + "parachains-common 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -11555,147 +11495,147 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "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-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "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-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "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", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "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", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "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", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "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-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "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", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "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", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -12406,116 +12346,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" +checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" dependencies = [ "binary-merkle-tree 15.0.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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "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-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", + "pallet-bounties 31.0.0", + "pallet-child-bounties 31.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", "pallet-nis", - "pallet-offences 30.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-offences 31.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", "pallet-society", - "pallet-staking 31.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-staking 32.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", "pallet-tips", - "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", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.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 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", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", - "substrate-wasm-builder 20.0.0", + "substrate-wasm-builder 21.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" +checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "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", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -12800,27 +12740,28 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" dependencies = [ "log", - "sp-core 31.0.0", - "sp-wasm-interface", + "sp-core 32.0.0", + "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", "libp2p", + "linked_hash_set", "log", "multihash 0.18.1", "multihash-codetable", @@ -12830,21 +12771,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" +checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" dependencies = [ "futures", "futures-timer", @@ -12854,36 +12795,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-chain-spec" -version = "30.0.1" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12898,12 +12839,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-genesis-builder 0.11.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] @@ -12920,9 +12861,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12950,21 +12891,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" dependencies = [ "fnv", "futures", @@ -12974,25 +12915,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-statement-store", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" dependencies = [ "hash-db", "kvdb", @@ -13006,20 +12947,20 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -13031,21 +12972,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" +checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ "async-trait", "futures", @@ -13056,26 +12997,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-aura 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" +checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", "fork-tree", @@ -13092,27 +13033,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" +checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" dependencies = [ "futures", "jsonrpsee", @@ -13120,22 +13061,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" +checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13151,17 +13092,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13170,9 +13111,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" +checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" dependencies = [ "futures", "jsonrpsee", @@ -13182,31 +13123,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" +checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13232,25 +13173,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" +checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" dependencies = [ "finality-grandpa", "futures", @@ -13262,16 +13203,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" +checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" dependencies = [ "async-trait", "futures", @@ -13281,21 +13222,21 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "sc-executor" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13303,49 +13244,49 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-io 34.0.0", "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", ] [[package]] name = "sc-executor-wasmtime" -version = "0.32.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" dependencies = [ "anyhow", "cfg-if", @@ -13355,16 +13296,16 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-wasm-interface 21.0.0", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" dependencies = [ "ansi_term", "futures", @@ -13375,29 +13316,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13414,20 +13355,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13454,10 +13395,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13469,9 +13410,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" dependencies = [ "async-channel 1.9.0", "cid", @@ -13483,16 +13424,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13502,15 +13443,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" dependencies = [ "ahash 0.8.11", "futures", @@ -13521,16 +13462,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13543,16 +13484,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13573,12 +13514,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13587,9 +13528,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13601,15 +13542,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" +checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13630,12 +13571,12 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", "threadpool", "tracing", ] @@ -13652,9 +13593,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" dependencies = [ "futures", "jsonrpsee", @@ -13670,24 +13611,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-statement-store", - "sp-version 32.0.0", + "sp-version 33.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13697,18 +13638,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" dependencies = [ "futures", "governor", @@ -13725,9 +13666,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13744,12 +13685,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-stream", @@ -13757,9 +13698,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" dependencies = [ "async-trait", "directories", @@ -13797,20 +13738,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-externalities 0.27.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 29.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", "sp-transaction-storage-proof", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13822,35 +13763,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" +checksum = "4536eb51128eed3d3780f442ca74a4464f26401065bc4cf038609c0f9efeab9c" dependencies = [ "clap", "fs4", "log", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" +checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13862,15 +13803,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" dependencies = [ "derive_more", "futures", @@ -13882,17 +13823,17 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", + "sp-io 34.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" dependencies = [ "chrono", "futures", @@ -13910,9 +13851,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" dependencies = [ "ansi_term", "chrono", @@ -13927,12 +13868,12 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-tracing", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", @@ -13953,9 +13894,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" dependencies = [ "async-trait", "futures", @@ -13968,22 +13909,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing", - "sp-transaction-pool 29.0.0", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", + "sp-transaction-pool 30.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" dependencies = [ "async-trait", "futures", @@ -13991,16 +13932,16 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-utils" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +checksum = "acf1bad736c230f16beb1cf48af9e69564df23b13aca9e5751a61266340b4bb5" dependencies = [ "async-channel 1.9.0", "futures", @@ -14009,7 +13950,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -14428,14 +14369,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -14755,7 +14696,7 @@ dependencies = [ "sp-api-proc-macro 15.0.1", "sp-core 29.0.0", "sp-externalities 0.26.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", "sp-std", @@ -14766,24 +14707,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-api-proc-macro 18.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", "thiserror", ] @@ -14804,9 +14745,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "17.0.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14833,15 +14774,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", ] @@ -14862,10 +14803,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" dependencies = [ + "docify", "integer-sqrt", "num-traits", "parity-scale-codec", @@ -14891,16 +14833,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -14917,48 +14858,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-blockchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" dependencies = [ "async-trait", "futures", "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] @@ -14982,20 +14922,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "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 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15020,22 +14959,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "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 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15061,24 +14999,23 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "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", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15102,21 +15039,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15134,15 +15070,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15182,7 +15117,7 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "ss58-registry", "substrate-bip39 0.4.6", "thiserror", @@ -15193,9 +15128,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" dependencies = [ "array-bytes 6.2.2", "bitflags 1.3.2", @@ -15226,12 +15161,12 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", "sp-std", - "sp-storage", + "sp-storage 21.0.0", "ss58-registry", - "substrate-bip39 0.5.0", + "substrate-bip39 0.6.0", "thiserror", "tracing", "w3f-bls", @@ -15293,19 +15228,18 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage", + "sp-storage 20.0.0", ] [[package]] name = "sp-externalities" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +checksum = "33abaec4be69b1613796bbf430decbbcaaf978756379e2016e683a4d6379cd02" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-storage 21.0.0", ] [[package]] @@ -15322,14 +15256,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" dependencies = [ "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15349,16 +15282,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15382,7 +15314,7 @@ dependencies = [ "sp-runtime-interface 25.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-trie 30.0.0", "tracing", "tracing-core", @@ -15390,27 +15322,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-tracing", - "sp-trie 32.0.0", + "sp-tracing 17.0.0", + "sp-trie 33.0.0", "tracing", "tracing-core", ] @@ -15428,13 +15360,13 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15452,14 +15384,14 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", ] [[package]] @@ -15485,16 +15417,26 @@ dependencies = [ ] [[package]] -name = "sp-mixnet" +name = "sp-metadata-ir" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" dependencies = [ + "frame-metadata", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", +] + +[[package]] +name = "sp-mixnet" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", ] [[package]] @@ -15518,20 +15460,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15552,17 +15493,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15578,13 +15518,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15600,13 +15540,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" dependencies = [ "rustc-hash", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] @@ -15636,9 +15576,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" dependencies = [ "docify", "either", @@ -15651,12 +15591,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -15672,29 +15612,29 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface-proc-macro 17.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", "static_assertions", ] [[package]] name = "sp-runtime-interface" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +checksum = "647db5e1dc481686628b41554e832df6ab400c4b43a6a54e54d3b0a71ca404aa" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.8.0", + "polkavm-derive", "primitive-types", - "sp-externalities 0.27.0", + "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 21.0.0", + "sp-tracing 17.0.0", + "sp-wasm-interface 21.0.0", "static_assertions", ] @@ -15744,18 +15684,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" dependencies = [ "parity-scale-codec", "scale-info", - "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", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -15775,17 +15714,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" +checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15812,9 +15750,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" dependencies = [ "hash-db", "log", @@ -15822,11 +15760,10 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "thiserror", "tracing", "trie-db", @@ -15834,9 +15771,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15846,14 +15783,13 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", ] @@ -15878,6 +15814,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-storage" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", +] + [[package]] name = "sp-timestamp" version = "27.0.0" @@ -15894,15 +15843,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "thiserror", ] @@ -15919,6 +15867,18 @@ dependencies = [ "tracing-subscriber 0.2.25", ] +[[package]] +name = "sp-tracing" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90b3decf116db9f1dfaf1f1597096b043d0e12c952d3bcdc018c6d6b77deec7e" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sp-transaction-pool" version = "27.0.0" @@ -15931,28 +15891,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -15982,9 +15941,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15996,9 +15955,8 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "thiserror", "tracing", "trie-db", @@ -16019,15 +15977,15 @@ dependencies = [ "sp-crypto-hashing-proc-macro", "sp-runtime 32.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 13.0.0", "thiserror", ] [[package]] name = "sp-version" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16035,9 +15993,9 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 14.0.0", "thiserror", ] @@ -16053,6 +16011,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-version-proc-macro" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -16067,6 +16037,19 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b04b919e150b4736d85089d49327eab65507deb1485eec929af69daa2278eb3" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", +] + [[package]] name = "sp-weights" version = "28.0.0" @@ -16085,18 +16068,17 @@ dependencies = [ [[package]] name = "sp-weights" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-debug-derive", - "sp-std", ] [[package]] @@ -16202,16 +16184,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -16236,9 +16218,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16249,7 +16231,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 30.0.0", + "sp-weights 31.0.0", "xcm-procedural", ] @@ -16278,25 +16260,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -16323,24 +16305,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -16411,6 +16393,15 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros 0.26.4", +] + [[package]] name = "strum_macros" version = "0.24.3" @@ -16437,6 +16428,19 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.55", +] + [[package]] name = "substrate-bip39" version = "0.4.6" @@ -16452,9 +16456,9 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16471,22 +16475,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" +checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" dependencies = [ - "frame-system-rpc-runtime-api 29.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -16504,33 +16508,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" +checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" +checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", "trie-db", ] @@ -16555,9 +16559,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" dependencies = [ "build-helper", "cargo_metadata", @@ -16566,7 +16570,7 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sp-maybe-compressed-blob", - "strum 0.24.1", + "strum 0.26.3", "tempfile", "toml 0.8.12", "walkdir", @@ -17107,12 +17111,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" dependencies = [ "coarsetime", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17277,14 +17281,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" +checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.37.0", + "frame-try-runtime 0.38.0", "hex", "log", "parity-scale-codec", @@ -17292,22 +17296,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "sp-transaction-storage-proof", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17938,126 +17942,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" +checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "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", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "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-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "pallet-elections-phragmen", - "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-fast-unstake 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "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-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools-benchmarking 30.0.0", + "pallet-nomination-pools-runtime-api 27.0.0", + "pallet-offences 31.0.0", + "pallet-offences-benchmarking 32.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-session-benchmarking 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-session-benchmarking 32.0.0", "pallet-society", - "pallet-staking 31.0.0", + "pallet-staking 32.0.0", "pallet-staking-reward-curve", - "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", + "pallet-staking-runtime-api 18.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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 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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-npos-elections 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", "westend-runtime-constants", + "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" +checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "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", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -18416,37 +18420,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "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-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-std", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", +] + +[[package]] +name = "xcm-fee-payment-runtime-api" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +dependencies = [ + "frame-support 32.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index db4a9b21..d78f96be 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 = "20.0.0" +substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" # Local @@ -61,113 +61,112 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -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 = "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" +sc-basic-authorship = "0.38.0" +sc-chain-spec = "31.0.0" +sc-cli = "0.40.0" +sc-client-api = "32.0.0" +sc-offchain = "33.0.0" +sc-consensus = "0.37.0" +sc-executor = "0.36.0" +sc-network = "0.38.0" +sc-network-sync = "0.37.0" +sc-rpc = "33.0.0" +sc-service = "0.39.0" +sc-sysinfo = "31.0.0" +sc-telemetry = "18.0.0" +sc-tracing = "32.0.0" +sc-transaction-pool = "32.0.0" +sc-transaction-pool-api = "32.0.0" +frame-benchmarking = { version = "32.0.0", default-features = false } +frame-benchmarking-cli = "36.0.0" +frame-executive = { version = "32.0.0", default-features = false } +frame-support = { version = "32.0.0", default-features = false } +frame-system = { version = "32.0.0", default-features = false } +frame-system-benchmarking = { version = "32.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } +frame-try-runtime = { version = "0.38.0", default-features = false } +pallet-aura = { version = "31.0.0", default-features = false } +pallet-authorship = { version = "32.0.0", default-features = false } +pallet-assets = { version = "33.0.0", default-features = false } +pallet-balances = { version = "33.0.0", default-features = false } +pallet-contracts = { version = "31.0.0", default-features = false } +pallet-message-queue = { version = "35.0.0", default-features = false } +pallet-multisig = { version = "32.0.0", default-features = false } +pallet-nft-fractionalization = { version = "14.0.0", default-features = false } +pallet-nfts = { version = "26.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } +pallet-preimage = { version = "32.0.0", default-features = false } +pallet-proxy = { version = "32.0.0", default-features = false } +pallet-scheduler = { version = "33.0.0", default-features = false } +pallet-session = { version = "32.0.0", default-features = false } +pallet-sudo = { version = "32.0.0", default-features = false } +pallet-timestamp = { version = "31.0.0", default-features = false } +pallet-transaction-payment = { version = "32.0.0", default-features = false } +pallet-transaction-payment-rpc = "34.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } +pallet-utility = { version = "32.0.0", default-features = false } +sp-api = { version = "30.0.0", default-features = false } +sp-authority-discovery = { version = "30.0.0", default-features = false } +sp-block-builder = { version = "30.0.0", default-features = false } +sp-blockchain = "32.0.0" +sp-consensus-aura = { version = "0.36.0", default-features = false } +sp-consensus-babe = { version = "0.36.0", default-features = false } +sp-consensus-beefy = { version = "17.0.0", default-features = false } +sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sp-core = { version = "32.0.0", default-features = false } +sp-keystore = "0.38.0" +sp-io = { version = "34.0.0", default-features = false } +sp-genesis-builder = { version = "0.11.0", default-features = false } +sp-inherents = { version = "30.0.0", default-features = false } +sp-offchain = { version = "30.0.0", default-features = false } +sp-runtime = { version = "35.0.0", default-features = false } +sp-timestamp = "30.0.0" +substrate-frame-rpc-system = "32.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "30.0.0", default-features = false } +sp-session = { version = "31.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "29.0.0", default-features = false } -sp-version = { version = "32.0.0", default-features = false } +sp-transaction-pool = { version = "30.0.0", default-features = false } +sp-version = { version = "33.0.0", default-features = false } # Polkadot -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 } +pallet-xcm = { version = "11.0.0", default-features = false } +polkadot-cli = "11.0.0" +polkadot-parachain-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-parachains = { version = "11.0.0", default-features = false } +polkadot-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-common = { version = "11.0.0", default-features = false } +rococo-runtime-constants = { version = "11.0.0", default-features = false } +rococo-runtime = { version = "11.0.0", default-features = false } +xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -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 = [ +asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } +asset-test-utils = { version = "11.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -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-storage-weight-reclaim = { version = "1.0.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" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" -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" +cumulus-client-cli = "0.11.0" +cumulus-client-collator = "0.11.0" +cumulus-client-consensus-aura = "0.11.0" +cumulus-client-consensus-common = "0.11.0" +cumulus-client-consensus-proposer = "0.11.0" +cumulus-client-service = "0.11.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/Cargo.toml b/runtime/devnet/Cargo.toml index 35183429..13d4fe77 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -225,4 +225,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index b58baf2f..55ab07bd 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -152,6 +152,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 667d4ebd..f0264043 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -415,6 +415,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -456,7 +457,6 @@ impl pallet_aura::Config for Runtime { type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; type AllowMultipleBlocksPerSlot = ConstBool; - #[cfg(feature = "experimental")] type SlotDuration = ConstU64; } @@ -629,7 +629,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d77274ec..1cd8982e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -223,4 +223,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index b58baf2f..55ab07bd 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -152,6 +152,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 5d38a10f..d2e1918b 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -404,6 +404,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -448,7 +449,6 @@ impl pallet_aura::Config for Runtime { // Note: SlotDuration potentially enabled here due to devnet runtime and Rust's feature // unification, requiring the setting of a backwards compatible value. // See https://github.com/paritytech/polkadot-sdk/blob/09df373db9cd5dfed82c5cdb0736d417d54249e6/substrate/frame/aura/src/lib.rs#L262 - #[cfg(feature = "experimental")] type SlotDuration = pallet_aura::MinimumPeriodTimesTwo; } @@ -621,7 +621,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } From f4813dd539e318a4bda3fcf0c1f9c72ba94df34d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 13/80] refactor: remove native executor, add unified host functions --- node/src/command.rs | 16 ++--- node/src/service.rs | 139 ++++++++++++++------------------------------ 2 files changed, 49 insertions(+), 106 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index 27901ef0..f0f1ad25 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -16,7 +16,7 @@ use crate::{ chain_spec, chain_spec::Relay, cli::{Cli, RelayChainCli, Subcommand}, - service::{new_partial, DevnetRuntimeExecutor, TestnetRuntimeExecutor}, + service::new_partial, }; #[derive(Debug, PartialEq)] @@ -158,7 +158,7 @@ macro_rules! construct_async_run { match runner.config().chain_spec.runtime() { Runtime::Devnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -167,7 +167,7 @@ macro_rules! construct_async_run { } Runtime::Testnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -182,15 +182,11 @@ macro_rules! construct_benchmark_partials { ($config:expr, |$partials:ident| $code:expr) => { match $config.chain_spec.runtime() { Runtime::Devnet => { - let $partials = - new_partial::(&$config)?; + let $partials = new_partial::(&$config)?; $code }, Runtime::Testnet => { - let $partials = new_partial::< - pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, - >(&$config)?; + let $partials = new_partial::(&$config)?; $code }, } @@ -349,7 +345,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_devnet::RuntimeApi, - DevnetRuntimeExecutor, >( config, polkadot_config, @@ -367,7 +362,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, >( config, polkadot_config, diff --git a/node/src/service.rs b/node/src/service.rs index 79ea908f..b2d39caf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,7 +13,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -25,10 +26,7 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface}; use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE; use sc_client_api::Backend; use sc_consensus::ImportQueue; -use sc_executor::{ - HeapAllocStrategy, NativeElseWasmExecutor, NativeExecutionDispatch, WasmExecutor, - DEFAULT_HEAP_ALLOC_STRATEGY, -}; +use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY}; use sc_network::NetworkBlock; use sc_network_sync::SyncingService; use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager}; @@ -40,73 +38,37 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -/// Devnet Native executor type. -pub struct DevnetRuntimeExecutor; - -impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = ( - cumulus_client_service::storage_proof_size::HostFunctions, - frame_benchmarking::benchmarking::HostFunctions, - ); - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_devnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_devnet::native_version() - } -} - -/// Testnet Native executor type. -pub struct TestnetRuntimeExecutor; +type ParachainExecutor = WasmExecutor; -impl NativeExecutionDispatch for TestnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_testnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_testnet::native_version() - } -} - -type ParachainExecutor = NativeElseWasmExecutor; - -type ParachainClient = - TFullClient>; +type ParachainClient = TFullClient; type ParachainBackend = TFullBackend; -type ParachainBlockImport = - TParachainBlockImport>, ParachainBackend>; +type ParachainBlockImport = + TParachainBlockImport>, ParachainBackend>; /// Assembly of PartialComponents (enough to run chain ops subcommands) -type Service = PartialComponents< - ParachainClient, +type Service = PartialComponents< + ParachainClient, ParachainBackend, (), sc_consensus::DefaultImportQueue, - sc_transaction_pool::FullPool>, - (ParachainBlockImport, Option, Option), + sc_transaction_pool::FullPool>, + (ParachainBlockImport, Option, Option), >; /// Starts a `ServiceBuilder` for a full service. /// /// Use this macro if you don't actually need the full service, but just the builder in order to /// be able to perform chain operations. -pub fn new_partial( +pub fn new_partial( config: &Configuration, -) -> Result, sc_service::Error> +) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, - Executor: NativeExecutionDispatch + 'static, { let telemetry = config .telemetry_endpoints @@ -123,7 +85,7 @@ where .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ }); - let wasm = WasmExecutor::builder() + let executor = ParachainExecutor::builder() .with_execution_method(config.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) @@ -131,8 +93,6 @@ where .with_runtime_cache_size(config.runtime_cache_size) .build(); - let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); - let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts_record_import::( config, @@ -157,8 +117,7 @@ where client.clone(), ); - let block_import = - ParachainBlockImport::::new(client.clone(), backend.clone()); + let block_import = ParachainBlockImport::::new(client.clone(), backend.clone()); let import_queue = build_import_queue( client.clone(), @@ -184,28 +143,26 @@ where /// /// This is the actual implementation that is abstract over the executor and the runtime api. #[sc_tracing::logging::prefix_logs_with("Parachain")] -async fn start_node_impl( +async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, start_consensus: SC, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, SC: FnOnce( - Arc>, + Arc>, Arc, - ParachainBlockImport, + ParachainBlockImport, Option<&Registry>, Option, &TaskManager, Arc, - Arc>>, + Arc>>, Arc>, KeystorePtr, Duration, @@ -217,7 +174,7 @@ where { let parachain_config = prepare_node_config(parachain_config); - let params = new_partial::(¶chain_config)?; + let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); @@ -384,17 +341,16 @@ where /// Build the import queue for the parachain runtime. #[allow(clippy::type_complexity)] -pub(crate) fn build_import_queue( - client: Arc>, - block_import: ParachainBlockImport, +pub(crate) fn build_import_queue( + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -419,17 +375,15 @@ where } #[allow(clippy::too_many_arguments)] -fn start_consensus( - client: Arc>, +fn start_consensus( + client: Arc>, backend: Arc, - block_import: ParachainBlockImport, + block_import: ParachainBlockImport, prometheus_registry: Option<&Registry>, telemetry: Option, task_manager: &TaskManager, relay_chain_interface: Arc, - transaction_pool: Arc< - sc_transaction_pool::FullPool>, - >, + transaction_pool: Arc>>, sync_oracle: Arc>, keystore: KeystorePtr, relay_chain_slot_duration: Duration, @@ -439,10 +393,8 @@ fn start_consensus( announce_block: Arc>) + Send + Sync>, ) -> Result<(), sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; @@ -497,32 +449,30 @@ where } /// Start a parachain node. -pub async fn start_parachain_node( +pub async fn start_parachain_node( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - Executor: NativeExecutionDispatch + 'static, - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, collator_options, para_id, - start_consensus::, + start_consensus::, hwbench, ) .await } // Trait alias refactored out from above to simplify repeated trait bounds -pub(crate) trait RuntimeApiExt: +pub(crate) trait RuntimeApiExt: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::Metadata + sp_session::SessionKeys @@ -549,7 +499,6 @@ impl< + substrate_frame_rpc_system::AccountNonceApi + cumulus_primitives_aura::AuraUnincludedSegmentApi, RuntimeApi, - Executor, - > RuntimeApiExt for T + > RuntimeApiExt for T { } From 63dd2d87d0dee966f10c185d3294264522bd6ecb Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 14/80] feat: pov claim feature --- Cargo.lock | 14 +++++++------- Cargo.toml | 25 +++++++++++++------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..49989667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] diff --git a/Cargo.toml b/Cargo.toml index d78f96be..bf71f28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,18 +148,19 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.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-storage-weight-reclaim = { version = "1.0.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.11.0" cumulus-client-collator = "0.11.0" From efac88e266a05e9160525d2527b69de1212f978b Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 15/80] chore: upgrade to 1.10.0 --- Cargo.lock | 4341 +++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 25 +- 2 files changed, 3641 insertions(+), 725 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49989667..ae6a8e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,37 @@ dependencies = [ "system-parachains-constants", ] +[[package]] +name = "asset-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +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 10.0.0", + "parity-scale-codec", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "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 = "asset-test-utils" version = "11.0.0" @@ -536,7 +567,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils", + "parachains-runtimes-test-utils 11.0.0", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1143,19 +1174,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1177,35 +1208,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.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 32.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.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 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1230,35 +1261,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.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 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1288,12 +1319,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1332,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.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 33.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.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 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" dependencies = [ "sp-std", ] @@ -1352,6 +1383,18 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1366,38 +1409,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.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 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.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 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2102,11 +2145,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-service 0.39.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2124,13 +2167,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2149,25 +2192,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2188,18 +2231,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2218,7 +2261,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2232,17 +2275,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sp-blockchain", - "sp-consensus", + "sc-client-api 32.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2258,10 +2301,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-relay-chain-interface 0.11.0", + "cumulus-test-relay-sproof-builder 0.11.0", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2282,18 +2325,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-client-api", - "sc-consensus", - "sp-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2313,24 +2356,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2411,6 +2454,42 @@ dependencies = [ "trie-db", ] +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-externalities 0.27.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", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2476,16 +2555,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2508,19 +2587,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.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 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2549,6 +2628,32 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +dependencies = [ + "bounded-collections 0.2.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 34.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2556,9 +2661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2590,6 +2693,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "cumulus-primitives-aura" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +dependencies = [ + "parity-scale-codec", + "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", +] + [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2623,6 +2741,24 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "cumulus-primitives-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2657,6 +2793,22 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2684,6 +2836,17 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +dependencies = [ + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2734,6 +2897,27 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-primitives-utility" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "log", + "pallet-asset-conversion 13.0.0", + "parity-scale-codec", + "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 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2763,23 +2947,42 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2791,10 +2994,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", + "polkadot-overseer 11.0.0", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-state-machine 0.39.0", "thiserror", ] @@ -2808,7 +3011,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -2820,21 +3023,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", + "sc-authority-discovery 0.38.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -2850,18 +3053,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "rand", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", + "sc-service 0.39.0", "schnellru", "serde", "serde_json", @@ -2882,6 +3085,21 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3371,35 +3589,34 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ - "asset-test-utils", - "bp-messages 0.11.0", + "asset-test-utils 10.0.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.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 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sc-consensus-grandpa 0.22.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", ] @@ -3805,6 +4022,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "13.0.0" @@ -3855,6 +4081,32 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +dependencies = [ + "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 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 20.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -3904,17 +4156,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.37.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -3960,6 +4212,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "frame-election-provider-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +dependencies = [ + "frame-election-provider-solution-type", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4110,6 +4380,48 @@ dependencies = [ "tt-call", ] +[[package]] +name = "frame-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +dependencies = [ + "aquamarine 0.5.0", + "array-bytes 6.2.2", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 26.0.1", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-weights 30.0.0", + "static_assertions", + "tt-call", +] + [[package]] name = "frame-support" version = "32.0.0" @@ -4172,6 +4484,26 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "frame-support-procedural" +version = "26.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.1.5", + "expander 2.1.0", + "frame-support-procedural-tools 11.0.1", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.55", +] + [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4261,6 +4593,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "frame-system" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +dependencies = [ + "cfg-if", + "docify", + "frame-support 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-version 32.0.0", + "sp-weights 30.0.0", +] + [[package]] name = "frame-system" version = "32.0.0" @@ -5165,8 +5518,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "asset-test-utils 11.0.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6388,11 +6741,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6409,7 +6762,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -6971,13 +7324,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-conversion" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7022,6 +7393,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-rate" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7057,19 +7444,36 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +dependencies = [ + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", - "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7093,6 +7497,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-assets" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-assets" version = "33.0.0" @@ -7163,6 +7584,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authority-discovery" +version = "31.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7195,6 +7633,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authorship" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7235,6 +7688,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-babe" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "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", +] + [[package]] name = "pallet-babe" version = "32.0.0" @@ -7323,6 +7801,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-balances" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-balances" version = "33.0.0" @@ -7474,85 +7969,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 26.0.0", - "sp-runtime 35.0.0", + "sp-arithmetic 25.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7575,6 +8070,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-broker" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +dependencies = [ + "bitvec", + "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 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-broker" version = "0.10.0" @@ -7654,13 +8167,33 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-collator-selection" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -7747,7 +8280,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.9.1", "scale-info", ] @@ -7830,6 +8363,30 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +dependencies = [ + "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 30.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-arithmetic 25.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", +] + [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -7869,6 +8426,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -7924,6 +8496,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-fast-unstake" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +dependencies = [ + "docify", + "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 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8010,6 +8602,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-identity" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +dependencies = [ + "enumflags2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-identity" version = "32.0.0" @@ -8145,6 +8755,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "pallet-message-queue" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +dependencies = [ + "environmental", + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "pallet-message-queue" version = "35.0.0" @@ -8748,6 +9379,29 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "pallet-session" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "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 32.0.0", +] + [[package]] name = "pallet-session" version = "32.0.0" @@ -8850,6 +9504,30 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-staking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +dependencies = [ + "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 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-staking" version = "32.0.0" @@ -8896,6 +9574,16 @@ dependencies = [ "sp-arithmetic 24.0.0", ] +[[package]] +name = "pallet-staking-reward-fn" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +dependencies = [ + "log", + "sp-arithmetic 25.0.0", +] + [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9019,6 +9707,27 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "pallet-timestamp" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-timestamp 29.0.0", +] + [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9077,6 +9786,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9104,9 +9830,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9157,6 +9883,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-treasury" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9210,6 +9956,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-utility" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-utility" version = "32.0.0" @@ -9243,6 +10006,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-vesting" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-vesting" version = "32.0.0" @@ -9315,6 +10094,30 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "pallet-xcm" +version = "10.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +dependencies = [ + "bounded-collections 0.2.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "pallet-xcm" version = "11.0.0" @@ -9400,6 +10203,26 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "pallet-xcm-bridge-hub-router" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +dependencies = [ + "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 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", +] + [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -9407,7 +10230,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -9454,15 +10276,47 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", + "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 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.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "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-common" +version = "11.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +dependencies = [ + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "log", "pallet-asset-tx-payment 32.0.0", "pallet-assets 33.0.0", "pallet-authorship 32.0.0", @@ -9484,6 +10338,38 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] +[[package]] +name = "parachains-runtimes-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +dependencies = [ + "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 0.10.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 16.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 = "11.0.0" @@ -9494,7 +10380,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.11.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -9987,15 +10873,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10007,12 +10893,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10026,8 +10912,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10036,7 +10922,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10050,17 +10936,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network", + "sc-network 0.38.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10074,15 +10960,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.40.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", + "sc-sysinfo 31.0.0", + "sc-tracing 32.0.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10103,8 +10989,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10113,7 +10999,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10129,6 +11015,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-core-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -10155,17 +11054,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10175,7 +11074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -10191,19 +11090,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", + "sc-network 0.38.0", + "sc-network-common 0.37.0", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10219,15 +11118,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", - "sp-consensus", + "sc-network 0.38.0", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10239,14 +11138,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10263,24 +11162,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10295,15 +11194,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10316,15 +11215,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table", + "polkadot-statement-table 11.0.0", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10339,7 +11238,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "wasm-timer", ] @@ -10354,15 +11253,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10372,12 +11271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", + "polkadot-node-subsystem-types 11.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10390,12 +11289,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10408,14 +11307,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10428,12 +11327,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-inherents 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10446,12 +11345,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10464,13 +11363,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10491,8 +11390,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -10504,7 +11403,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10514,14 +11413,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10539,9 +11438,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.36.0", + "sc-executor-common 0.33.0", + "sc-executor-wasmtime 0.33.1", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -10549,7 +11448,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10559,13 +11458,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sc-network 0.37.0", + "sp-core 31.0.0", + "thiserror", + "tokio", ] [[package]] @@ -10579,14 +11497,34 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "sp-core 32.0.0", "thiserror", "tokio", ] +[[package]] +name = "polkadot-node-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +dependencies = [ + "bs58 0.5.1", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "prioritized-metered-channel", + "sc-cli 0.39.0", + "sc-service 0.38.0", + "sc-tracing 31.0.0", + "substrate-prometheus-endpoint", + "tracing-gum 10.0.0", +] + [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -10600,11 +11538,36 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", + "sc-cli 0.40.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "rand", + "sc-authority-discovery 0.37.0", + "sc-network 0.37.0", + "strum 0.24.1", + "thiserror", + "tracing-gum 10.0.0", ] [[package]] @@ -10621,15 +11584,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.38.0", + "sc-network 0.38.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnorrkel 0.11.4", + "serde", + "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 34.0.0", + "thiserror", + "zstd 0.12.4", ] [[package]] @@ -10662,9 +11649,38 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "polkadot-statement-table 10.0.0", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "smallvec", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", ] [[package]] @@ -10678,18 +11694,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-statement-table 11.0.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -10713,23 +11729,46 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api", + "sc-client-api 32.0.0", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-node-subsystem-types 10.0.0", + "polkadot-primitives 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 10.0.0", ] [[package]] @@ -10743,16 +11782,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10773,6 +11812,24 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "polkadot-parachain-primitives" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +dependencies = [ + "bounded-collections 0.2.0", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "polkadot-parachain-primitives" version = "10.0.0" @@ -10819,6 +11876,34 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.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-primitives" version = "11.0.0" @@ -10857,23 +11942,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 33.0.0", + "sc-rpc-spec-v2 0.38.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -10933,6 +12018,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +dependencies = [ + "bitvec", + "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 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 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "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", +] + [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -10999,6 +12136,20 @@ dependencies = [ "sp-tracing 16.0.0", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-std", + "sp-tracing 16.0.0", +] + [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -11063,6 +12214,56 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-parachains" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "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 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.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-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-runtime-parachains" version = "11.0.0" @@ -11163,49 +12364,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.38.0", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.36.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-service", + "sc-service 0.39.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -11227,7 +12428,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -11245,15 +12446,27 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "tracing-gum 10.0.0", ] [[package]] @@ -11265,7 +12478,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -11277,7 +12490,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -11290,6 +12503,12 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" @@ -11299,13 +12518,34 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "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", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.55", ] [[package]] @@ -11314,7 +12554,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.55", @@ -11322,17 +12562,27 @@ dependencies = [ [[package]] name = "polkavm-derive-impl-macro" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.8.0", "syn 2.0.55", ] [[package]] -name = "polkavm-linker" -version = "0.9.2" +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.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ @@ -11340,7 +12590,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11417,10 +12667,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-relay-chain-interface 0.10.0", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -11434,26 +12684,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -11483,7 +12733,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -11497,13 +12747,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.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-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11520,7 +12770,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11537,7 +12787,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11558,7 +12808,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -11571,12 +12821,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.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 32.0.0", @@ -11593,7 +12843,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11610,7 +12860,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11631,7 +12881,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12738,6 +13988,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +dependencies = [ + "log", + "sp-core 31.0.0", + "sp-wasm-interface 20.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "27.0.0" @@ -12750,6 +14012,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-authority-discovery" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash 0.18.1", + "multihash-codetable", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "rand", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -12769,11 +14061,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api", - "sc-network", + "sc-client-api 32.0.0", + "sc-network 0.38.0", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12791,19 +14083,35 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.37.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-block-builder" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +dependencies = [ + "parity-scale-codec", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-blockchain 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-block-builder" version = "0.37.0" @@ -12813,13 +14121,40 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] +[[package]] +name = "sc-chain-spec" +version = "30.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +dependencies = [ + "array-bytes 6.2.2", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api 31.0.0", + "sc-executor 0.35.0", + "sc-network 0.37.0", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", +] + [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -12832,13 +14167,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-telemetry 18.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -12859,6 +14194,48 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-cli" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +dependencies = [ + "array-bytes 6.2.2", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand", + "regex", + "rpassword", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-keystore 28.0.0", + "sc-mixnet 0.7.0", + "sc-network 0.37.0", + "sc-service 0.38.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-panic-handler", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", +] + [[package]] name = "sc-cli" version = "0.40.0" @@ -12879,18 +14256,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-keystore 29.0.0", + "sc-mixnet 0.8.0", + "sc-network 0.38.0", + "sc-service 0.39.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -12901,6 +14278,34 @@ dependencies = [ "tokio", ] +[[package]] +name = "sc-client-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +dependencies = [ + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.35.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-database", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-statement-store 13.0.0", + "sp-storage 20.0.0", + "sp-trie 32.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-client-api" version = "32.0.0" @@ -12912,23 +14317,50 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", + "sc-executor 0.36.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-client-db" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-state-db 0.33.0", + "schnellru", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-client-db" version = "0.39.0" @@ -12944,11 +14376,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 32.0.0", + "sc-state-db 0.34.0", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -12956,6 +14388,32 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "sc-consensus" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.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" version = "0.37.0" @@ -12969,12 +14427,12 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -12992,16 +14450,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13019,7 +14477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "log", "num-bigint", @@ -13027,17 +14485,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13059,12 +14517,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -13086,17 +14544,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13121,7 +14579,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 33.0.0", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -13135,14 +14593,58 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-consensus-grandpa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +dependencies = [ + "ahash 0.8.11", + "array-bytes 6.2.2", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-gossip 0.37.0", + "sc-network-sync 0.36.0", + "sc-telemetry 17.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -13154,30 +14656,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13198,11 +14700,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", + "sc-client-api 32.0.0", + "sc-consensus-grandpa 0.23.0", + "sc-rpc 33.0.0", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -13219,12 +14721,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-telemetry 18.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -13232,6 +14734,30 @@ dependencies = [ "sp-state-machine 0.39.0", ] +[[package]] +name = "sc-executor" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.32.0", + "sc-executor-polkavm 0.29.0", + "sc-executor-wasmtime 0.32.0", + "schnellru", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-io 33.0.0", + "sp-panic-handler", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "sp-wasm-interface 20.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.36.0" @@ -13240,9 +14766,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -13256,6 +14782,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +dependencies = [ + "polkavm", + "sc-allocator 26.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.33.0" @@ -13263,13 +14803,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 27.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "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 0.32.0", + "sp-wasm-interface 20.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -13278,10 +14830,29 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.33.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 26.0.0", + "sc-executor-common 0.32.0", + "sp-runtime-interface 26.0.0", + "sp-wasm-interface 20.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -13294,13 +14865,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] +[[package]] +name = "sc-informant" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-informant" version = "0.37.0" @@ -13311,29 +14900,74 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "thiserror", +] + +[[package]] +name = "sc-keystore" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +dependencies = [ + "array-bytes 6.2.2", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-mixnet 0.7.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-mixnet" version = "0.8.0" @@ -13352,18 +14986,62 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet", + "sp-mixnet 0.8.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand", + "sc-client-api 31.0.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.38.0" @@ -13389,14 +15067,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -13408,6 +15086,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-bitswap" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", + "thiserror", + "unsigned-varint", +] + [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -13421,14 +15120,32 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.36.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-network-common" version = "0.37.0" @@ -13441,12 +15158,32 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-network-gossip" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +dependencies = [ + "ahash 0.8.11", + "futures", + "futures-timer", + "libp2p", + "log", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "schnellru", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -13458,15 +15195,37 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-network-light" version = "0.37.0" @@ -13481,14 +15240,51 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network-sync" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-network-sync" version = "0.37.0" @@ -13498,7 +15294,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "libp2p", @@ -13507,16 +15303,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -13526,6 +15322,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-network-transactions" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sc-utils 16.0.0", + "sp-consensus 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -13537,11 +15353,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", + "sp-consensus 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -13566,11 +15382,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -13591,6 +15407,39 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-rpc" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-mixnet 0.7.0", + "sc-rpc-api 0.36.0", + "sc-tracing 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-statement-store 13.0.0", + "sp-version 32.0.0", + "tokio", +] + [[package]] name = "sc-rpc" version = "33.0.0" @@ -13602,28 +15451,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-mixnet 0.8.0", + "sc-rpc-api 0.37.0", + "sc-tracing 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-version 33.0.0", "tokio", ] +[[package]] +name = "sc-rpc-api" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec 30.0.1", + "sc-mixnet 0.7.0", + "sc-transaction-pool-api 31.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -13632,19 +15502,38 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 31.0.0", + "sc-mixnet 0.8.0", + "sc-transaction-pool-api 32.0.0", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] +[[package]] +name = "sc-rpc-server" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +dependencies = [ + "futures", + "governor", + "http", + "hyper", + "jsonrpsee", + "log", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", +] + [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -13664,6 +15553,38 @@ dependencies = [ "tower-http", ] +[[package]] +name = "sc-rpc-spec-v2" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-rpc 32.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -13679,16 +15600,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-rpc 33.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", @@ -13696,6 +15617,71 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-service" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-consensus 0.36.0", + "sc-executor 0.35.0", + "sc-informant 0.36.0", + "sc-keystore 28.0.0", + "sc-network 0.37.0", + "sc-network-bitswap 0.36.0", + "sc-network-common 0.36.0", + "sc-network-light 0.36.0", + "sc-network-sync 0.36.0", + "sc-network-transactions 0.36.0", + "sc-rpc 32.0.0", + "sc-rpc-server 14.0.0", + "sc-rpc-spec-v2 0.37.0", + "sc-sysinfo 30.0.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-transaction-pool 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "schnellru", + "serde", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", + "sp-storage 20.0.0", + "sp-transaction-pool 29.0.0", + "sp-transaction-storage-proof 29.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + [[package]] name = "sc-service" version = "0.39.0" @@ -13713,34 +15699,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-informant 0.37.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-bitswap 0.37.0", + "sc-network-common 0.37.0", + "sc-network-light 0.37.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-rpc-server 15.0.0", + "sc-rpc-spec-v2 0.38.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -13749,7 +15735,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -13761,6 +15747,18 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "sc-state-db" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", +] + [[package]] name = "sc-state-db" version = "0.34.0" @@ -13795,16 +15793,38 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", + "serde", + "serde_json", + "sp-blockchain 32.0.0", + "sp-runtime 35.0.0", + "thiserror", +] + +[[package]] +name = "sc-sysinfo" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand", + "rand_pcg", + "regex", + "sc-telemetry 17.0.0", "serde", "serde_json", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-std", ] [[package]] @@ -13820,7 +15840,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 18.0.0", "serde", "serde_json", "sp-core 32.0.0", @@ -13829,6 +15849,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sc-telemetry" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-utils 16.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "18.0.0" @@ -13842,13 +15882,44 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils", + "sc-utils 17.0.0", "serde", "serde_json", "thiserror", "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +dependencies = [ + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 31.0.0", + "sc-tracing-proc-macro", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing" version = "32.0.0" @@ -13865,13 +15936,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", + "sc-client-api 32.0.0", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -13892,6 +15963,34 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-transaction-pool" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "sp-transaction-pool 29.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -13905,12 +16004,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -13920,6 +16019,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -13931,12 +16047,28 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-utils" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 25.0.0", +] + [[package]] name = "sc-utils" version = "17.0.0" @@ -14367,6 +16499,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "slot-range-helper" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "slot-range-helper" version = "11.0.0" @@ -14705,6 +16850,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "30.0.0" @@ -14743,6 +16911,21 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-api-proc-macro" +version = "17.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.1.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -14772,6 +16955,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -14801,6 +16998,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -14831,6 +17043,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-authority-discovery" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -14856,6 +17082,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-block-builder" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +dependencies = [ + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-block-builder" version = "30.0.0" @@ -14867,6 +17105,25 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-blockchain" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-blockchain" version = "32.0.0" @@ -14879,13 +17136,29 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] +[[package]] +name = "sp-consensus" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-consensus" version = "0.36.0" @@ -14920,6 +17193,24 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-aura" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "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 29.0.0", +] + [[package]] name = "sp-consensus-aura" version = "0.36.0" @@ -14957,6 +17248,26 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-babe" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "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 29.0.0", +] + [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -14997,6 +17308,28 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-beefy" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "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", +] + [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -15037,6 +17370,25 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-consensus-grandpa" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "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", +] + [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -15068,6 +17420,19 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-slots" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -15126,6 +17491,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +dependencies = [ + "array-bytes 6.2.2", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "ss58-registry", + "substrate-bip39 0.5.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "32.0.0" @@ -15231,6 +17643,18 @@ dependencies = [ "sp-storage 20.0.0", ] +[[package]] +name = "sp-externalities" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 20.0.0", +] + [[package]] name = "sp-externalities" version = "0.28.0" @@ -15254,6 +17678,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-genesis-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +dependencies = [ + "serde_json", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -15280,6 +17716,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-inherents" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-inherents" version = "30.0.0" @@ -15320,6 +17771,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive 0.9.1", + "rustversion", + "secp256k1", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-trie 32.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "34.0.0" @@ -15331,7 +17809,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -15358,6 +17836,17 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-keyring" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +dependencies = [ + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "strum 0.24.1", +] + [[package]] name = "sp-keyring" version = "35.0.0" @@ -15382,6 +17871,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", +] + [[package]] name = "sp-keystore" version = "0.38.0" @@ -15427,6 +17928,19 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-std", +] + [[package]] name = "sp-mixnet" version = "0.8.0" @@ -15458,6 +17972,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-mmr-primitives" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +dependencies = [ + "ckb-merkle-mountain-range", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-debug-derive", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -15491,6 +18024,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-npos-elections" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -15516,6 +18064,17 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-offchain" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +dependencies = [ + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-offchain" version = "30.0.0" @@ -15538,6 +18097,17 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-rpc" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 31.0.0", +] + [[package]] name = "sp-rpc" version = "30.0.0" @@ -15574,6 +18144,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "sp-runtime" version = "35.0.0" @@ -15618,6 +18213,26 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive 0.8.0", + "primitive-types", + "sp-externalities 0.27.0", + "sp-runtime-interface-proc-macro 18.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "27.0.0" @@ -15627,7 +18242,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15682,6 +18297,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-session" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +dependencies = [ + "parity-scale-codec", + "scale-info", + "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", +] + [[package]] name = "sp-session" version = "31.0.0" @@ -15701,14 +18332,29 @@ dependencies = [ name = "sp-staking" version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 29.0.0", + "sp-runtime 32.0.0", + "sp-std", +] + +[[package]] +name = "sp-staking" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15748,6 +18394,28 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-state-machine" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "smallvec", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-panic-handler", + "sp-std", + "sp-trie 32.0.0", + "thiserror", + "tracing", + "trie-db", +] + [[package]] name = "sp-state-machine" version = "0.39.0" @@ -15769,6 +18437,32 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-statement-store" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +dependencies = [ + "aes-gcm", + "curve25519-dalek 4.1.2", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand", + "scale-info", + "sha2 0.10.8", + "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 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "thiserror", + "x25519-dalek 2.0.1", +] + [[package]] name = "sp-statement-store" version = "14.0.0" @@ -15841,6 +18535,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-timestamp" version = "30.0.0" @@ -15889,6 +18597,16 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-transaction-pool" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +dependencies = [ + "sp-api 29.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -15899,6 +18617,22 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-transaction-storage-proof" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -15939,6 +18673,31 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "scale-info", + "schnellru", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-trie" version = "33.0.0" @@ -15981,6 +18740,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 34.0.0", + "sp-std", + "sp-version-proc-macro 13.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "33.0.0" @@ -16066,6 +18843,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-weights" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +dependencies = [ + "bounded-collections 0.2.0", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -16182,6 +18975,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "staging-parachain-info" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -16216,6 +19024,25 @@ dependencies = [ "xcm-procedural", ] +[[package]] +name = "staging-xcm" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +dependencies = [ + "array-bytes 6.2.2", + "bounded-collections 0.2.0", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 30.0.0", + "xcm-procedural", +] + [[package]] name = "staging-xcm" version = "11.0.0" @@ -16258,6 +19085,29 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "staging-xcm-builder" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -16303,6 +19153,28 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "staging-xcm-executor" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +dependencies = [ + "environmental", + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -16454,6 +19326,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-bip39" version = "0.6.0" @@ -16484,11 +19369,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", + "sc-rpc-api 0.37.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -16515,7 +19400,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-runtime 35.0.0", ] @@ -16528,8 +19413,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -16557,6 +19442,26 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substrate-wasm-builder" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "parity-wasm", + "polkavm-linker", + "sp-maybe-compressed-blob", + "strum 0.24.1", + "tempfile", + "toml 0.8.12", + "walkdir", + "wasm-opt", +] + [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -17109,6 +20014,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +dependencies = [ + "coarsetime", + "polkadot-primitives 10.0.0", + "tracing", + "tracing-gum-proc-macro", +] + [[package]] name = "tracing-gum" version = "11.0.0" @@ -17292,8 +20209,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.40.0", + "sc-executor 0.36.0", "serde", "serde_json", "sp-api 30.0.0", @@ -17305,11 +20222,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -18420,37 +21337,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.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 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.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 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.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 31.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-tracing 16.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bf71f28e..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,19 +148,18 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -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-storage-weight-reclaim = { version = "1.0.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" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From c2ec0e0aed3f380eb3bf4669071d2aca06185692 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:40:27 +0700 Subject: [PATCH 16/80] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..0a44e735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From c2fe9b3741ca5ea18007c5fc24a766962b5ef18c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:45:52 +0700 Subject: [PATCH 17/80] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,37 +517,6 @@ dependencies = [ "system-parachains-constants", ] -[[package]] -name = "asset-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -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 10.0.0", - "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "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 = "asset-test-utils" version = "11.0.0" @@ -567,7 +536,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils 11.0.0", + "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1174,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1208,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1261,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1319,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1332,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1383,18 +1352,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1409,38 +1366,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2145,11 +2102,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-service 0.39.0", - "sp-blockchain 32.0.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2167,13 +2124,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2192,25 +2149,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2231,18 +2188,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2261,7 +2218,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2275,17 +2232,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2301,10 +2258,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2325,18 +2282,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2356,24 +2313,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2454,42 +2411,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.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", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2555,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2587,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2628,32 +2549,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" -dependencies = [ - "bounded-collections 0.2.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 34.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2661,7 +2556,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2693,21 +2590,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-aura" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" -dependencies = [ - "parity-scale-codec", - "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", -] - [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2741,24 +2623,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2793,22 +2657,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2836,17 +2684,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" -dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2860,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2897,27 +2734,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-primitives-utility" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "log", - "pallet-asset-conversion 13.0.0", - "parity-scale-codec", - "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 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2947,42 +2763,23 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2994,10 +2791,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 11.0.0", - "sc-client-api 32.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-state-machine 0.39.0", "thiserror", ] @@ -3011,7 +2808,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -3023,21 +2820,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery 0.38.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -3053,18 +2850,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "rand", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", - "sc-service 0.39.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3085,21 +2882,6 @@ dependencies = [ "url", ] -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3589,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ - "asset-test-utils 10.0.0", - "bp-messages 0.10.0", + "asset-test-utils", + "bp-messages 0.11.0", "bridge-runtime-common", - "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", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sc-consensus-grandpa 0.22.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", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sc-consensus-grandpa", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -4022,15 +3805,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "13.0.0" @@ -4081,32 +3855,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "frame-benchmarking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" -dependencies = [ - "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 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 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -4156,17 +3904,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.37.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -4212,24 +3960,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "frame-election-provider-support" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4382,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4392,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4403,51 +4133,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-weights 30.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder 0.11.0", @@ -4484,26 +4172,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "frame-support-procedural" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.55", -] - [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4593,27 +4261,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "frame-system" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" -dependencies = [ - "cfg-if", - "docify", - "frame-support 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", -] - [[package]] name = "frame-system" version = "32.0.0" @@ -5518,8 +5165,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils 11.0.0", - "cumulus-primitives-core 0.10.0", + "asset-test-utils", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6741,11 +6388,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6762,7 +6409,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -7324,31 +6971,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-conversion" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7393,22 +7022,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-rate" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7444,36 +7057,19 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" -dependencies = [ - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", + "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7497,23 +7093,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-assets" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-assets" version = "33.0.0" @@ -7584,23 +7163,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authority-discovery" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7633,21 +7195,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authorship" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7688,31 +7235,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-babe" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "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", -] - [[package]] name = "pallet-babe" version = "32.0.0" @@ -7801,23 +7323,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-balances" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-balances" version = "33.0.0" @@ -7969,85 +7474,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "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", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "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", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8070,24 +7575,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-broker" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" -dependencies = [ - "bitvec", - "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 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-broker" version = "0.10.0" @@ -8167,33 +7654,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-collator-selection" -version = "12.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -8280,7 +7747,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.9.1", + "polkavm-derive", "scale-info", ] @@ -8363,30 +7830,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" -dependencies = [ - "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 30.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 25.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", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -8426,21 +7869,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -8496,26 +7924,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-fast-unstake" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" -dependencies = [ - "docify", - "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 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8602,24 +8010,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-identity" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" -dependencies = [ - "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-identity" version = "32.0.0" @@ -8757,30 +8147,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" -dependencies = [ - "environmental", - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "pallet-message-queue" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", "frame-benchmarking 32.0.0", @@ -9379,29 +8748,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "pallet-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "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 32.0.0", -] - [[package]] name = "pallet-session" version = "32.0.0" @@ -9504,30 +8850,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-staking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" -dependencies = [ - "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 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-staking" version = "32.0.0" @@ -9574,16 +8896,6 @@ dependencies = [ "sp-arithmetic 24.0.0", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" -dependencies = [ - "log", - "sp-arithmetic 25.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9707,27 +9019,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "pallet-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 29.0.0", -] - [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9786,23 +9077,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-transaction-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9830,9 +9104,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9883,26 +9157,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-treasury" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9956,23 +9210,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-utility" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-utility" version = "32.0.0" @@ -10006,22 +9243,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-vesting" version = "32.0.0" @@ -10094,30 +9315,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "pallet-xcm" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "pallet-xcm" version = "11.0.0" @@ -10203,26 +9400,6 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" -dependencies = [ - "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 31.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", -] - [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -10230,6 +9407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -10274,38 +9452,6 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] -[[package]] -name = "parachains-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" -dependencies = [ - "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 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.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "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-common" version = "11.0.0" @@ -10338,38 +9484,6 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] -[[package]] -name = "parachains-runtimes-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" -dependencies = [ - "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 0.10.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 16.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 = "11.0.0" @@ -10380,7 +9494,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-test-relay-sproof-builder", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -10873,15 +9987,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10893,12 +10007,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10912,8 +10026,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10922,7 +10036,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10936,17 +10050,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network 0.38.0", + "sc-network", "schnellru", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10960,15 +10074,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.40.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 31.0.0", - "sc-tracing 32.0.0", + "sc-sysinfo", + "sc-tracing", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10989,8 +10103,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10999,7 +10113,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11015,19 +10129,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -11054,17 +10155,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11074,7 +10175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -11090,19 +10191,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network 0.38.0", - "sc-network-common 0.37.0", + "sc-network", + "sc-network-common", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11118,15 +10219,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", - "sp-consensus 0.36.0", + "sc-network", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11138,14 +10239,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11162,24 +10263,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11194,15 +10295,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11215,15 +10316,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11238,7 +10339,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "wasm-timer", ] @@ -11253,15 +10354,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11271,12 +10372,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "sc-client-api 32.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11289,12 +10390,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11307,14 +10408,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11327,12 +10428,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-inherents 30.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11345,12 +10446,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11363,13 +10464,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11390,8 +10491,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -11403,7 +10504,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11413,14 +10514,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11438,9 +10539,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor 0.36.0", - "sc-executor-common 0.33.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -11448,7 +10549,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11458,32 +10559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sc-network 0.37.0", - "sp-core 31.0.0", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -11497,34 +10579,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "sp-core 32.0.0", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "prioritized-metered-channel", - "sc-cli 0.39.0", - "sc-service 0.38.0", - "sc-tracing 31.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 10.0.0", -] - [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -11538,36 +10600,11 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli 0.40.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "rand", - "sc-authority-discovery 0.37.0", - "sc-network 0.37.0", - "strum 0.24.1", - "thiserror", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11584,39 +10621,15 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery 0.38.0", - "sc-network 0.38.0", + "sc-authority-discovery", + "sc-network", "strum 0.26.3", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "schnorrkel 0.11.4", - "serde", - "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 34.0.0", - "thiserror", - "zstd 0.12.4", + "tracing-gum", ] [[package]] @@ -11649,38 +10662,9 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger 11.0.0", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" -dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "polkadot-statement-table 10.0.0", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -11694,18 +10678,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -11729,46 +10713,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 32.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "parking_lot 0.12.1", - "polkadot-node-metrics 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-node-subsystem-types 10.0.0", - "polkadot-primitives 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "tikv-jemalloc-ctl", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11782,16 +10743,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11814,38 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-std", - "sp-weights 31.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -11876,34 +10819,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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-primitives" version = "11.0.0" @@ -11942,23 +10857,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 33.0.0", - "sc-rpc-spec-v2 0.38.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 32.0.0", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12018,58 +10933,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" -dependencies = [ - "bitvec", - "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 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 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "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", -] - [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -12136,20 +10999,6 @@ dependencies = [ "sp-tracing 16.0.0", ] -[[package]] -name = "polkadot-runtime-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" -dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -12214,56 +11063,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "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 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.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-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-runtime-parachains" version = "11.0.0" @@ -12364,49 +11163,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.38.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.36.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-service 0.39.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -12428,7 +11227,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -12446,27 +11245,15 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -12478,7 +11265,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -12490,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -12503,12 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -12518,34 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "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]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -12554,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "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", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -12590,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -12667,10 +11417,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-relay-chain-interface 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-relay-chain-interface", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -12684,26 +11434,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -12733,7 +11483,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -12747,13 +11497,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.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-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12770,7 +11520,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12787,7 +11537,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12808,7 +11558,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12821,12 +11571,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.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", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12843,7 +11593,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12860,7 +11610,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12881,7 +11631,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -13988,18 +12738,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" -dependencies = [ - "log", - "sp-core 31.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "27.0.0" @@ -14012,36 +12750,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-authority-discovery" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "multihash 0.18.1", - "multihash-codetable", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "rand", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -14061,11 +12769,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", + "sc-client-api", + "sc-network", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -14083,35 +12791,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" -dependencies = [ - "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-blockchain 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-block-builder" version = "0.37.0" @@ -14121,40 +12813,13 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] -[[package]] -name = "sc-chain-spec" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 31.0.0", - "sc-executor 0.35.0", - "sc-network 0.37.0", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", -] - [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -14167,13 +12832,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -14194,48 +12859,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-cli" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-keystore 28.0.0", - "sc-mixnet 0.7.0", - "sc-network 0.37.0", - "sc-service 0.38.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", -] - [[package]] name = "sc-cli" version = "0.40.0" @@ -14256,18 +12879,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -14278,34 +12901,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "sc-client-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.35.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-statement-store 13.0.0", - "sp-storage 20.0.0", - "sp-trie 32.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "32.0.0" @@ -14317,50 +12912,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-state-db 0.33.0", - "schnellru", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-client-db" version = "0.39.0" @@ -14376,11 +12944,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -14390,9 +12958,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -14401,48 +12969,22 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-utils 16.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.38.0" +name = "sc-consensus-aura" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ @@ -14450,16 +12992,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14477,7 +13019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -14485,17 +13027,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14517,12 +13059,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -14544,17 +13086,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-utils", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14579,7 +13121,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc 33.0.0", + "sc-rpc", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -14593,58 +13135,14 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-consensus-grandpa" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" -dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-gossip 0.37.0", - "sc-network-sync 0.36.0", - "sc-telemetry 17.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -14656,30 +13154,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14700,11 +13198,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus-grandpa 0.23.0", - "sc-rpc 33.0.0", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -14721,12 +13219,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -14734,30 +13232,6 @@ dependencies = [ "sp-state-machine 0.39.0", ] -[[package]] -name = "sc-executor" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.32.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.32.0", - "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.36.0" @@ -14766,9 +13240,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -14782,20 +13256,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" -dependencies = [ - "polkavm", - "sc-allocator 26.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.33.0" @@ -14803,25 +13263,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "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 0.32.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -14830,29 +13278,10 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common 0.33.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 26.0.0", - "sc-executor-common 0.32.0", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -14865,31 +13294,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] -[[package]] -name = "sc-informant" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-informant" version = "0.37.0" @@ -14900,29 +13311,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-keystore" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "thiserror", -] - [[package]] name = "sc-keystore" version = "29.0.0" @@ -14938,36 +13334,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-mixnet 0.7.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.8.0" @@ -14986,62 +13352,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", + "sp-mixnet", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 31.0.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network" version = "0.38.0" @@ -15067,14 +13389,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -15086,27 +13408,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -15120,32 +13421,14 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-common" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.36.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-network-common" version = "0.37.0" @@ -15158,32 +13441,12 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-consensus", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-network-gossip" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" -dependencies = [ - "ahash 0.8.11", - "futures", - "futures-timer", - "libp2p", - "log", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "schnellru", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -15195,37 +13458,15 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.37.0" @@ -15240,51 +13481,14 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network-sync" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-sync" version = "0.37.0" @@ -15294,7 +13498,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", @@ -15303,16 +13507,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -15322,26 +13526,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-transactions" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sc-utils 16.0.0", - "sp-consensus 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -15353,11 +13537,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -15382,11 +13566,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -15407,39 +13591,6 @@ dependencies = [ "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-mixnet 0.7.0", - "sc-rpc-api 0.36.0", - "sc-tracing 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-statement-store 13.0.0", - "sp-version 32.0.0", - "tokio", -] - [[package]] name = "sc-rpc" version = "33.0.0" @@ -15451,49 +13602,28 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-version 33.0.0", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 30.0.1", - "sc-mixnet 0.7.0", - "sc-transaction-pool-api 31.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -15502,38 +13632,19 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" -dependencies = [ - "futures", - "governor", - "http", - "hyper", - "jsonrpsee", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -15553,38 +13664,6 @@ dependencies = [ "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-rpc 32.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -15593,93 +13672,28 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-service" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", + "futures-util", + "hex", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project", "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-consensus 0.36.0", - "sc-executor 0.35.0", - "sc-informant 0.36.0", - "sc-keystore 28.0.0", - "sc-network 0.37.0", - "sc-network-bitswap 0.36.0", - "sc-network-common 0.36.0", - "sc-network-light 0.36.0", - "sc-network-sync 0.36.0", - "sc-network-transactions 0.36.0", - "sc-rpc 32.0.0", - "sc-rpc-server 14.0.0", - "sc-rpc-spec-v2 0.37.0", - "sc-sysinfo 30.0.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-transaction-pool 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "schnellru", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", "serde", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage 20.0.0", - "sp-transaction-pool 29.0.0", - "sp-transaction-storage-proof 29.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", + "sp-api 30.0.0", + "sp-blockchain", + "sp-core 32.0.0", + "sp-rpc", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", - "tracing", - "tracing-futures", + "tokio-stream", ] [[package]] @@ -15699,34 +13713,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -15735,7 +13749,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -15747,18 +13761,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", -] - [[package]] name = "sc-state-db" version = "0.34.0" @@ -15793,40 +13795,18 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-sysinfo" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -15840,7 +13820,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 18.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 32.0.0", @@ -15849,26 +13829,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sc-telemetry" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand", - "sc-utils 16.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-telemetry" version = "18.0.0" @@ -15882,44 +13842,13 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 31.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sc-tracing" version = "32.0.0" @@ -15936,13 +13865,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 32.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -15963,34 +13892,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-transaction-pool" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 29.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -16004,12 +13905,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -16019,23 +13920,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -16047,28 +13931,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-utils" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 25.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -16499,19 +14367,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "11.0.0" @@ -16850,29 +14705,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "30.0.0" @@ -16911,21 +14743,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sp-api-proc-macro" -version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 2.1.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -16955,20 +14772,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -16998,21 +14801,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -17043,20 +14831,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-authority-discovery" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -17082,18 +14856,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-block-builder" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" -dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-block-builder" version = "30.0.0" @@ -17105,25 +14867,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-blockchain" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "32.0.0" @@ -17136,29 +14879,13 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.36.0" @@ -17184,31 +14911,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "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-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 27.0.0", ] [[package]] @@ -17248,26 +14957,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-babe" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "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 29.0.0", -] - [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -17308,28 +14997,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-consensus-beefy" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "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", -] - [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -17370,25 +15037,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-consensus-grandpa" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "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", -] - [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -17420,19 +15068,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -17491,53 +15126,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.5.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "32.0.0" @@ -17643,18 +15231,6 @@ dependencies = [ "sp-storage 20.0.0", ] -[[package]] -name = "sp-externalities" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.28.0" @@ -17678,18 +15254,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-genesis-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" -dependencies = [ - "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -17716,21 +15280,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "30.0.0" @@ -17771,33 +15320,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 32.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "34.0.0" @@ -17809,7 +15331,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -17836,17 +15358,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" -dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "35.0.0" @@ -17871,18 +15382,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", -] - [[package]] name = "sp-keystore" version = "0.38.0" @@ -17928,19 +15427,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", -] - [[package]] name = "sp-mixnet" version = "0.8.0" @@ -17972,25 +15458,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-mmr-primitives" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -18024,21 +15491,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-npos-elections" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -18064,17 +15516,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-offchain" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" -dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-offchain" version = "30.0.0" @@ -18097,17 +15538,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 31.0.0", -] - [[package]] name = "sp-rpc" version = "30.0.0" @@ -18144,31 +15574,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", - "sp-weights 30.0.0", -] - [[package]] name = "sp-runtime" version = "35.0.0" @@ -18205,27 +15610,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.8.0", - "primitive-types", - "sp-externalities 0.27.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std", "sp-storage 20.0.0", "sp-tracing 16.0.0", @@ -18242,7 +15627,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -18297,22 +15682,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-session" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" -dependencies = [ - "parity-scale-codec", - "scale-info", - "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", -] - [[package]] name = "sp-session" version = "31.0.0" @@ -18343,21 +15712,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-staking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-staking" version = "30.0.0" @@ -18394,28 +15748,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.39.0" @@ -18437,32 +15769,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "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 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "14.0.0" @@ -18535,20 +15841,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "30.0.0" @@ -18597,16 +15889,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" -dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -18617,22 +15899,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -18673,31 +15939,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "33.0.0" @@ -18740,24 +15981,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "33.0.0" @@ -18843,22 +16066,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-weights" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -18975,21 +16182,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "staging-parachain-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -19024,25 +16216,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 30.0.0", - "xcm-procedural", -] - [[package]] name = "staging-xcm" version = "11.0.0" @@ -19085,29 +16258,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "staging-xcm-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -19153,28 +16303,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "staging-xcm-executor" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" -dependencies = [ - "environmental", - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -19326,19 +16454,6 @@ 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-bip39" version = "0.6.0" @@ -19369,11 +16484,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.37.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -19400,7 +16515,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-runtime 35.0.0", ] @@ -19413,8 +16528,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -19442,26 +16557,6 @@ dependencies = [ "wasm-opt", ] -[[package]] -name = "substrate-wasm-builder" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -20014,18 +17109,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" -dependencies = [ - "coarsetime", - "polkadot-primitives 10.0.0", - "tracing", - "tracing-gum-proc-macro", -] - [[package]] name = "tracing-gum" version = "11.0.0" @@ -20209,8 +17292,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", "sp-api 30.0.0", @@ -20222,11 +17305,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -21337,37 +18420,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "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 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-test-relay-sproof-builder", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing 16.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] From 1bdc5b838ccb8cf9205f16ab36d63cf2f5bee855 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 18/80] fix: undo benchmarking host functions removal --- node/src/service.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index b2d39caf..36a1fa6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,8 +13,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -38,7 +37,12 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type ParachainExecutor = WasmExecutor; +type HostFunctions = ( + cumulus_client_service::ParachainHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); + +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From f7b5b53eff3732572ba125ff021c2be57df5bad5 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:33:10 +0700 Subject: [PATCH 19/80] fix: remove pov reclaim from testnet --- runtime/testnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 5d38a10f..36e5f710 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 06fbb928ceca6446ee91ba331e4273ff2c21f05d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:35:27 +0700 Subject: [PATCH 20/80] fix: remove signed extra --- runtime/testnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d2e1918b..d566bb5f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 76b07128ae0ca1f0474288e70462919454bc4a1e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:00:28 +0700 Subject: [PATCH 21/80] feat: update the authoring duration --- node/src/command.rs | 5 ++--- node/src/service.rs | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index f0f1ad25..e7be989e 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -278,12 +278,11 @@ pub fn run() -> Result<()> { }), #[cfg(not(feature = "runtime-benchmarks"))] BenchmarkCmd::Storage(_) => - return Err(sc_cli::Error::Input( + Err(sc_cli::Error::Input( "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." .into(), - ) - .into()), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { diff --git a/node/src/service.rs b/node/src/service.rs index 36a1fa6e..cd108228 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -9,6 +9,7 @@ use pop_runtime_common::{AccountId, AuraId, Balance, Block, Hash, Nonce}; // Cumulus Imports use cumulus_client_collator::service::CollatorService; +use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImport; use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ @@ -400,11 +401,6 @@ where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; - - // NOTE: because we use Aura here explicitly, we can use `CollatorSybilResistance::Resistant` - // when starting the network. - let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( task_manager.spawn_handle(), client.clone(), @@ -439,7 +435,7 @@ where relay_chain_slot_duration, proposer, collator_service, - authoring_duration: Duration::from_millis(1500), + authoring_duration: Duration::from_millis(2000), reinitialize: false, }; From fcbecffea7e901b6056a2758f44fd81edc024db8 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:14:36 +0700 Subject: [PATCH 22/80] fix: comment identation --- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index a0c72cb3..edd82cf6 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index d7def2f5..edd82cf6 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } From 676023dd97f4b6b8bca72341cea556b2555131bc Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 23/80] chore: upgrade to v1.11.0 --- Cargo.lock | 4907 ++++++++++++++++------------- Cargo.toml | 195 +- node/src/cli.rs | 5 - node/src/command.rs | 46 +- node/src/service.rs | 19 +- runtime/devnet/Cargo.toml | 16 +- runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 2 + runtime/devnet/src/lib.rs | 17 +- runtime/testnet/Cargo.toml | 15 + runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 2 + runtime/testnet/src/lib.rs | 18 +- 13 files changed, 2898 insertions(+), 2368 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..730b0a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -456,7 +456,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" -dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-bridge-hub-router 0.9.0", - "parachains-common 11.0.0", +checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" +dependencies = [ + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-bridge-hub-router 0.10.0", + "parachains-common 12.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -892,7 +892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1177,13 +1177,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1193,19 +1193,19 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1283,17 +1283,17 @@ dependencies = [ "sp-state-machine 0.36.0", "sp-std", "sp-trie 30.0.0", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1302,33 +1302,33 @@ dependencies = [ "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "trie-db", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "ed25519-dalek", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" +checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.12.0", + "bp-messages 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-utility 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -1614,6 +1614,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +dependencies = [ + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint", +] + [[package]] name = "cipher" version = "0.2.5" @@ -1743,6 +1756,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "comfy-table" version = "7.1.0" @@ -1983,6 +2006,21 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.0" @@ -2096,9 +2134,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" +checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" dependencies = [ "clap", "parity-scale-codec", @@ -2108,54 +2146,54 @@ dependencies = [ "sc-service", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" +checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" +checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2201,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-timestamp 31.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" +checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" +checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-parachain-inherent 0.12.0", "sp-consensus", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" +checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2276,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" +checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" +checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2327,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" +checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,13 +2366,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-transaction-pool 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-transaction-pool 31.0.0", ] [[package]] @@ -2358,20 +2396,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" +checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-aura 31.0.0", - "pallet-timestamp 31.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-aura 32.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2408,43 +2446,43 @@ dependencies = [ "sp-trie 30.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" +checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "trie-db", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "trie-db 0.29.1", ] [[package]] @@ -2476,16 +2514,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2508,19 +2546,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2551,28 +2589,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" +checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", - "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "cumulus-primitives-core 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -2592,16 +2630,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" +checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-primitives 11.0.0", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-primitives 12.0.0", + "sp-api 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2625,20 +2663,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" +checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2659,18 +2697,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" +checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2686,30 +2726,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" +checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2736,33 +2776,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" +checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", "log", - "pallet-asset-conversion 14.0.0", + "pallet-asset-conversion 15.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" +checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2773,48 +2813,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" +checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" +checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.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 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2823,7 +2863,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2832,11 +2872,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2844,12 +2884,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" +checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2858,7 +2898,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -2867,14 +2907,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-version 33.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-util", @@ -2884,17 +2924,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" +checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" dependencies = [ - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "polkadot-primitives 12.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -3285,10 +3325,19 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature", + "signature 2.2.0", "spki", ] +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + [[package]] name = "ed25519" version = "2.2.3" @@ -3296,7 +3345,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -3306,7 +3369,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3335,7 +3398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "hashbrown 0.14.3", "hex", "rand_core 0.6.4", @@ -3371,35 +3434,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" dependencies = [ "asset-test-utils", - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", "xcm-emulator", ] @@ -3421,6 +3484,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "enumflags2" version = "0.7.9" @@ -3768,7 +3843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -3805,6 +3880,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "13.0.0" @@ -3857,24 +3947,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" +checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" dependencies = [ - "frame-support 32.0.0", - "frame-support-procedural 27.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-support-procedural 28.0.0", + "frame-system 33.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3883,18 +3973,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" +checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3902,9 +3992,10 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", + "sc-chain-spec", "sc-cli", "sc-client-api", "sc-client-db", @@ -3913,18 +4004,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -3962,19 +4054,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" +checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" dependencies = [ "frame-election-provider-solution-type", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -3999,20 +4091,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" +checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" dependencies = [ "aquamarine 0.3.3", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-try-runtime 0.38.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-try-runtime 0.39.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4046,26 +4138,19 @@ dependencies = [ ] [[package]] -name = "frame-remote-externalities" -version = "0.39.0" +name = "frame-metadata-hash-extension" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" dependencies = [ - "futures", - "indicatif", - "jsonrpsee", + "array-bytes 6.2.2", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", - "serde", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "spinners", - "substrate-rpc-client", - "tokio", - "tokio-retry", + "scale-info", + "sp-runtime 36.0.0", ] [[package]] @@ -4112,9 +4197,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4122,7 +4207,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 28.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4133,18 +4218,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4174,15 +4259,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" +checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools 12.0.0", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -4207,9 +4292,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "11.0.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" +checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4263,22 +4348,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" +checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" dependencies = [ "cfg-if", "docify", - "frame-support 32.0.0", + "frame-support 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-version 33.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", ] @@ -4300,17 +4385,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" +checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4326,12 +4411,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" +checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", ] [[package]] @@ -4349,14 +4434,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" +checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4597,7 +4682,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", + "rand 0.8.5", "rand_core 0.6.4", ] @@ -4653,7 +4738,7 @@ dependencies = [ "parking_lot 0.12.1", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -4980,6 +5065,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "idna" version = "0.5.0" @@ -5114,19 +5209,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" -[[package]] -name = "indicatif" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - [[package]] name = "inout" version = "0.1.3" @@ -5166,29 +5248,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "emulated-integration-tests-common", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "tracing-subscriber 0.3.18", ] @@ -5296,7 +5378,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-core", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", @@ -5341,7 +5422,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rustc-hash", "serde", "serde_json", @@ -5351,26 +5432,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper", - "hyper-rustls", - "jsonrpsee-core", - "jsonrpsee-types", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.22.5" @@ -5618,7 +5679,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror", @@ -5637,7 +5698,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "smallvec", - "trust-dns-resolver", + "trust-dns-resolver 0.22.0", ] [[package]] @@ -5669,12 +5730,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "log", "multiaddr", "multihash 0.17.0", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror", "zeroize", @@ -5699,7 +5760,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", @@ -5721,11 +5782,11 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "tokio", - "trust-dns-proto", + "trust-dns-proto 0.22.0", "void", ] @@ -5757,7 +5818,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", @@ -5779,7 +5840,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "void", ] @@ -5799,7 +5860,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand", + "rand 0.8.5", "rustls 0.20.9", "thiserror", "tokio", @@ -5817,7 +5878,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand", + "rand 0.8.5", "smallvec", ] @@ -5836,7 +5897,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand", + "rand 0.8.5", "smallvec", "tokio", "void", @@ -5884,7 +5945,7 @@ dependencies = [ "rustls 0.20.9", "thiserror", "webpki", - "x509-parser", + "x509-parser 0.14.0", "yasna", ] @@ -5973,7 +6034,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -6082,6 +6143,61 @@ dependencies = [ "keystream", ] +[[package]] +name = "litep2p" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b53e78902be9d0d77df70677242b7fc9815a33a168949b5480ee089e16535e7" +dependencies = [ + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.1", + "pin-project", + "prost 0.11.9", + "prost-build", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.6", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + [[package]] name = "lock_api" version = "0.4.11" @@ -6208,12 +6324,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -6306,7 +6416,21 @@ dependencies = [ ] [[package]] -name = "merlin" +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes 6.2.2", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + +[[package]] +name = "merlin" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" @@ -6324,7 +6448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand", + "rand 0.8.5", "thrift", ] @@ -6371,7 +6495,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6381,38 +6505,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" +checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "mmr-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" +checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -6495,10 +6619,14 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ + "blake2b_simd", + "blake2s_simd", + "blake3", "core2", "digest 0.10.7", "multihash-derive 0.8.0", "sha2 0.10.8", + "sha3", "unsigned-varint", ] @@ -6624,7 +6752,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -6699,6 +6827,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +dependencies = [ + "cc", + "libc", + "thiserror", + "winapi", +] + [[package]] name = "nix" version = "0.24.3" @@ -6767,6 +6907,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + [[package]] name = "num-bigint" version = "0.4.4" @@ -6844,12 +6994,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.30.4" @@ -6898,12 +7042,60 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +dependencies = [ + "cc", +] + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -6952,6 +7144,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "pallet-asset-conversion" version = "11.0.0" @@ -6973,20 +7171,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" +checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7024,17 +7223,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" +checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7059,20 +7258,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" +checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-transaction-payment 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7095,18 +7294,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" +checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7130,19 +7329,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" +checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7165,18 +7364,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" +checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-authority-discovery 30.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-authority-discovery 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7197,16 +7396,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" +checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7237,26 +7436,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" +checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7285,23 +7484,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" +checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7325,18 +7524,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" +checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7363,22 +7562,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" +checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 17.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-consensus-beefy 18.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7410,27 +7609,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" +checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-beefy 32.0.0", - "pallet-mmr 31.0.0", - "pallet-session 32.0.0", + "pallet-beefy 33.0.0", + "pallet-mmr 32.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-consensus-beefy 17.0.0", + "sp-api 31.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", ] @@ -7455,104 +7654,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" +checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7577,19 +7776,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" +checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7615,21 +7816,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" +checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-bounties 31.0.0", - "pallet-treasury 31.0.0", + "pallet-bounties 32.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7647,7 +7848,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -7656,73 +7857,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "13.0.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" +checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" +checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" +checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", "wasm-instrument", "wasmi", ] @@ -7740,9 +7941,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "9.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" +checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7771,38 +7972,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" +checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" +checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7819,7 +8020,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -7832,24 +8033,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" +checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", "strum 0.26.3", ] @@ -7871,36 +8072,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" +checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" +checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7926,21 +8127,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" +checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7970,25 +8171,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" +checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8012,19 +8213,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" +checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8051,22 +8252,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" +checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", + "pallet-authorship 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8090,37 +8291,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" +checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" +checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8147,21 +8348,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8187,20 +8388,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" +checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8223,36 +8424,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" +checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" +checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-assets 33.0.0", - "pallet-nfts 26.0.0", + "pallet-assets 34.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8277,20 +8478,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" +checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8308,30 +8509,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" +checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" dependencies = [ - "pallet-nfts 26.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" +checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8357,20 +8558,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" +checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8398,22 +8599,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" +checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8431,13 +8632,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" +checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" dependencies = [ - "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools 30.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] @@ -8461,19 +8662,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" +checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8504,26 +8705,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" +checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-grandpa 32.0.0", - "pallet-im-online 31.0.0", - "pallet-offences 31.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-grandpa 33.0.0", + "pallet-im-online 32.0.0", + "pallet-offences 32.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-std", +] + +[[package]] +name = "pallet-parameters" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +dependencies = [ + "docify", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", + "paste", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "serde", + "sp-core 32.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8547,19 +8767,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" +checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8581,53 +8801,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" +checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" +checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" +checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8653,37 +8873,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" +checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" +checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8708,19 +8928,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" +checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8750,25 +8970,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" +checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -8783,7 +9003,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -8791,38 +9011,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" +checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", - "rand", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "rand 0.8.5", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" +checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8852,25 +9072,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" +checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 34.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-application-crypto 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8919,13 +9139,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" +checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-staking 30.0.0", + "sp-api 31.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -8948,19 +9168,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" +checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8983,18 +9203,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" +checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9021,42 +9241,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" +checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] name = "pallet-tips" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" +checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9079,35 +9299,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" +checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" +checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9126,14 +9346,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" +checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" dependencies = [ - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9159,21 +9379,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" +checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9212,18 +9432,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" +checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9245,17 +9465,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" +checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9277,17 +9497,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" +checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9317,26 +9537,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" +checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "xcm-fee-payment-runtime-api", ] @@ -9362,22 +9582,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" +checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -9402,22 +9622,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" +checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" dependencies = [ - "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -9454,66 +9674,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-utility 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-asset-tx-payment 32.0.0", - "pallet-assets 33.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "pallet-asset-tx-payment 33.0.0", + "pallet-assets 34.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" +checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "sp-consensus-aura 0.36.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -9523,7 +9743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -9550,7 +9770,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "siphasher", "snap", "winapi", @@ -9693,7 +9913,7 @@ dependencies = [ "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -9979,9 +10199,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" +checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" dependencies = [ "bitvec", "futures", @@ -9993,16 +10213,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" +checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" dependencies = [ "always-assert", "futures", @@ -10010,16 +10230,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" +checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" dependencies = [ "derive_more", "fatality", @@ -10030,8 +10250,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "schnellru", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -10041,9 +10261,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" +checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" dependencies = [ "async-trait", "fatality", @@ -10054,8 +10274,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-network", "schnellru", "thiserror", @@ -10065,9 +10285,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" +checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" dependencies = [ "cfg-if", "clap", @@ -10084,20 +10304,19 @@ dependencies = [ "sc-sysinfo", "sc-tracing", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-build-script-utils", "thiserror", - "try-runtime-cli", ] [[package]] name = "polkadot-collator-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" +checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" dependencies = [ "bitvec", "fatality", @@ -10107,10 +10326,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10131,22 +10350,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" +checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" +checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" dependencies = [ "derive_more", "fatality", @@ -10159,10 +10378,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10170,36 +10389,36 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" +checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" +checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", @@ -10208,9 +10427,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" +checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" dependencies = [ "always-assert", "async-trait", @@ -10223,7 +10442,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10232,9 +10451,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" +checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" dependencies = [ "futures", "parity-scale-codec", @@ -10242,7 +10461,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", @@ -10251,9 +10470,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" +checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" dependencies = [ "bitvec", "derive_more", @@ -10268,26 +10487,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-consensus", - "sp-consensus-slots 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-runtime 36.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" +checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" dependencies = [ "bitvec", "futures", @@ -10300,7 +10519,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10308,9 +10527,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" +checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" dependencies = [ "bitvec", "fatality", @@ -10319,7 +10538,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", @@ -10329,14 +10548,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" +checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10345,9 +10564,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" +checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" dependencies = [ "async-trait", "futures", @@ -10359,17 +10578,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" +checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" dependencies = [ "futures", "polkadot-node-metrics", @@ -10382,9 +10601,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" +checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" dependencies = [ "futures", "futures-timer", @@ -10393,16 +10612,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" +checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" dependencies = [ "fatality", "futures", @@ -10411,7 +10630,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10420,27 +10639,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" +checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-blockchain", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" +checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" dependencies = [ "bitvec", "fatality", @@ -10449,16 +10668,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" +checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" dependencies = [ "bitvec", "fatality", @@ -10467,7 +10686,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10475,9 +10694,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" +checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,22 +10704,18 @@ dependencies = [ "cfg-if", "futures", "futures-timer", - "is_executable", - "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "slotmap", "sp-core 32.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10509,16 +10724,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" +checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10526,19 +10741,18 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" +checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" dependencies = [ - "cfg-if", "cpu-time", "futures", "landlock", "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -10546,7 +10760,7 @@ dependencies = [ "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10554,25 +10768,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" +checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" +checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" dependencies = [ "lazy_static", "log", @@ -10580,8 +10794,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", + "sc-network-types", "sp-core 32.0.0", "thiserror", "tokio", @@ -10589,16 +10804,16 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" +checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10609,9 +10824,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" +checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10623,10 +10838,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-authority-discovery", "sc-network", + "sc-network-types", + "sp-runtime 36.0.0", "strum 0.26.3", "thiserror", "tracing-gum", @@ -10634,33 +10851,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" +checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" +checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10669,9 +10886,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" +checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" dependencies = [ "async-trait", "bitvec", @@ -10681,26 +10898,27 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" +checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" dependencies = [ "async-trait", "derive_more", @@ -10720,12 +10938,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -10734,9 +10952,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" +checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" dependencies = [ "async-trait", "futures", @@ -10747,9 +10965,9 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", @@ -10775,18 +10993,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -10821,42 +11039,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" +checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-slots 0.36.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" +checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10870,13 +11088,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10935,53 +11153,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" +checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 11.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-fast-unstake 31.0.0", - "pallet-identity 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-identity 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-treasury 31.0.0", - "pallet-vesting 32.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-treasury 32.0.0", + "pallet-vesting 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 11.0.0", - "sp-api 30.0.0", + "slot-range-helper 12.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] @@ -11001,14 +11219,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" +checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11042,7 +11260,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11065,66 +11283,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" +checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-message-queue 35.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-vesting 32.0.0", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-metrics 11.0.0", - "rand", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-message-queue 36.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-vesting 33.0.0", + "parity-scale-codec", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-metrics 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" +checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" dependencies = [ "async-trait", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "hex-literal", "is_executable", @@ -11132,10 +11350,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 32.0.0", - "pallet-staking 32.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-babe 33.0.0", + "pallet-staking 33.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11144,7 +11362,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11169,10 +11387,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-parachains 12.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11201,30 +11419,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11234,9 +11452,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" +checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11249,21 +11467,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" +checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "tracing-gum", ] @@ -11417,11 +11635,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11429,7 +11647,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11451,19 +11669,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "staging-xcm 11.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "staging-xcm 12.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11482,12 +11700,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 32.0.0", - "parachains-common 11.0.0", + "frame-support 33.0.0", + "parachains-common 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -11495,147 +11713,150 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -11987,6 +12208,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +dependencies = [ + "bytes", + "pin-project-lite 0.2.13", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", +] + [[package]] name = "quinn-proto" version = "0.9.6" @@ -11994,7 +12233,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand", + "rand 0.8.5", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -12005,6 +12244,19 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +dependencies = [ + "libc", + "quinn-proto", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", +] + [[package]] name = "quote" version = "1.0.35" @@ -12020,6 +12272,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -12076,7 +12341,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -12346,116 +12620,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" +checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "bitvec", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", - "pallet-bounties 31.0.0", - "pallet-child-bounties 31.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", + "pallet-bounties 32.0.0", + "pallet-child-bounties 32.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", "pallet-nis", - "pallet-offences 31.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-offences 32.0.0", + "pallet-parameters", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", "pallet-society", - "pallet-staking 32.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-staking 33.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", "pallet-tips", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", - "substrate-wasm-builder 21.0.0", + "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" +checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -12752,9 +13031,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" +checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" dependencies = [ "async-trait", "futures", @@ -12763,29 +13042,30 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.18.1", + "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", "prost 0.12.3", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sc-network-types", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" +checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" dependencies = [ "futures", "futures-timer", @@ -12795,36 +13075,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" +checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-chain-spec" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" +checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12841,10 +13121,11 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-genesis-builder 0.12.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-tracing 17.0.0", ] [[package]] @@ -12861,9 +13142,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" +checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12876,7 +13157,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12892,20 +13173,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core 32.0.0", - "sp-keyring 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" +checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" dependencies = [ "fnv", "futures", @@ -12915,25 +13196,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" +checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" dependencies = [ "hash-db", "kvdb", @@ -12951,42 +13232,42 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", "sc-client-api", + "sc-network-types", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" +checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" dependencies = [ "async-trait", "futures", @@ -12997,26 +13278,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" +checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" dependencies = [ "async-trait", "fork-tree", @@ -13033,27 +13314,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" +checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" dependencies = [ "futures", "jsonrpsee", @@ -13061,22 +13342,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" +checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13091,18 +13372,19 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-utils", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13111,9 +13393,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" +checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" dependencies = [ "futures", "jsonrpsee", @@ -13123,31 +13405,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" +checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" +checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13160,7 +13442,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13169,29 +13451,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" +checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" dependencies = [ "finality-grandpa", "futures", @@ -13204,15 +13487,15 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" +checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" dependencies = [ "async-trait", "futures", @@ -13225,18 +13508,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "sc-executor" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13244,14 +13527,14 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "sp-wasm-interface 21.0.0", "tracing", ] @@ -13303,9 +13586,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" +checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" dependencies = [ "ansi_term", "futures", @@ -13316,19 +13599,19 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -13336,9 +13619,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" +checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13346,7 +13629,6 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", "log", "mixnet", "multiaddr", @@ -13354,27 +13636,29 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" +checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec", "bytes", + "cid 0.9.0", "either", "fnv", "futures", @@ -13382,58 +13666,44 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", + "litep2p", "log", "mockall", + "once_cell", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand", + "prost 0.11.9", + "prost-build", + "rand 0.8.5", "sc-client-api", "sc-network-common", + "sc-network-types", "sc-utils", + "schnellru", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", "unsigned-varint", + "void", "wasm-timer", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13442,16 +13712,17 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" +checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" dependencies = [ "ahash 0.8.11", "futures", @@ -13461,39 +13732,40 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" +checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "futures", - "libp2p-identity", "log", "parity-scale-codec", "prost 0.12.3", "prost-build", "sc-client-api", "sc-network", + "sc-network-types", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" +checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13511,15 +13783,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13528,9 +13801,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" +checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13540,17 +13813,33 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-network-types" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" +dependencies = [ + "bs58 0.4.0", + "libp2p-identity", + "litep2p", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + [[package]] name = "sc-offchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" +checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13565,18 +13854,19 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", "threadpool", "tracing", ] @@ -13593,9 +13883,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" +checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" dependencies = [ "futures", "jsonrpsee", @@ -13611,24 +13901,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", + "sp-offchain 31.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-statement-store", - "sp-version 33.0.0", + "sp-version 34.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" +checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13640,8 +13930,8 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -13666,9 +13956,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" +checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13678,19 +13968,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-stream", @@ -13698,9 +13989,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" +checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" dependencies = [ "async-trait", "directories", @@ -13712,7 +14003,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13721,11 +14012,11 @@ dependencies = [ "sc-informant", "sc-keystore", "sc-network", - "sc-network-bitswap", "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -13738,20 +14029,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "sp-transaction-storage-proof", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13789,9 +14080,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" +checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13803,21 +14094,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" +checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" dependencies = [ "derive_more", "futures", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", @@ -13825,15 +14116,15 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" +checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" dependencies = [ "chrono", "futures", @@ -13841,7 +14132,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", + "sc-network", "sc-utils", "serde", "serde_json", @@ -13851,9 +14143,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" +checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" dependencies = [ "ansi_term", "chrono", @@ -13868,16 +14160,16 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.18", ] [[package]] @@ -13894,9 +14186,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" +checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" dependencies = [ "async-trait", "futures", @@ -13909,22 +14201,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" +checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" dependencies = [ "async-trait", "futures", @@ -13933,7 +14225,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -13953,6 +14245,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.1" @@ -13979,6 +14294,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -14056,6 +14377,21 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sctp-proto" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +dependencies = [ + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", +] + [[package]] name = "sec1" version = "0.7.3" @@ -14235,6 +14571,18 @@ dependencies = [ "opaque-debug 0.3.1", ] +[[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", +] + [[package]] name = "sha1" version = "0.10.6" @@ -14246,6 +14594,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" +dependencies = [ + "cc", +] + [[package]] name = "sha2" version = "0.9.9" @@ -14304,6 +14661,12 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + [[package]] name = "signature" version = "2.2.0" @@ -14327,6 +14690,15 @@ dependencies = [ "wide", ] +[[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14369,14 +14741,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" +checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -14448,7 +14820,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -14491,7 +14863,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "serde", "serde_json", @@ -14616,7 +14988,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", @@ -14679,8 +15051,8 @@ dependencies = [ "http", "httparse", "log", - "rand", - "sha-1", + "rand 0.8.5", + "sha-1 0.9.8", ] [[package]] @@ -14707,24 +15079,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", + "sp-api-proc-macro 19.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -14745,9 +15117,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14774,15 +15146,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] @@ -14833,15 +15205,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" +checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -14858,47 +15230,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" +checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-blockchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" +checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" +checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" dependencies = [ "async-trait", "futures", "log", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] @@ -14922,19 +15294,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14959,21 +15331,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" +checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14999,22 +15371,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" +checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15039,20 +15411,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" +checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15070,14 +15442,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" +checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -15106,7 +15478,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15153,7 +15525,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15256,13 +15628,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" +checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" dependencies = [ + "parity-scale-codec", + "scale-info", "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15282,15 +15656,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" +checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15301,7 +15675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15322,12 +15696,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15339,10 +15713,10 @@ dependencies = [ "sp-externalities 0.28.0", "sp-keystore 0.38.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", "tracing-core", ] @@ -15360,12 +15734,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" +checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" dependencies = [ "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15429,14 +15803,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", ] [[package]] @@ -15460,19 +15834,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" +checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15493,16 +15867,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" +checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15518,13 +15892,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" dependencies = [ - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15562,7 +15936,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15576,9 +15950,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" dependencies = [ "docify", "either", @@ -15587,14 +15961,14 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -15684,17 +16058,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" +checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -15714,16 +16088,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" +checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15736,7 +16110,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -15745,50 +16119,50 @@ dependencies = [ "sp-trie 30.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "sp-state-machine" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", ] [[package]] name = "sp-statement-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" +checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -15843,14 +16217,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" +checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15891,27 +16265,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" +checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" +checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -15927,7 +16301,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 29.0.0", @@ -15935,15 +16309,15 @@ dependencies = [ "sp-std", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", "trie-root", ] [[package]] name = "sp-trie" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15952,14 +16326,14 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 32.0.0", "sp-externalities 0.28.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", "trie-root", ] @@ -15983,9 +16357,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15993,7 +16367,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16093,17 +16467,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "spinners" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" -dependencies = [ - "lazy_static", - "maplit", - "strum 0.24.1", -] - [[package]] name = "spinning_top" version = "0.3.0" @@ -16184,16 +16547,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" +checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -16213,14 +16576,14 @@ dependencies = [ "scale-info", "serde", "sp-weights 28.0.0", - "xcm-procedural", + "xcm-procedural 8.0.0", ] [[package]] name = "staging-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" +checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16232,7 +16595,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural", + "xcm-procedural 9.0.0", ] [[package]] @@ -16260,25 +16623,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" +checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -16305,24 +16668,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" +checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -16359,6 +16722,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "str0m" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16475,22 +16858,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" +checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" dependencies = [ - "frame-system-rpc-runtime-api 30.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -16506,25 +16889,11 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime 35.0.0", -] - [[package]] name = "substrate-state-trie-migration-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" +checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16532,10 +16901,10 @@ dependencies = [ "sc-rpc-api", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", - "trie-db", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] @@ -16559,17 +16928,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "21.0.0" +version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" +checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.3", "tempfile", "toml 0.8.12", @@ -16897,17 +17275,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "tokio-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" -dependencies = [ - "pin-project", - "rand", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.24.1" @@ -16941,6 +17308,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +dependencies = [ + "futures-util", + "log", + "rustls 0.21.10", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -17111,12 +17493,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" +checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" dependencies = [ "coarsetime", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17176,7 +17558,6 @@ dependencies = [ "chrono", "lazy_static", "matchers 0.0.1", - "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -17196,9 +17577,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers 0.1.0", + "nu-ansi-term", "once_cell", + "parking_lot 0.12.1", "regex", "sharded-slab", + "smallvec", "thread_local", "tracing", "tracing-core", @@ -17218,6 +17602,18 @@ dependencies = [ "smallvec", ] +[[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +dependencies = [ + "hash-db", + "log", + "rustc-hex", + "smallvec", +] + [[package]] name = "trie-root" version = "0.18.0" @@ -17236,14 +17632,14 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner", + "enum-as-inner 0.5.1", "futures-channel", "futures-io", "futures-util", "idna 0.2.3", "ipnet", "lazy_static", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "thiserror", @@ -17253,6 +17649,31 @@ dependencies = [ "url", ] +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "trust-dns-resolver" version = "0.22.0" @@ -17270,51 +17691,35 @@ dependencies = [ "thiserror", "tokio", "tracing", - "trust-dns-proto", + "trust-dns-proto 0.22.0", ] [[package]] -name = "try-lock" -version = "0.2.5" +name = "trust-dns-resolver" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.1", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", +] [[package]] -name = "try-runtime-cli" -version = "0.42.0" +name = "try-lock" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" -dependencies = [ - "async-trait", - "clap", - "frame-remote-externalities", - "frame-try-runtime 0.38.0", - "hex", - "log", - "parity-scale-codec", - "sc-cli", - "sc-executor", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", - "sp-version 33.0.0", - "sp-weights 31.0.0", - "substrate-rpc-client", - "zstd 0.12.4", -] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tt-call" @@ -17322,6 +17727,26 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.10", + "sha1", + "thiserror", + "url", + "utf-8", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -17330,7 +17755,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17411,6 +17836,7 @@ dependencies = [ "bytes", "futures-io", "futures-util", + "tokio-util", ] [[package]] @@ -17436,6 +17862,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + [[package]] name = "utf8parse" version = "0.2.1" @@ -17481,7 +17913,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -17891,7 +18323,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -17942,126 +18374,127 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" +checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 31.0.0", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-nomination-pools-benchmarking 30.0.0", - "pallet-nomination-pools-runtime-api 27.0.0", - "pallet-offences 31.0.0", - "pallet-offences-benchmarking 32.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools-benchmarking 31.0.0", + "pallet-nomination-pools-runtime-api 28.0.0", + "pallet-offences 32.0.0", + "pallet-offences-benchmarking 33.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-session-benchmarking 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-session-benchmarking 33.0.0", "pallet-society", - "pallet-staking 32.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 18.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-staking-runtime-api 19.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-npos-elections 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-npos-elections 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" +checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -18142,6 +18575,21 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -18418,55 +18866,72 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +dependencies = [ + "asn1-rs", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -18481,6 +18946,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "xcm-procedural" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "yamux" version = "0.10.2" @@ -18491,7 +18968,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 0a44e735..ccfca7ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" +substrate-wasm-builder = "22.0.1" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -61,113 +61,114 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.38.0" -sc-chain-spec = "31.0.0" -sc-cli = "0.40.0" -sc-client-api = "32.0.0" -sc-offchain = "33.0.0" -sc-consensus = "0.37.0" -sc-executor = "0.36.0" -sc-network = "0.38.0" -sc-network-sync = "0.37.0" -sc-rpc = "33.0.0" -sc-service = "0.39.0" -sc-sysinfo = "31.0.0" -sc-telemetry = "18.0.0" -sc-tracing = "32.0.0" -sc-transaction-pool = "32.0.0" -sc-transaction-pool-api = "32.0.0" -frame-benchmarking = { version = "32.0.0", default-features = false } -frame-benchmarking-cli = "36.0.0" -frame-executive = { version = "32.0.0", default-features = false } -frame-support = { version = "32.0.0", default-features = false } -frame-system = { version = "32.0.0", default-features = false } -frame-system-benchmarking = { version = "32.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } -frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } -pallet-authorship = { version = "32.0.0", default-features = false } -pallet-assets = { version = "33.0.0", default-features = false } -pallet-balances = { version = "33.0.0", default-features = false } -pallet-contracts = { version = "31.0.0", default-features = false } -pallet-message-queue = { version = "35.0.0", default-features = false } -pallet-multisig = { version = "32.0.0", default-features = false } -pallet-nft-fractionalization = { version = "14.0.0", default-features = false } -pallet-nfts = { version = "26.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } -pallet-preimage = { version = "32.0.0", default-features = false } -pallet-proxy = { version = "32.0.0", default-features = false } -pallet-scheduler = { version = "33.0.0", default-features = false } -pallet-session = { version = "32.0.0", default-features = false } -pallet-sudo = { version = "32.0.0", default-features = false } -pallet-timestamp = { version = "31.0.0", default-features = false } -pallet-transaction-payment = { version = "32.0.0", default-features = false } -pallet-transaction-payment-rpc = "34.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } -pallet-utility = { version = "32.0.0", default-features = false } -sp-api = { version = "30.0.0", default-features = false } -sp-authority-discovery = { version = "30.0.0", default-features = false } -sp-block-builder = { version = "30.0.0", default-features = false } -sp-blockchain = "32.0.0" -sp-consensus-aura = { version = "0.36.0", default-features = false } -sp-consensus-babe = { version = "0.36.0", default-features = false } -sp-consensus-beefy = { version = "17.0.0", default-features = false } -sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sc-basic-authorship = "0.39.0" +sc-chain-spec = "32.0.0" +sc-cli = "0.41.0" +sc-client-api = "33.0.0" +sc-offchain = "34.0.0" +sc-consensus = "0.38.0" +sc-executor = "0.37.0" +sc-network = "0.39.0" +sc-network-sync = "0.38.0" +sc-rpc = "34.0.0" +sc-service = "0.40.0" +sc-sysinfo = "32.0.0" +sc-telemetry = "19.0.0" +sc-tracing = "33.0.0" +sc-transaction-pool = "33.0.0" +sc-transaction-pool-api = "33.0.0" +frame-benchmarking = { version = "33.0.0", default-features = false } +frame-benchmarking-cli = "37.0.0" +frame-executive = { version = "33.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.2.0", default-features = false } +frame-support = { version = "33.0.0", default-features = false } +frame-system = { version = "33.0.0", default-features = false } +frame-system-benchmarking = { version = "33.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } +frame-try-runtime = { version = "0.39.0", default-features = false } +pallet-aura = { version = "32.0.0", default-features = false } +pallet-authorship = { version = "33.0.0", default-features = false } +pallet-assets = { version = "34.0.0", default-features = false } +pallet-balances = { version = "34.0.0", default-features = false } +pallet-contracts = { version = "32.0.0", default-features = false } +pallet-message-queue = { version = "36.0.0", default-features = false } +pallet-multisig = { version = "33.0.0", default-features = false } +pallet-nft-fractionalization = { version = "15.0.0", default-features = false } +pallet-nfts = { version = "27.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } +pallet-preimage = { version = "33.0.0", default-features = false } +pallet-proxy = { version = "33.0.0", default-features = false } +pallet-scheduler = { version = "34.0.0", default-features = false } +pallet-session = { version = "33.0.0", default-features = false } +pallet-sudo = { version = "33.0.0", default-features = false } +pallet-timestamp = { version = "32.0.0", default-features = false } +pallet-transaction-payment = { version = "33.0.0", default-features = false } +pallet-transaction-payment-rpc = "35.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } +pallet-utility = { version = "33.0.0", default-features = false } +sp-api = { version = "31.0.0", default-features = false } +sp-authority-discovery = { version = "31.0.0", default-features = false } +sp-block-builder = { version = "31.0.0", default-features = false } +sp-blockchain = "33.0.0" +sp-consensus-aura = { version = "0.37.0", default-features = false } +sp-consensus-babe = { version = "0.37.0", default-features = false } +sp-consensus-beefy = { version = "18.0.0", default-features = false } +sp-consensus-grandpa = { version = "18.0.0", default-features = false } sp-core = { version = "32.0.0", default-features = false } sp-keystore = "0.38.0" -sp-io = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.11.0", default-features = false } -sp-inherents = { version = "30.0.0", default-features = false } -sp-offchain = { version = "30.0.0", default-features = false } -sp-runtime = { version = "35.0.0", default-features = false } -sp-timestamp = "30.0.0" -substrate-frame-rpc-system = "32.0.0" +sp-io = { version = "35.0.0", default-features = false } +sp-genesis-builder = { version = "0.12.0", default-features = false } +sp-inherents = { version = "31.0.0", default-features = false } +sp-offchain = { version = "31.0.0", default-features = false } +sp-runtime = { version = "36.0.0", default-features = false } +sp-timestamp = "31.0.0" +substrate-frame-rpc-system = "33.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "31.0.0", default-features = false } +sp-session = { version = "32.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "30.0.0", default-features = false } -sp-version = { version = "33.0.0", default-features = false } +sp-transaction-pool = { version = "31.0.0", default-features = false } +sp-version = { version = "34.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "11.0.0", default-features = false } -polkadot-cli = "11.0.0" -polkadot-parachain-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-parachains = { version = "11.0.0", default-features = false } -polkadot-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-common = { version = "11.0.0", default-features = false } -rococo-runtime-constants = { version = "11.0.0", default-features = false } -rococo-runtime = { version = "11.0.0", default-features = false } -xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "12.0.0", default-features = false } +polkadot-cli = "12.0.0" +polkadot-parachain-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-parachains = { version = "12.0.0", default-features = false } +polkadot-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-common = { version = "12.0.0", default-features = false } +rococo-runtime-constants = { version = "12.0.0", default-features = false } +rococo-runtime = { version = "12.0.1", default-features = false } +xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } -asset-test-utils = { version = "11.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } +asset-test-utils = { version = "12.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.12.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } +cumulus-primitives-aura = { version = "0.12.0", default-features = false } +cumulus-primitives-core = { version = "0.12.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.12.0", default-features = false } +emulated-integration-tests-common = { version = "8.0.0", default-features = false } +pallet-collator-selection = { version = "14.0.0", default-features = false } +parachains-common = { version = "12.0.0", default-features = false } +parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.12.0" +cumulus-relay-chain-interface = "0.12.0" color-print = "0.3.4" -cumulus-client-cli = "0.11.0" -cumulus-client-collator = "0.11.0" -cumulus-client-consensus-aura = "0.11.0" -cumulus-client-consensus-common = "0.11.0" -cumulus-client-consensus-proposer = "0.11.0" -cumulus-client-service = "0.11.0" +cumulus-client-cli = "0.12.0" +cumulus-client-collator = "0.12.0" +cumulus-client-consensus-aura = "0.12.0" +cumulus-client-consensus-common = "0.12.0" +cumulus-client-consensus-proposer = "0.12.0" +cumulus-client-service = "0.12.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/node/src/cli.rs b/node/src/cli.rs index 665b1129..19532033 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -38,11 +38,6 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try-runtime has migrated to a standalone - /// [CLI](). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. - TryRuntime, - /// Key management CLI utilities #[command(subcommand)] Key(sc_cli::KeySubcommand), diff --git a/node/src/command.rs b/node/src/command.rs index e7be989e..8e0b7bb9 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -10,7 +10,7 @@ use sc_cli::{ NetworkParams, Result, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; -use sp_runtime::traits::AccountIdConversion; +use sp_runtime::traits::HashingFor; use crate::{ chain_spec, @@ -249,9 +249,7 @@ pub fn run() -> Result<()> { Some(Subcommand::ExportGenesisHead(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - construct_benchmark_partials!(config, |partials| { - cmd.run(partials.client) - }) + construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }) }, Some(Subcommand::ExportGenesisWasm(cmd)) => { @@ -265,24 +263,28 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command- match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| { + cmd.run_with_spec::, ReclaimHostFunctions>(Some( + config.chain_spec, + )) + }) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + }, BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }), #[cfg(not(feature = "runtime-benchmarks"))] - BenchmarkCmd::Storage(_) => - Err(sc_cli::Error::Input( - "Compile with --features=runtime-benchmarks \ + BenchmarkCmd::Storage(_) => Err(sc_cli::Error::Input( + "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." - .into(), - )), + .into(), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { @@ -291,15 +293,15 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }) }), - BenchmarkCmd::Machine(cmd) => - runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())), + BenchmarkCmd::Machine(cmd) => { + runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())) + }, // NOTE: this allows the Client to leniently implement // new benchmark commands without requiring a companion MR. #[allow(unreachable_patterns)] _ => Err("Benchmarking sub-command unsupported".into()), } }, - Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()), Some(Subcommand::Key(cmd)) => cmd.run(&cli), None => { let runner = cli.create_runner(&cli.run.normalize())?; @@ -324,17 +326,11 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); - let parachain_account = - AccountIdConversion::::into_account_truncating( - &id, - ); - let tokio_handle = config.tokio_handle.clone(); let polkadot_config = SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, tokio_handle) .map_err(|err| format!("Relay chain argument error: {}", err))?; - info!("Parachain Account: {parachain_account}"); info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" }); match config.chain_spec.runtime() { @@ -342,9 +338,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_devnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_devnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, @@ -359,9 +353,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_testnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_testnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, diff --git a/node/src/service.rs b/node/src/service.rs index cd108228..01359008 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -130,7 +130,7 @@ where config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, - )?; + ); Ok(PartialComponents { backend, @@ -181,7 +181,11 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; - let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); + let net_config = sc_network::config::FullNetworkConfiguration::< + _, + _, + sc_network::NetworkWorker, + >::new(¶chain_config.network); let client = params.client.clone(); let backend = params.backend.clone(); @@ -230,7 +234,7 @@ where transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), - network_provider: network.clone(), + network_provider: Arc::new(network.clone()), is_validator: parachain_config.role.is_authority(), enable_http_requests: false, custom_extensions: move |_| vec![], @@ -352,14 +356,12 @@ pub(crate) fn build_import_queue( config: &Configuration, telemetry: Option, task_manager: &TaskManager, -) -> Result, sc_service::Error> +) -> sc_consensus::DefaultImportQueue where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - Ok(cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< + cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, _, @@ -372,11 +374,10 @@ where let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); Ok(timestamp) }, - slot_duration, &task_manager.spawn_essential_handle(), config.prometheus_registry(), telemetry, - )) + ) } #[allow(clippy::too_many_arguments)] diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..5585479b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,8 +83,8 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-utility.workspace = true cumulus-primitives-storage-weight-reclaim.workspace = true +cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -226,3 +227,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 55ab07bd..a0c72cb3 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index f0264043..6fe9ac6d 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -33,7 +33,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -102,6 +102,7 @@ pub type SignedExtra = ( frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +338,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -956,12 +957,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 1cd8982e..eae8ff77 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -224,3 +226,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index 55ab07bd..d7def2f5 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d566bb5f..4b96e031 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -32,7 +32,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +339,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -947,12 +949,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } From 36440f97bca1d30458f1c2f6bcc59c448be45a5e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:14:36 +0700 Subject: [PATCH 24/80] fix: comment identation --- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index a0c72cb3..edd82cf6 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index d7def2f5..edd82cf6 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } From 36f7bf13d6b6756a3ea062ee7b34311e410e6d29 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:22:16 +0700 Subject: [PATCH 25/80] fix: remove signed extra from testnet --- Cargo.lock | 1 - runtime/testnet/Cargo.toml | 1 - runtime/testnet/src/lib.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 730b0a19..a85f36b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11795,7 +11795,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index eae8ff77..a8a49437 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 4b96e031..664ef542 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, frame_metadata_hash_extension::CheckMetadataHash, ); From 6a21b843bea73ed09c7eb7d001f04797b79af22e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:07:49 +0700 Subject: [PATCH 26/80] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b3..67d5053c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17191,9 +17191,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -17212,9 +17212,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", From 8b085e2b197ec52741f92bcd3b606a3a3c25b55a Mon Sep 17 00:00:00 2001 From: Tin Chung <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:44:23 +0700 Subject: [PATCH 27/80] chore(upgrade): add feature gate to the unified host functions Co-authored-by: Peter White --- node/src/service.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node/src/service.rs b/node/src/service.rs index cd108228..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -38,6 +38,10 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; +#[cfg(not(feature = "runtime-benchmarks"))] +type HostFunctions = cumulus_client_service::ParachainHostFunctions; + +#[cfg(feature = "runtime-benchmarks")] type HostFunctions = ( cumulus_client_service::ParachainHostFunctions, frame_benchmarking::benchmarking::HostFunctions, From a127f44b732219346043eaceaa6843c65981f553 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 28/80] chore: rebase v1.10.0 --- Cargo.lock | 4907 ++++++++++++++++------------- Cargo.toml | 195 +- node/src/cli.rs | 5 - node/src/command.rs | 46 +- node/src/service.rs | 19 +- runtime/devnet/Cargo.toml | 16 +- runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 2 + runtime/devnet/src/lib.rs | 17 +- runtime/testnet/Cargo.toml | 15 + runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 2 + runtime/testnet/src/lib.rs | 18 +- 13 files changed, 2898 insertions(+), 2368 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..730b0a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -456,7 +456,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" -dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-bridge-hub-router 0.9.0", - "parachains-common 11.0.0", +checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" +dependencies = [ + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-bridge-hub-router 0.10.0", + "parachains-common 12.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -892,7 +892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1177,13 +1177,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1193,19 +1193,19 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1283,17 +1283,17 @@ dependencies = [ "sp-state-machine 0.36.0", "sp-std", "sp-trie 30.0.0", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1302,33 +1302,33 @@ dependencies = [ "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "trie-db", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "ed25519-dalek", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" +checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.12.0", + "bp-messages 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-utility 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -1614,6 +1614,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +dependencies = [ + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint", +] + [[package]] name = "cipher" version = "0.2.5" @@ -1743,6 +1756,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "comfy-table" version = "7.1.0" @@ -1983,6 +2006,21 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.0" @@ -2096,9 +2134,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" +checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" dependencies = [ "clap", "parity-scale-codec", @@ -2108,54 +2146,54 @@ dependencies = [ "sc-service", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" +checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" +checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2201,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-timestamp 31.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" +checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" +checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-parachain-inherent 0.12.0", "sp-consensus", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" +checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2276,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" +checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" +checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2327,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" +checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,13 +2366,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-transaction-pool 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-transaction-pool 31.0.0", ] [[package]] @@ -2358,20 +2396,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" +checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-aura 31.0.0", - "pallet-timestamp 31.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-aura 32.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2408,43 +2446,43 @@ dependencies = [ "sp-trie 30.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" +checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "trie-db", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "trie-db 0.29.1", ] [[package]] @@ -2476,16 +2514,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2508,19 +2546,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2551,28 +2589,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" +checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", - "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "cumulus-primitives-core 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -2592,16 +2630,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" +checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-primitives 11.0.0", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-primitives 12.0.0", + "sp-api 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2625,20 +2663,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" +checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2659,18 +2697,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" +checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2686,30 +2726,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" +checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2736,33 +2776,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" +checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", "log", - "pallet-asset-conversion 14.0.0", + "pallet-asset-conversion 15.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" +checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2773,48 +2813,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" +checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" +checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.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 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2823,7 +2863,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2832,11 +2872,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2844,12 +2884,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" +checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2858,7 +2898,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -2867,14 +2907,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-version 33.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-util", @@ -2884,17 +2924,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" +checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" dependencies = [ - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "polkadot-primitives 12.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -3285,10 +3325,19 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature", + "signature 2.2.0", "spki", ] +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + [[package]] name = "ed25519" version = "2.2.3" @@ -3296,7 +3345,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -3306,7 +3369,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3335,7 +3398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "hashbrown 0.14.3", "hex", "rand_core 0.6.4", @@ -3371,35 +3434,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" dependencies = [ "asset-test-utils", - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", "xcm-emulator", ] @@ -3421,6 +3484,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "enumflags2" version = "0.7.9" @@ -3768,7 +3843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -3805,6 +3880,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "13.0.0" @@ -3857,24 +3947,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" +checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" dependencies = [ - "frame-support 32.0.0", - "frame-support-procedural 27.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-support-procedural 28.0.0", + "frame-system 33.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3883,18 +3973,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" +checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3902,9 +3992,10 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", + "sc-chain-spec", "sc-cli", "sc-client-api", "sc-client-db", @@ -3913,18 +4004,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -3962,19 +4054,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" +checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" dependencies = [ "frame-election-provider-solution-type", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -3999,20 +4091,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" +checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" dependencies = [ "aquamarine 0.3.3", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-try-runtime 0.38.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-try-runtime 0.39.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4046,26 +4138,19 @@ dependencies = [ ] [[package]] -name = "frame-remote-externalities" -version = "0.39.0" +name = "frame-metadata-hash-extension" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" dependencies = [ - "futures", - "indicatif", - "jsonrpsee", + "array-bytes 6.2.2", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", - "serde", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "spinners", - "substrate-rpc-client", - "tokio", - "tokio-retry", + "scale-info", + "sp-runtime 36.0.0", ] [[package]] @@ -4112,9 +4197,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4122,7 +4207,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 28.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4133,18 +4218,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4174,15 +4259,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" +checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools 12.0.0", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -4207,9 +4292,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "11.0.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" +checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4263,22 +4348,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" +checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" dependencies = [ "cfg-if", "docify", - "frame-support 32.0.0", + "frame-support 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-version 33.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", ] @@ -4300,17 +4385,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" +checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4326,12 +4411,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" +checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", ] [[package]] @@ -4349,14 +4434,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" +checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4597,7 +4682,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", + "rand 0.8.5", "rand_core 0.6.4", ] @@ -4653,7 +4738,7 @@ dependencies = [ "parking_lot 0.12.1", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -4980,6 +5065,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "idna" version = "0.5.0" @@ -5114,19 +5209,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" -[[package]] -name = "indicatif" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - [[package]] name = "inout" version = "0.1.3" @@ -5166,29 +5248,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "emulated-integration-tests-common", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "tracing-subscriber 0.3.18", ] @@ -5296,7 +5378,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-core", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", @@ -5341,7 +5422,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rustc-hash", "serde", "serde_json", @@ -5351,26 +5432,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper", - "hyper-rustls", - "jsonrpsee-core", - "jsonrpsee-types", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.22.5" @@ -5618,7 +5679,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror", @@ -5637,7 +5698,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "smallvec", - "trust-dns-resolver", + "trust-dns-resolver 0.22.0", ] [[package]] @@ -5669,12 +5730,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "log", "multiaddr", "multihash 0.17.0", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror", "zeroize", @@ -5699,7 +5760,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", @@ -5721,11 +5782,11 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "tokio", - "trust-dns-proto", + "trust-dns-proto 0.22.0", "void", ] @@ -5757,7 +5818,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", @@ -5779,7 +5840,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "void", ] @@ -5799,7 +5860,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand", + "rand 0.8.5", "rustls 0.20.9", "thiserror", "tokio", @@ -5817,7 +5878,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand", + "rand 0.8.5", "smallvec", ] @@ -5836,7 +5897,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand", + "rand 0.8.5", "smallvec", "tokio", "void", @@ -5884,7 +5945,7 @@ dependencies = [ "rustls 0.20.9", "thiserror", "webpki", - "x509-parser", + "x509-parser 0.14.0", "yasna", ] @@ -5973,7 +6034,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -6082,6 +6143,61 @@ dependencies = [ "keystream", ] +[[package]] +name = "litep2p" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b53e78902be9d0d77df70677242b7fc9815a33a168949b5480ee089e16535e7" +dependencies = [ + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.1", + "pin-project", + "prost 0.11.9", + "prost-build", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.6", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + [[package]] name = "lock_api" version = "0.4.11" @@ -6208,12 +6324,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -6306,7 +6416,21 @@ dependencies = [ ] [[package]] -name = "merlin" +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes 6.2.2", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + +[[package]] +name = "merlin" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" @@ -6324,7 +6448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand", + "rand 0.8.5", "thrift", ] @@ -6371,7 +6495,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6381,38 +6505,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" +checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "mmr-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" +checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -6495,10 +6619,14 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ + "blake2b_simd", + "blake2s_simd", + "blake3", "core2", "digest 0.10.7", "multihash-derive 0.8.0", "sha2 0.10.8", + "sha3", "unsigned-varint", ] @@ -6624,7 +6752,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -6699,6 +6827,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +dependencies = [ + "cc", + "libc", + "thiserror", + "winapi", +] + [[package]] name = "nix" version = "0.24.3" @@ -6767,6 +6907,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + [[package]] name = "num-bigint" version = "0.4.4" @@ -6844,12 +6994,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.30.4" @@ -6898,12 +7042,60 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +dependencies = [ + "cc", +] + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -6952,6 +7144,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "pallet-asset-conversion" version = "11.0.0" @@ -6973,20 +7171,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" +checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7024,17 +7223,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" +checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7059,20 +7258,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" +checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-transaction-payment 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7095,18 +7294,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" +checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7130,19 +7329,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" +checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7165,18 +7364,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" +checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-authority-discovery 30.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-authority-discovery 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7197,16 +7396,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" +checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7237,26 +7436,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" +checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7285,23 +7484,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" +checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7325,18 +7524,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" +checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7363,22 +7562,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" +checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 17.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-consensus-beefy 18.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7410,27 +7609,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" +checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-beefy 32.0.0", - "pallet-mmr 31.0.0", - "pallet-session 32.0.0", + "pallet-beefy 33.0.0", + "pallet-mmr 32.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-consensus-beefy 17.0.0", + "sp-api 31.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", ] @@ -7455,104 +7654,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" +checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7577,19 +7776,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" +checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7615,21 +7816,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" +checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-bounties 31.0.0", - "pallet-treasury 31.0.0", + "pallet-bounties 32.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7647,7 +7848,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -7656,73 +7857,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "13.0.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" +checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" +checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" +checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", "wasm-instrument", "wasmi", ] @@ -7740,9 +7941,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "9.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" +checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7771,38 +7972,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" +checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" +checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7819,7 +8020,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -7832,24 +8033,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" +checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", "strum 0.26.3", ] @@ -7871,36 +8072,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" +checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" +checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7926,21 +8127,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" +checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7970,25 +8171,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" +checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8012,19 +8213,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" +checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8051,22 +8252,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" +checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", + "pallet-authorship 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8090,37 +8291,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" +checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" +checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8147,21 +8348,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8187,20 +8388,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" +checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8223,36 +8424,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" +checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" +checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-assets 33.0.0", - "pallet-nfts 26.0.0", + "pallet-assets 34.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8277,20 +8478,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" +checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8308,30 +8509,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" +checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" dependencies = [ - "pallet-nfts 26.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" +checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8357,20 +8558,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" +checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8398,22 +8599,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" +checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8431,13 +8632,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" +checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" dependencies = [ - "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools 30.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] @@ -8461,19 +8662,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" +checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8504,26 +8705,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" +checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-grandpa 32.0.0", - "pallet-im-online 31.0.0", - "pallet-offences 31.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-grandpa 33.0.0", + "pallet-im-online 32.0.0", + "pallet-offences 32.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-std", +] + +[[package]] +name = "pallet-parameters" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +dependencies = [ + "docify", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", + "paste", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "serde", + "sp-core 32.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8547,19 +8767,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" +checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8581,53 +8801,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" +checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" +checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" +checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8653,37 +8873,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" +checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" +checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8708,19 +8928,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" +checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8750,25 +8970,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" +checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -8783,7 +9003,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -8791,38 +9011,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" +checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", - "rand", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "rand 0.8.5", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" +checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8852,25 +9072,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" +checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 34.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-application-crypto 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8919,13 +9139,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" +checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-staking 30.0.0", + "sp-api 31.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -8948,19 +9168,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" +checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8983,18 +9203,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" +checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9021,42 +9241,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" +checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] name = "pallet-tips" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" +checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9079,35 +9299,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" +checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" +checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9126,14 +9346,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" +checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" dependencies = [ - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9159,21 +9379,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" +checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9212,18 +9432,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" +checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9245,17 +9465,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" +checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9277,17 +9497,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" +checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9317,26 +9537,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" +checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "xcm-fee-payment-runtime-api", ] @@ -9362,22 +9582,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" +checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -9402,22 +9622,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" +checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" dependencies = [ - "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -9454,66 +9674,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-utility 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-asset-tx-payment 32.0.0", - "pallet-assets 33.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "pallet-asset-tx-payment 33.0.0", + "pallet-assets 34.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" +checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "sp-consensus-aura 0.36.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -9523,7 +9743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -9550,7 +9770,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "siphasher", "snap", "winapi", @@ -9693,7 +9913,7 @@ dependencies = [ "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -9979,9 +10199,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" +checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" dependencies = [ "bitvec", "futures", @@ -9993,16 +10213,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" +checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" dependencies = [ "always-assert", "futures", @@ -10010,16 +10230,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" +checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" dependencies = [ "derive_more", "fatality", @@ -10030,8 +10250,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "schnellru", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -10041,9 +10261,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" +checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" dependencies = [ "async-trait", "fatality", @@ -10054,8 +10274,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-network", "schnellru", "thiserror", @@ -10065,9 +10285,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" +checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" dependencies = [ "cfg-if", "clap", @@ -10084,20 +10304,19 @@ dependencies = [ "sc-sysinfo", "sc-tracing", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-build-script-utils", "thiserror", - "try-runtime-cli", ] [[package]] name = "polkadot-collator-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" +checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" dependencies = [ "bitvec", "fatality", @@ -10107,10 +10326,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10131,22 +10350,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" +checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" +checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" dependencies = [ "derive_more", "fatality", @@ -10159,10 +10378,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10170,36 +10389,36 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" +checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" +checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", @@ -10208,9 +10427,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" +checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" dependencies = [ "always-assert", "async-trait", @@ -10223,7 +10442,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10232,9 +10451,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" +checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" dependencies = [ "futures", "parity-scale-codec", @@ -10242,7 +10461,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", @@ -10251,9 +10470,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" +checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" dependencies = [ "bitvec", "derive_more", @@ -10268,26 +10487,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-consensus", - "sp-consensus-slots 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-runtime 36.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" +checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" dependencies = [ "bitvec", "futures", @@ -10300,7 +10519,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10308,9 +10527,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" +checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" dependencies = [ "bitvec", "fatality", @@ -10319,7 +10538,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", @@ -10329,14 +10548,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" +checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10345,9 +10564,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" +checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" dependencies = [ "async-trait", "futures", @@ -10359,17 +10578,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" +checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" dependencies = [ "futures", "polkadot-node-metrics", @@ -10382,9 +10601,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" +checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" dependencies = [ "futures", "futures-timer", @@ -10393,16 +10612,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" +checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" dependencies = [ "fatality", "futures", @@ -10411,7 +10630,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10420,27 +10639,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" +checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-blockchain", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" +checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" dependencies = [ "bitvec", "fatality", @@ -10449,16 +10668,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" +checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" dependencies = [ "bitvec", "fatality", @@ -10467,7 +10686,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10475,9 +10694,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" +checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,22 +10704,18 @@ dependencies = [ "cfg-if", "futures", "futures-timer", - "is_executable", - "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "slotmap", "sp-core 32.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10509,16 +10724,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" +checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10526,19 +10741,18 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" +checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" dependencies = [ - "cfg-if", "cpu-time", "futures", "landlock", "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -10546,7 +10760,7 @@ dependencies = [ "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10554,25 +10768,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" +checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" +checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" dependencies = [ "lazy_static", "log", @@ -10580,8 +10794,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", + "sc-network-types", "sp-core 32.0.0", "thiserror", "tokio", @@ -10589,16 +10804,16 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" +checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10609,9 +10824,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" +checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10623,10 +10838,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-authority-discovery", "sc-network", + "sc-network-types", + "sp-runtime 36.0.0", "strum 0.26.3", "thiserror", "tracing-gum", @@ -10634,33 +10851,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" +checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" +checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10669,9 +10886,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" +checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" dependencies = [ "async-trait", "bitvec", @@ -10681,26 +10898,27 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" +checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" dependencies = [ "async-trait", "derive_more", @@ -10720,12 +10938,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -10734,9 +10952,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" +checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" dependencies = [ "async-trait", "futures", @@ -10747,9 +10965,9 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", @@ -10775,18 +10993,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -10821,42 +11039,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" +checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-slots 0.36.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" +checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10870,13 +11088,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10935,53 +11153,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" +checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 11.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-fast-unstake 31.0.0", - "pallet-identity 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-identity 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-treasury 31.0.0", - "pallet-vesting 32.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-treasury 32.0.0", + "pallet-vesting 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 11.0.0", - "sp-api 30.0.0", + "slot-range-helper 12.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] @@ -11001,14 +11219,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" +checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11042,7 +11260,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11065,66 +11283,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" +checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-message-queue 35.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-vesting 32.0.0", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-metrics 11.0.0", - "rand", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-message-queue 36.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-vesting 33.0.0", + "parity-scale-codec", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-metrics 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" +checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" dependencies = [ "async-trait", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "hex-literal", "is_executable", @@ -11132,10 +11350,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 32.0.0", - "pallet-staking 32.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-babe 33.0.0", + "pallet-staking 33.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11144,7 +11362,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11169,10 +11387,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-parachains 12.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11201,30 +11419,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11234,9 +11452,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" +checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11249,21 +11467,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" +checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "tracing-gum", ] @@ -11417,11 +11635,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11429,7 +11647,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11451,19 +11669,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "staging-xcm 11.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "staging-xcm 12.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11482,12 +11700,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 32.0.0", - "parachains-common 11.0.0", + "frame-support 33.0.0", + "parachains-common 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -11495,147 +11713,150 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -11987,6 +12208,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +dependencies = [ + "bytes", + "pin-project-lite 0.2.13", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", +] + [[package]] name = "quinn-proto" version = "0.9.6" @@ -11994,7 +12233,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand", + "rand 0.8.5", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -12005,6 +12244,19 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +dependencies = [ + "libc", + "quinn-proto", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", +] + [[package]] name = "quote" version = "1.0.35" @@ -12020,6 +12272,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -12076,7 +12341,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -12346,116 +12620,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" +checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "bitvec", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", - "pallet-bounties 31.0.0", - "pallet-child-bounties 31.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", + "pallet-bounties 32.0.0", + "pallet-child-bounties 32.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", "pallet-nis", - "pallet-offences 31.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-offences 32.0.0", + "pallet-parameters", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", "pallet-society", - "pallet-staking 32.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-staking 33.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", "pallet-tips", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", - "substrate-wasm-builder 21.0.0", + "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" +checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -12752,9 +13031,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" +checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" dependencies = [ "async-trait", "futures", @@ -12763,29 +13042,30 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.18.1", + "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", "prost 0.12.3", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sc-network-types", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" +checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" dependencies = [ "futures", "futures-timer", @@ -12795,36 +13075,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" +checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-chain-spec" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" +checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12841,10 +13121,11 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-genesis-builder 0.12.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-tracing 17.0.0", ] [[package]] @@ -12861,9 +13142,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" +checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12876,7 +13157,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12892,20 +13173,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core 32.0.0", - "sp-keyring 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" +checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" dependencies = [ "fnv", "futures", @@ -12915,25 +13196,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" +checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" dependencies = [ "hash-db", "kvdb", @@ -12951,42 +13232,42 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", "sc-client-api", + "sc-network-types", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" +checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" dependencies = [ "async-trait", "futures", @@ -12997,26 +13278,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" +checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" dependencies = [ "async-trait", "fork-tree", @@ -13033,27 +13314,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" +checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" dependencies = [ "futures", "jsonrpsee", @@ -13061,22 +13342,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" +checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13091,18 +13372,19 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-utils", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13111,9 +13393,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" +checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" dependencies = [ "futures", "jsonrpsee", @@ -13123,31 +13405,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" +checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" +checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13160,7 +13442,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13169,29 +13451,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" +checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" dependencies = [ "finality-grandpa", "futures", @@ -13204,15 +13487,15 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" +checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" dependencies = [ "async-trait", "futures", @@ -13225,18 +13508,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "sc-executor" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13244,14 +13527,14 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "sp-wasm-interface 21.0.0", "tracing", ] @@ -13303,9 +13586,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" +checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" dependencies = [ "ansi_term", "futures", @@ -13316,19 +13599,19 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -13336,9 +13619,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" +checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13346,7 +13629,6 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", "log", "mixnet", "multiaddr", @@ -13354,27 +13636,29 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" +checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec", "bytes", + "cid 0.9.0", "either", "fnv", "futures", @@ -13382,58 +13666,44 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", + "litep2p", "log", "mockall", + "once_cell", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand", + "prost 0.11.9", + "prost-build", + "rand 0.8.5", "sc-client-api", "sc-network-common", + "sc-network-types", "sc-utils", + "schnellru", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", "unsigned-varint", + "void", "wasm-timer", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13442,16 +13712,17 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" +checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" dependencies = [ "ahash 0.8.11", "futures", @@ -13461,39 +13732,40 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" +checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "futures", - "libp2p-identity", "log", "parity-scale-codec", "prost 0.12.3", "prost-build", "sc-client-api", "sc-network", + "sc-network-types", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" +checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13511,15 +13783,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13528,9 +13801,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" +checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13540,17 +13813,33 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-network-types" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" +dependencies = [ + "bs58 0.4.0", + "libp2p-identity", + "litep2p", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + [[package]] name = "sc-offchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" +checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13565,18 +13854,19 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", "threadpool", "tracing", ] @@ -13593,9 +13883,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" +checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" dependencies = [ "futures", "jsonrpsee", @@ -13611,24 +13901,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", + "sp-offchain 31.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-statement-store", - "sp-version 33.0.0", + "sp-version 34.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" +checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13640,8 +13930,8 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -13666,9 +13956,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" +checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13678,19 +13968,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-stream", @@ -13698,9 +13989,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" +checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" dependencies = [ "async-trait", "directories", @@ -13712,7 +14003,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13721,11 +14012,11 @@ dependencies = [ "sc-informant", "sc-keystore", "sc-network", - "sc-network-bitswap", "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -13738,20 +14029,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "sp-transaction-storage-proof", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13789,9 +14080,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" +checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13803,21 +14094,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" +checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" dependencies = [ "derive_more", "futures", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", @@ -13825,15 +14116,15 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" +checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" dependencies = [ "chrono", "futures", @@ -13841,7 +14132,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", + "sc-network", "sc-utils", "serde", "serde_json", @@ -13851,9 +14143,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" +checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" dependencies = [ "ansi_term", "chrono", @@ -13868,16 +14160,16 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.18", ] [[package]] @@ -13894,9 +14186,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" +checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" dependencies = [ "async-trait", "futures", @@ -13909,22 +14201,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" +checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" dependencies = [ "async-trait", "futures", @@ -13933,7 +14225,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -13953,6 +14245,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.1" @@ -13979,6 +14294,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -14056,6 +14377,21 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sctp-proto" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +dependencies = [ + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", +] + [[package]] name = "sec1" version = "0.7.3" @@ -14235,6 +14571,18 @@ dependencies = [ "opaque-debug 0.3.1", ] +[[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", +] + [[package]] name = "sha1" version = "0.10.6" @@ -14246,6 +14594,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" +dependencies = [ + "cc", +] + [[package]] name = "sha2" version = "0.9.9" @@ -14304,6 +14661,12 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + [[package]] name = "signature" version = "2.2.0" @@ -14327,6 +14690,15 @@ dependencies = [ "wide", ] +[[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14369,14 +14741,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" +checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -14448,7 +14820,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -14491,7 +14863,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "serde", "serde_json", @@ -14616,7 +14988,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", @@ -14679,8 +15051,8 @@ dependencies = [ "http", "httparse", "log", - "rand", - "sha-1", + "rand 0.8.5", + "sha-1 0.9.8", ] [[package]] @@ -14707,24 +15079,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", + "sp-api-proc-macro 19.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -14745,9 +15117,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14774,15 +15146,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] @@ -14833,15 +15205,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" +checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -14858,47 +15230,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" +checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-blockchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" +checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" +checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" dependencies = [ "async-trait", "futures", "log", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] @@ -14922,19 +15294,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14959,21 +15331,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" +checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14999,22 +15371,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" +checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15039,20 +15411,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" +checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15070,14 +15442,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" +checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -15106,7 +15478,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15153,7 +15525,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15256,13 +15628,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" +checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" dependencies = [ + "parity-scale-codec", + "scale-info", "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15282,15 +15656,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" +checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15301,7 +15675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15322,12 +15696,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15339,10 +15713,10 @@ dependencies = [ "sp-externalities 0.28.0", "sp-keystore 0.38.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", "tracing-core", ] @@ -15360,12 +15734,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" +checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" dependencies = [ "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15429,14 +15803,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", ] [[package]] @@ -15460,19 +15834,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" +checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15493,16 +15867,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" +checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15518,13 +15892,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" dependencies = [ - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15562,7 +15936,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15576,9 +15950,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" dependencies = [ "docify", "either", @@ -15587,14 +15961,14 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -15684,17 +16058,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" +checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -15714,16 +16088,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" +checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15736,7 +16110,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -15745,50 +16119,50 @@ dependencies = [ "sp-trie 30.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "sp-state-machine" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", ] [[package]] name = "sp-statement-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" +checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -15843,14 +16217,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" +checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15891,27 +16265,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" +checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" +checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -15927,7 +16301,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 29.0.0", @@ -15935,15 +16309,15 @@ dependencies = [ "sp-std", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", "trie-root", ] [[package]] name = "sp-trie" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15952,14 +16326,14 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 32.0.0", "sp-externalities 0.28.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", "trie-root", ] @@ -15983,9 +16357,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15993,7 +16367,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16093,17 +16467,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "spinners" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" -dependencies = [ - "lazy_static", - "maplit", - "strum 0.24.1", -] - [[package]] name = "spinning_top" version = "0.3.0" @@ -16184,16 +16547,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" +checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -16213,14 +16576,14 @@ dependencies = [ "scale-info", "serde", "sp-weights 28.0.0", - "xcm-procedural", + "xcm-procedural 8.0.0", ] [[package]] name = "staging-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" +checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16232,7 +16595,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural", + "xcm-procedural 9.0.0", ] [[package]] @@ -16260,25 +16623,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" +checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -16305,24 +16668,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" +checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -16359,6 +16722,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "str0m" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16475,22 +16858,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" +checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" dependencies = [ - "frame-system-rpc-runtime-api 30.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -16506,25 +16889,11 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime 35.0.0", -] - [[package]] name = "substrate-state-trie-migration-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" +checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16532,10 +16901,10 @@ dependencies = [ "sc-rpc-api", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", - "trie-db", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] @@ -16559,17 +16928,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "21.0.0" +version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" +checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.3", "tempfile", "toml 0.8.12", @@ -16897,17 +17275,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "tokio-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" -dependencies = [ - "pin-project", - "rand", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.24.1" @@ -16941,6 +17308,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +dependencies = [ + "futures-util", + "log", + "rustls 0.21.10", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -17111,12 +17493,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" +checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" dependencies = [ "coarsetime", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17176,7 +17558,6 @@ dependencies = [ "chrono", "lazy_static", "matchers 0.0.1", - "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -17196,9 +17577,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers 0.1.0", + "nu-ansi-term", "once_cell", + "parking_lot 0.12.1", "regex", "sharded-slab", + "smallvec", "thread_local", "tracing", "tracing-core", @@ -17218,6 +17602,18 @@ dependencies = [ "smallvec", ] +[[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +dependencies = [ + "hash-db", + "log", + "rustc-hex", + "smallvec", +] + [[package]] name = "trie-root" version = "0.18.0" @@ -17236,14 +17632,14 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner", + "enum-as-inner 0.5.1", "futures-channel", "futures-io", "futures-util", "idna 0.2.3", "ipnet", "lazy_static", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "thiserror", @@ -17253,6 +17649,31 @@ dependencies = [ "url", ] +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "trust-dns-resolver" version = "0.22.0" @@ -17270,51 +17691,35 @@ dependencies = [ "thiserror", "tokio", "tracing", - "trust-dns-proto", + "trust-dns-proto 0.22.0", ] [[package]] -name = "try-lock" -version = "0.2.5" +name = "trust-dns-resolver" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.1", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", +] [[package]] -name = "try-runtime-cli" -version = "0.42.0" +name = "try-lock" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" -dependencies = [ - "async-trait", - "clap", - "frame-remote-externalities", - "frame-try-runtime 0.38.0", - "hex", - "log", - "parity-scale-codec", - "sc-cli", - "sc-executor", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", - "sp-version 33.0.0", - "sp-weights 31.0.0", - "substrate-rpc-client", - "zstd 0.12.4", -] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tt-call" @@ -17322,6 +17727,26 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.10", + "sha1", + "thiserror", + "url", + "utf-8", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -17330,7 +17755,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17411,6 +17836,7 @@ dependencies = [ "bytes", "futures-io", "futures-util", + "tokio-util", ] [[package]] @@ -17436,6 +17862,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + [[package]] name = "utf8parse" version = "0.2.1" @@ -17481,7 +17913,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -17891,7 +18323,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -17942,126 +18374,127 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" +checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 31.0.0", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-nomination-pools-benchmarking 30.0.0", - "pallet-nomination-pools-runtime-api 27.0.0", - "pallet-offences 31.0.0", - "pallet-offences-benchmarking 32.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools-benchmarking 31.0.0", + "pallet-nomination-pools-runtime-api 28.0.0", + "pallet-offences 32.0.0", + "pallet-offences-benchmarking 33.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-session-benchmarking 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-session-benchmarking 33.0.0", "pallet-society", - "pallet-staking 32.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 18.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-staking-runtime-api 19.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-npos-elections 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-npos-elections 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" +checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -18142,6 +18575,21 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -18418,55 +18866,72 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +dependencies = [ + "asn1-rs", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -18481,6 +18946,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "xcm-procedural" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "yamux" version = "0.10.2" @@ -18491,7 +18968,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 0a44e735..ccfca7ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" +substrate-wasm-builder = "22.0.1" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -61,113 +61,114 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.38.0" -sc-chain-spec = "31.0.0" -sc-cli = "0.40.0" -sc-client-api = "32.0.0" -sc-offchain = "33.0.0" -sc-consensus = "0.37.0" -sc-executor = "0.36.0" -sc-network = "0.38.0" -sc-network-sync = "0.37.0" -sc-rpc = "33.0.0" -sc-service = "0.39.0" -sc-sysinfo = "31.0.0" -sc-telemetry = "18.0.0" -sc-tracing = "32.0.0" -sc-transaction-pool = "32.0.0" -sc-transaction-pool-api = "32.0.0" -frame-benchmarking = { version = "32.0.0", default-features = false } -frame-benchmarking-cli = "36.0.0" -frame-executive = { version = "32.0.0", default-features = false } -frame-support = { version = "32.0.0", default-features = false } -frame-system = { version = "32.0.0", default-features = false } -frame-system-benchmarking = { version = "32.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } -frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } -pallet-authorship = { version = "32.0.0", default-features = false } -pallet-assets = { version = "33.0.0", default-features = false } -pallet-balances = { version = "33.0.0", default-features = false } -pallet-contracts = { version = "31.0.0", default-features = false } -pallet-message-queue = { version = "35.0.0", default-features = false } -pallet-multisig = { version = "32.0.0", default-features = false } -pallet-nft-fractionalization = { version = "14.0.0", default-features = false } -pallet-nfts = { version = "26.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } -pallet-preimage = { version = "32.0.0", default-features = false } -pallet-proxy = { version = "32.0.0", default-features = false } -pallet-scheduler = { version = "33.0.0", default-features = false } -pallet-session = { version = "32.0.0", default-features = false } -pallet-sudo = { version = "32.0.0", default-features = false } -pallet-timestamp = { version = "31.0.0", default-features = false } -pallet-transaction-payment = { version = "32.0.0", default-features = false } -pallet-transaction-payment-rpc = "34.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } -pallet-utility = { version = "32.0.0", default-features = false } -sp-api = { version = "30.0.0", default-features = false } -sp-authority-discovery = { version = "30.0.0", default-features = false } -sp-block-builder = { version = "30.0.0", default-features = false } -sp-blockchain = "32.0.0" -sp-consensus-aura = { version = "0.36.0", default-features = false } -sp-consensus-babe = { version = "0.36.0", default-features = false } -sp-consensus-beefy = { version = "17.0.0", default-features = false } -sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sc-basic-authorship = "0.39.0" +sc-chain-spec = "32.0.0" +sc-cli = "0.41.0" +sc-client-api = "33.0.0" +sc-offchain = "34.0.0" +sc-consensus = "0.38.0" +sc-executor = "0.37.0" +sc-network = "0.39.0" +sc-network-sync = "0.38.0" +sc-rpc = "34.0.0" +sc-service = "0.40.0" +sc-sysinfo = "32.0.0" +sc-telemetry = "19.0.0" +sc-tracing = "33.0.0" +sc-transaction-pool = "33.0.0" +sc-transaction-pool-api = "33.0.0" +frame-benchmarking = { version = "33.0.0", default-features = false } +frame-benchmarking-cli = "37.0.0" +frame-executive = { version = "33.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.2.0", default-features = false } +frame-support = { version = "33.0.0", default-features = false } +frame-system = { version = "33.0.0", default-features = false } +frame-system-benchmarking = { version = "33.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } +frame-try-runtime = { version = "0.39.0", default-features = false } +pallet-aura = { version = "32.0.0", default-features = false } +pallet-authorship = { version = "33.0.0", default-features = false } +pallet-assets = { version = "34.0.0", default-features = false } +pallet-balances = { version = "34.0.0", default-features = false } +pallet-contracts = { version = "32.0.0", default-features = false } +pallet-message-queue = { version = "36.0.0", default-features = false } +pallet-multisig = { version = "33.0.0", default-features = false } +pallet-nft-fractionalization = { version = "15.0.0", default-features = false } +pallet-nfts = { version = "27.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } +pallet-preimage = { version = "33.0.0", default-features = false } +pallet-proxy = { version = "33.0.0", default-features = false } +pallet-scheduler = { version = "34.0.0", default-features = false } +pallet-session = { version = "33.0.0", default-features = false } +pallet-sudo = { version = "33.0.0", default-features = false } +pallet-timestamp = { version = "32.0.0", default-features = false } +pallet-transaction-payment = { version = "33.0.0", default-features = false } +pallet-transaction-payment-rpc = "35.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } +pallet-utility = { version = "33.0.0", default-features = false } +sp-api = { version = "31.0.0", default-features = false } +sp-authority-discovery = { version = "31.0.0", default-features = false } +sp-block-builder = { version = "31.0.0", default-features = false } +sp-blockchain = "33.0.0" +sp-consensus-aura = { version = "0.37.0", default-features = false } +sp-consensus-babe = { version = "0.37.0", default-features = false } +sp-consensus-beefy = { version = "18.0.0", default-features = false } +sp-consensus-grandpa = { version = "18.0.0", default-features = false } sp-core = { version = "32.0.0", default-features = false } sp-keystore = "0.38.0" -sp-io = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.11.0", default-features = false } -sp-inherents = { version = "30.0.0", default-features = false } -sp-offchain = { version = "30.0.0", default-features = false } -sp-runtime = { version = "35.0.0", default-features = false } -sp-timestamp = "30.0.0" -substrate-frame-rpc-system = "32.0.0" +sp-io = { version = "35.0.0", default-features = false } +sp-genesis-builder = { version = "0.12.0", default-features = false } +sp-inherents = { version = "31.0.0", default-features = false } +sp-offchain = { version = "31.0.0", default-features = false } +sp-runtime = { version = "36.0.0", default-features = false } +sp-timestamp = "31.0.0" +substrate-frame-rpc-system = "33.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "31.0.0", default-features = false } +sp-session = { version = "32.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "30.0.0", default-features = false } -sp-version = { version = "33.0.0", default-features = false } +sp-transaction-pool = { version = "31.0.0", default-features = false } +sp-version = { version = "34.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "11.0.0", default-features = false } -polkadot-cli = "11.0.0" -polkadot-parachain-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-parachains = { version = "11.0.0", default-features = false } -polkadot-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-common = { version = "11.0.0", default-features = false } -rococo-runtime-constants = { version = "11.0.0", default-features = false } -rococo-runtime = { version = "11.0.0", default-features = false } -xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "12.0.0", default-features = false } +polkadot-cli = "12.0.0" +polkadot-parachain-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-parachains = { version = "12.0.0", default-features = false } +polkadot-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-common = { version = "12.0.0", default-features = false } +rococo-runtime-constants = { version = "12.0.0", default-features = false } +rococo-runtime = { version = "12.0.1", default-features = false } +xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } -asset-test-utils = { version = "11.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } +asset-test-utils = { version = "12.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.12.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } +cumulus-primitives-aura = { version = "0.12.0", default-features = false } +cumulus-primitives-core = { version = "0.12.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.12.0", default-features = false } +emulated-integration-tests-common = { version = "8.0.0", default-features = false } +pallet-collator-selection = { version = "14.0.0", default-features = false } +parachains-common = { version = "12.0.0", default-features = false } +parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.12.0" +cumulus-relay-chain-interface = "0.12.0" color-print = "0.3.4" -cumulus-client-cli = "0.11.0" -cumulus-client-collator = "0.11.0" -cumulus-client-consensus-aura = "0.11.0" -cumulus-client-consensus-common = "0.11.0" -cumulus-client-consensus-proposer = "0.11.0" -cumulus-client-service = "0.11.0" +cumulus-client-cli = "0.12.0" +cumulus-client-collator = "0.12.0" +cumulus-client-consensus-aura = "0.12.0" +cumulus-client-consensus-common = "0.12.0" +cumulus-client-consensus-proposer = "0.12.0" +cumulus-client-service = "0.12.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/node/src/cli.rs b/node/src/cli.rs index 665b1129..19532033 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -38,11 +38,6 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try-runtime has migrated to a standalone - /// [CLI](). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. - TryRuntime, - /// Key management CLI utilities #[command(subcommand)] Key(sc_cli::KeySubcommand), diff --git a/node/src/command.rs b/node/src/command.rs index e7be989e..8e0b7bb9 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -10,7 +10,7 @@ use sc_cli::{ NetworkParams, Result, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; -use sp_runtime::traits::AccountIdConversion; +use sp_runtime::traits::HashingFor; use crate::{ chain_spec, @@ -249,9 +249,7 @@ pub fn run() -> Result<()> { Some(Subcommand::ExportGenesisHead(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - construct_benchmark_partials!(config, |partials| { - cmd.run(partials.client) - }) + construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }) }, Some(Subcommand::ExportGenesisWasm(cmd)) => { @@ -265,24 +263,28 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command- match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| { + cmd.run_with_spec::, ReclaimHostFunctions>(Some( + config.chain_spec, + )) + }) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + }, BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }), #[cfg(not(feature = "runtime-benchmarks"))] - BenchmarkCmd::Storage(_) => - Err(sc_cli::Error::Input( - "Compile with --features=runtime-benchmarks \ + BenchmarkCmd::Storage(_) => Err(sc_cli::Error::Input( + "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." - .into(), - )), + .into(), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { @@ -291,15 +293,15 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }) }), - BenchmarkCmd::Machine(cmd) => - runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())), + BenchmarkCmd::Machine(cmd) => { + runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())) + }, // NOTE: this allows the Client to leniently implement // new benchmark commands without requiring a companion MR. #[allow(unreachable_patterns)] _ => Err("Benchmarking sub-command unsupported".into()), } }, - Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()), Some(Subcommand::Key(cmd)) => cmd.run(&cli), None => { let runner = cli.create_runner(&cli.run.normalize())?; @@ -324,17 +326,11 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); - let parachain_account = - AccountIdConversion::::into_account_truncating( - &id, - ); - let tokio_handle = config.tokio_handle.clone(); let polkadot_config = SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, tokio_handle) .map_err(|err| format!("Relay chain argument error: {}", err))?; - info!("Parachain Account: {parachain_account}"); info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" }); match config.chain_spec.runtime() { @@ -342,9 +338,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_devnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_devnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, @@ -359,9 +353,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_testnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_testnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..0e0c6d6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -134,7 +134,7 @@ where config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, - )?; + ); Ok(PartialComponents { backend, @@ -185,7 +185,11 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; - let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); + let net_config = sc_network::config::FullNetworkConfiguration::< + _, + _, + sc_network::NetworkWorker, + >::new(¶chain_config.network); let client = params.client.clone(); let backend = params.backend.clone(); @@ -234,7 +238,7 @@ where transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), - network_provider: network.clone(), + network_provider: Arc::new(network.clone()), is_validator: parachain_config.role.is_authority(), enable_http_requests: false, custom_extensions: move |_| vec![], @@ -356,14 +360,12 @@ pub(crate) fn build_import_queue( config: &Configuration, telemetry: Option, task_manager: &TaskManager, -) -> Result, sc_service::Error> +) -> sc_consensus::DefaultImportQueue where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - Ok(cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< + cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, _, @@ -376,11 +378,10 @@ where let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); Ok(timestamp) }, - slot_duration, &task_manager.spawn_essential_handle(), config.prometheus_registry(), telemetry, - )) + ) } #[allow(clippy::too_many_arguments)] diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..5585479b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,8 +83,8 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-utility.workspace = true cumulus-primitives-storage-weight-reclaim.workspace = true +cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -226,3 +227,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 55ab07bd..a0c72cb3 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index f0264043..6fe9ac6d 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -33,7 +33,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -102,6 +102,7 @@ pub type SignedExtra = ( frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +338,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -956,12 +957,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 1cd8982e..eae8ff77 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -224,3 +226,16 @@ try-runtime = [ ] experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index 55ab07bd..d7def2f5 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,6 +31,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d566bb5f..4b96e031 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -32,7 +32,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +339,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -947,12 +949,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } From 69503952660e01d3b2fd2020d14addb7af105610 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:14:36 +0700 Subject: [PATCH 29/80] fix: comment identation --- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index a0c72cb3..edd82cf6 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index d7def2f5..edd82cf6 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -31,7 +31,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } From 6a1f0caac9b79a83a4d944924a85ecd0be3e2000 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:22:16 +0700 Subject: [PATCH 30/80] fix: remove signed extra from testnet --- Cargo.lock | 1 - runtime/testnet/Cargo.toml | 1 - runtime/testnet/src/lib.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 730b0a19..a85f36b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11795,7 +11795,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index eae8ff77..a8a49437 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 4b96e031..664ef542 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, frame_metadata_hash_extension::CheckMetadataHash, ); From 5503e5f4366ac53053ccf9d695de95b494c0c537 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:07:49 +0700 Subject: [PATCH 31/80] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b3..67d5053c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17191,9 +17191,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -17212,9 +17212,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", From a2025a1ff34f4b2410e8b1f05ba0cbe8e37766af Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:31:50 +0700 Subject: [PATCH 32/80] chore: upgrade to v1.12.0 --- Cargo.lock | 6384 +++++++++++++++-------------- Cargo.toml | 199 +- node/src/chain_spec.rs | 3 +- node/src/service.rs | 6 +- runtime/devnet/Cargo.toml | 14 - runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 1 + runtime/devnet/src/lib.rs | 1 - runtime/testnet/Cargo.toml | 14 - runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 1 + runtime/testnet/src/lib.rs | 1 - 12 files changed, 3461 insertions(+), 3187 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67d5053c..0c8bc02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,11 +23,11 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" dependencies = [ - "gimli 0.28.1", + "gimli 0.29.0", ] [[package]] @@ -77,7 +77,7 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.15", "once_cell", "version_check", ] @@ -89,7 +89,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.2.12", + "getrandom 0.2.15", "once_cell", "version_check", "zerocopy", @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "always-assert" @@ -142,47 +142,48 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" +checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", + "is_terminal_polyfill", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" +checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" [[package]] name = "anstyle-parse" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" +checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" +checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" +checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" dependencies = [ "anstyle", "windows-sys 0.52.0", @@ -190,9 +191,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "approx" @@ -203,20 +204,6 @@ 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" @@ -228,7 +215,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -362,15 +349,9 @@ dependencies = [ [[package]] name = "array-bytes" -version = "4.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" - -[[package]] -name = "array-bytes" -version = "6.2.2" +version = "6.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f840fb7195bcfc5e17ea40c26e5ce6d5b9ce5d584466e17703209657e459ae0" +checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" @@ -418,7 +399,7 @@ dependencies = [ "proc-macro2", "quote", "syn 1.0.109", - "synstructure", + "synstructure 0.12.6", ] [[package]] @@ -441,7 +422,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-hub-paseo-runtime" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "assets-common", "bp-asset-hub-paseo", @@ -456,7 +437,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension 0.1.0", + "frame-metadata-hash-extension", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -482,6 +463,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 29.0.0", "pallet-uniques", "pallet-utility 29.0.0", + "pallet-vesting 29.0.0", "pallet-xcm 8.0.5", "pallet-xcm-benchmarks 8.0.2", "pallet-xcm-bridge-hub-router 0.6.0", @@ -519,32 +501,32 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" -dependencies = [ - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-assets 34.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", - "pallet-session 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-xcm 12.0.0", - "pallet-xcm-bridge-hub-router 0.10.0", - "parachains-common 12.0.0", +checksum = "cbfbbae0e94876dd0db723eccce430751b28036b3874f010d7f557360c75dc05" +dependencies = [ + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-assets 35.0.0", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", + "pallet-session 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-xcm 13.0.0", + "pallet-xcm-bridge-hub-router 0.11.0", + "parachains-common 13.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] @@ -585,27 +567,25 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" +checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ "concurrent-queue", - "event-listener 5.2.0", - "event-listener-strategy 0.5.0", + "event-listener-strategy", "futures-core", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] name = "async-executor" -version = "1.8.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" +checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" dependencies = [ - "async-lock 3.3.0", "async-task", "concurrent-queue", - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-lite 2.3.0", "slab", ] @@ -644,18 +624,18 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" +checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" dependencies = [ - "async-lock 3.3.0", + "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.6.0", - "rustix 0.38.32", + "polling 3.7.2", + "rustix 0.38.34", "slab", "tracing", "windows-sys 0.52.0", @@ -672,13 +652,13 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" +checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 4.0.3", - "event-listener-strategy 0.4.0", - "pin-project-lite 0.2.13", + "event-listener 5.3.1", + "event-listener-strategy", + "pin-project-lite 0.2.14", ] [[package]] @@ -705,43 +685,43 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.32", + "rustix 0.38.34", "windows-sys 0.48.0", ] [[package]] name = "async-signal" -version = "0.2.5" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" +checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d" dependencies = [ - "async-io 2.3.2", - "async-lock 2.8.0", + "async-io 2.3.3", + "async-lock 3.4.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.32", + "rustix 0.38.34", "signal-hook-registry", "slab", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "async-task" -version = "4.7.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -754,7 +734,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] @@ -771,22 +751,22 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autocfg" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ - "addr2line 0.21.0", + "addr2line 0.22.0", "cc", "cfg-if", "libc", "miniz_oxide", - "object 0.32.2", + "object 0.36.0", "rustc-demangle", ] @@ -876,13 +856,13 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.17", + "prettyplease 0.2.20", "proc-macro2", "quote", "regex", "rustc-hash", "shlex", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -1031,18 +1011,15 @@ dependencies = [ [[package]] name = "blocking" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" +checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ - "async-channel 2.2.0", - "async-lock 3.3.0", + "async-channel 2.3.1", "async-task", - "fastrand 2.0.2", "futures-io", "futures-lite 2.3.0", "piper", - "tracing", ] [[package]] @@ -1081,7 +1058,7 @@ dependencies = [ [[package]] name = "bp-asset-hub-paseo" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "frame-support 29.0.2", "sp-std", @@ -1108,7 +1085,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-paseo" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages 0.8.0", @@ -1125,9 +1102,9 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96157f586811969b3911d26cc79e02b28cfbecf859d96d7c12b6af10b9ea9350" +checksum = "1c4d2c457d5e18a5dbfe47a2ecd01f95036930a4a7ac0f3e47c2843bb067331b" dependencies = [ "bp-runtime 0.8.0", "finality-grandpa", @@ -1143,19 +1120,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" +checksum = "326a519a7b9ee4343f779f55ea3c4a2b55f351cdc35c0e99fee7fab102bade7a" dependencies = [ - "bp-runtime 0.12.0", + "bp-runtime 0.13.0", "finality-grandpa", - "frame-support 33.0.0", + "frame-support 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -1165,7 +1142,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf43a49ea13d4c2f141481b6cbff85a197c47fe6aec1f5af21e40b68e8fd02fd" dependencies = [ - "bp-header-chain 0.8.0", + "bp-header-chain 0.8.2", "bp-runtime 0.8.0", "frame-support 29.0.2", "parity-scale-codec", @@ -1177,35 +1154,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" +checksum = "2024e486aae3d4da333de4b282dde6a532ca999bc203008f4b4a4aa3f2cc24a9" dependencies = [ - "bp-header-chain 0.12.0", - "bp-runtime 0.12.0", - "frame-support 33.0.0", + "bp-header-chain 0.13.0", + "bp-runtime 0.13.0", + "frame-support 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" +checksum = "ef51f09cc823259a308e5fcefe92265a03b9d25f8a9614dbd3dc6e3d8c405093" dependencies = [ - "bp-header-chain 0.12.0", - "bp-polkadot-core 0.12.0", - "bp-runtime 0.12.0", - "frame-support 33.0.0", + "bp-header-chain 0.13.0", + "bp-polkadot-core 0.13.0", + "bp-runtime 0.13.0", + "frame-support 34.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -1230,35 +1207,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" +checksum = "34b334d9e146217b3d1697b1e2878de0b88d2bc8ce74efb754807912142dc432" dependencies = [ - "bp-messages 0.12.0", - "bp-runtime 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-messages 0.13.0", + "bp-runtime 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" +checksum = "e550adc92307a4cdbddb4d65422bd66c28b0d316b39bae8b463c3c52b538aff5" dependencies = [ - "bp-messages 0.12.0", - "bp-runtime 0.12.0", - "frame-support 33.0.0", + "bp-messages 0.13.0", + "bp-runtime 0.13.0", + "frame-support 34.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -1288,12 +1265,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" +checksum = "3e1b86bc3828b9faf73a107476cebc1392f808c5b3e074d5e09af396dc60bd05" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,34 +1278,34 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" +checksum = "5d40fa66f15a2cb21438853ba9fd8734d4efb13014e50d79b475b0ccdc3a38cb" dependencies = [ - "bp-header-chain 0.12.0", + "bp-header-chain 0.13.0", "bp-parachains", - "bp-polkadot-core 0.12.0", - "bp-runtime 0.12.0", + "bp-polkadot-core 0.13.0", + "bp-runtime 0.13.0", "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 35.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -1354,50 +1331,51 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" +checksum = "b493c8238552fb50edfe9c3eb94e8058fce36cce71cc9ad0fb1902d3aedcd902" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" +checksum = "ba8dcc8e41df37da2d4a772961a3f1e0aa07252146ff8603a46c82234fc465fc" dependencies = [ - "bp-header-chain 0.12.0", - "bp-messages 0.12.0", + "bp-header-chain 0.13.0", + "bp-messages 0.13.0", "bp-parachains", - "bp-polkadot-core 0.12.0", + "bp-polkadot-core 0.13.0", "bp-relayers", - "bp-runtime 0.12.0", + "bp-runtime 0.13.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.11.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-xcm-bridge-hub-router 0.12.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 33.0.0", - "pallet-utility 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-utility 34.0.0", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "sp-trie 35.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "tuplex", ] [[package]] @@ -1426,9 +1404,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.15.4" +version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "byte-slice-cast" @@ -1444,9 +1422,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" +checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5" [[package]] name = "byteorder" @@ -1483,9 +1461,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" dependencies = [ "serde", ] @@ -1507,7 +1485,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.22", + "semver 1.0.23", "serde", "serde_json", "thiserror", @@ -1515,12 +1493,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.90" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" +checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" dependencies = [ "jobserver", "libc", + "once_cell", ] [[package]] @@ -1534,9 +1513,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" +checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" dependencies = [ "smallvec", ] @@ -1589,16 +1568,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.4", + "windows-targets 0.52.5", ] [[package]] @@ -1658,9 +1637,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", @@ -1669,9 +1648,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.4" +version = "4.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" dependencies = [ "clap_builder", "clap_derive", @@ -1679,9 +1658,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" dependencies = [ "anstream", "anstyle", @@ -1692,21 +1671,21 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.4" +version = "4.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "clap_lex" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" +checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "coarsetime" @@ -1731,30 +1710,30 @@ dependencies = [ [[package]] name = "color-print" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d" +checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" dependencies = [ "color-print-proc-macro", ] [[package]] name = "color-print-proc-macro" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f" +checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" dependencies = [ "nom", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.66", ] [[package]] name = "colorchoice" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "combine" @@ -1768,12 +1747,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" +checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.25.0", - "strum_macros 0.25.3", + "strum 0.26.2", + "strum_macros 0.26.4", "unicode-width", ] @@ -1785,9 +1764,9 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "concurrent-queue" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ] @@ -1826,7 +1805,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.15", "once_cell", "tiny-keccak", ] @@ -2023,9 +2002,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -2060,9 +2039,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crunchy" @@ -2134,9 +2113,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" +checksum = "85253f32659117ed1f4aa213e3257dcc022be89f091be91dc83993de5ed8d060" dependencies = [ "clap", "parity-scale-codec", @@ -2145,55 +2124,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" +checksum = "d6197f6736982d38c34ee006f3bb71760a52dd87fdbc65798088c2916d18469d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "futures", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-consensus", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" +checksum = "c04552e4aa9eaa59be930ee23a910f0c41ba3e6d9e725cc21808c11fe8eb8f09" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.12.0", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-aura 0.13.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2201,125 +2180,125 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", - "sp-timestamp 31.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", + "sp-timestamp 32.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" +checksum = "81828c28d9a38669f45420d31d18580760381ae86e1b2ecd2a426f1e57ce74fb" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-timestamp 31.0.0", - "sp-trie 34.0.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-timestamp 32.0.0", + "sp-trie 35.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" +checksum = "bbf30d94b3abfd99cef2e99ce0314bcd4f17d973bc02cee867f32171644a8191" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-parachain-inherent 0.13.0", "sp-consensus", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" +checksum = "afcfd3ecd531f3f8a83c6d39715e6e1804cb70da0d162706c0e82de90003407b" dependencies = [ "async-trait", "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-primitives", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" +checksum = "69fd3787124724561055fe7178866120ecf47e30f72d90ef9299233d74e32a66" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-crypto-hashing", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" +checksum = "bc3fc23f6dc74dc346bee76554b581d72ffe5bbe2b26d44a210559012c9732e0" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2327,34 +2306,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" +checksum = "c1cb06d29f61d047814a32070014ad259dae1ec0a4426c9474991952de8b21d7" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-proof-size-hostfunction 0.7.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-proof-size-hostfunction 0.8.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2366,13 +2345,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-transaction-pool 31.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-transaction-pool 32.0.0", ] [[package]] @@ -2396,20 +2375,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" +checksum = "98aaa88ee4435475935579907b03e4f60b086c6878945868a4d4e31510957431" dependencies = [ - "cumulus-pallet-parachain-system 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-aura 32.0.0", - "pallet-timestamp 32.0.0", + "cumulus-pallet-parachain-system 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-aura 33.0.0", + "pallet-timestamp 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-consensus-aura 0.37.0", - "sp-runtime 36.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-aura 0.38.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -2451,37 +2430,38 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" +checksum = "d9224798d18e22f3847b2d513dcb8db5611f8ddd62813da81154f9cfe95c2d78" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", - "cumulus-primitives-proof-size-hostfunction 0.7.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", + "cumulus-primitives-proof-size-hostfunction 0.8.0", "environmental", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-message-queue 36.0.0", + "pallet-message-queue 37.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", "scale-info", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", - "sp-version 34.0.0", - "staging-xcm 12.0.0", + "sp-trie 35.0.0", + "sp-version 35.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", "trie-db 0.29.1", ] @@ -2494,7 +2474,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -2514,16 +2494,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" +checksum = "e4f32808caa41da9a1db60e1de9e7ba84eb7370067f481ecc7ceb137aede0ac5" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-session 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-session 34.0.0", "parity-scale-codec", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -2546,19 +2526,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" +checksum = "e3bfe7a26ebf90b71ab9cb75f983f29d9a2a47205fabde8ad6d8589c629f1851" dependencies = [ - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", + "staging-xcm 13.0.1", ] [[package]] @@ -2589,28 +2569,29 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" +checksum = "d89d7c1ee618846a05153082bb30408ef574227899d2b3d20ec1dd234649a076" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.11.0", - "cumulus-primitives-core 0.12.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-xcm-bridge-hub-router 0.12.0", + "cumulus-primitives-core 0.13.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-message-queue 36.0.0", + "pallet-message-queue 37.0.0", "parity-scale-codec", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", ] [[package]] @@ -2630,16 +2611,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" +checksum = "35269d04c8b6a775be07c49e5512f383d455bb91fe951adef8c72d45600a9acd" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 12.0.0", - "polkadot-primitives 12.0.0", - "sp-api 31.0.0", - "sp-consensus-aura 0.37.0", - "sp-runtime 36.0.0", + "polkadot-core-primitives 13.0.0", + "polkadot-primitives 13.0.0", + "sp-api 32.0.0", + "sp-consensus-aura 0.38.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -2663,20 +2644,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" +checksum = "a8947e8b09cef060025d11a8da171f698da4d9b67191b5bc3f96d6cec553f17d" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 12.0.0", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "scale-info", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", - "staging-xcm 12.0.0", + "sp-trie 35.0.0", + "staging-xcm 13.0.1", ] [[package]] @@ -2697,20 +2678,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" +checksum = "698272736111f59f0b8c88cfa8586ef943b355958da683676e753af9f351a06a" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -2726,30 +2707,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" +checksum = "f815c73e6d8a5b44daac8881770137a99364d4c531ae9a21b2e6909a889631f1" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "3.0.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" +checksum = "8d48fbf5b0f5b43df5811fdf3efd5c16517960885e51e7de79bf3f7def8c25b9" dependencies = [ - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-proof-size-hostfunction 0.7.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-proof-size-hostfunction 0.8.0", "docify", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -2776,33 +2757,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" +checksum = "3195604b37c3de5407201cf77deabb4436a6ddb2db6206bc72aa6a356402532e" dependencies = [ - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", "log", - "pallet-asset-conversion 15.0.0", + "pallet-asset-conversion 16.0.0", "parity-scale-codec", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" +checksum = "e10278c5ed258ba0ca63cfa103cacc3d15b95f2b0044557a57653188ef76d5e3" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2813,48 +2794,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-consensus", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" +checksum = "0dfb9dc86a639df592a99272aadd6bcba50ba4d183c35525c32e0c8b33f085bd" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-state-machine 0.40.0", + "sp-state-machine 0.41.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" +checksum = "dcd2da7aef1dfb8257ba4358cb7f41d032361417db10835bf8cff00e2a781fc6" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2863,7 +2844,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2872,11 +2853,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-runtime 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2884,12 +2865,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" +checksum = "ab70504899cac7553fd5866586e4a5229c6da52091be78893271e0c1972064ad" dependencies = [ "async-trait", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2907,14 +2888,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 31.0.0", - "sp-authority-discovery 31.0.0", - "sp-consensus-babe 0.37.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-api 32.0.0", + "sp-authority-discovery 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-storage 21.0.0", - "sp-version 34.0.0", + "sp-version 35.0.0", "thiserror", "tokio", "tokio-util", @@ -2924,17 +2905,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" +checksum = "09720b54033b0f2ee3d254a90cfecf62a46db5c8ce16cc893218e7662662d507" dependencies = [ - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "polkadot-primitives 13.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -2975,7 +2956,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -2993,9 +2974,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4dc7287237dd438b926a81a1a5605dad33d286870e5eee2db17bf2bcd9e92a" +checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" dependencies = [ "cc", "cxxbridge-flags", @@ -3005,9 +2986,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f47c6c8ad7c1a10d3ef0fe3ff6733f4db0d78f08ef0b13121543163ef327058b" +checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e" dependencies = [ "cc", "codespan-reporting", @@ -3015,24 +2996,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "cxxbridge-flags" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701a1ac7a697e249cdd8dc026d7a7dafbfd0dbcd8bd24ec55889f2bc13dd6287" +checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" [[package]] name = "cxxbridge-macro" -version = "1.0.120" +version = "1.0.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b404f596046b0bb2d903a9c786b875a126261b52b7c3a64bbb66382c41c771df" +checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -3042,23 +3023,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] name = "data-encoding" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" [[package]] name = "data-encoding-macro" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e" +checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3066,9 +3047,9 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3" +checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" dependencies = [ "data-encoding", "syn 1.0.109", @@ -3076,9 +3057,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", "zeroize", @@ -3137,20 +3118,20 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "derive_more" -version = "0.99.17" +version = "0.99.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version", - "syn 1.0.109", + "syn 2.0.66", ] [[package]] @@ -3239,7 +3220,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -3263,9 +3244,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.55", + "syn 2.0.66", "termcolor", - "toml 0.8.12", + "toml 0.8.14", "walkdir", ] @@ -3277,9 +3258,9 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "downcast-rs" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dtoa" @@ -3399,7 +3380,7 @@ checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", "ed25519 2.2.3", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "rand_core 0.6.4", "sha2 0.10.8", @@ -3408,9 +3389,9 @@ dependencies = [ [[package]] name = "either" -version = "1.10.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" +checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" [[package]] name = "elliptic-curve" @@ -3434,35 +3415,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" +checksum = "9aa74566b10af2682dab03c3c66cfeec31051af7aa1c057ddaea4d4f952569ed" dependencies = [ "asset-test-utils", - "bp-messages 0.12.0", + "bp-messages 0.13.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", - "pallet-assets 34.0.0", - "pallet-balances 34.0.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", + "pallet-assets 35.0.0", + "pallet-balances 35.0.0", "pallet-bridge-messages", - "pallet-message-queue 36.0.0", - "pallet-xcm 12.0.0", - "parachains-common 12.0.0", + "pallet-message-queue 37.0.0", + "pallet-xcm 13.0.0", + "parachains-common 13.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-parachains 13.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 31.0.0", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "staging-xcm 12.0.0", + "sp-authority-discovery 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "staging-xcm 13.0.1", "xcm-emulator", ] @@ -3493,27 +3474,27 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "enumflags2" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d" +checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" +checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -3524,14 +3505,14 @@ checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "env_filter" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" +checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" dependencies = [ "log", "regex", @@ -3552,9 +3533,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.3" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" +checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" dependencies = [ "anstream", "anstyle", @@ -3577,9 +3558,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ "libc", "windows-sys 0.52.0", @@ -3640,49 +3621,28 @@ checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.13", -] - -[[package]] -name = "event-listener" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] name = "event-listener" -version = "5.2.0" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" +checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.13", -] - -[[package]] -name = "event-listener-strategy" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" -dependencies = [ - "event-listener 4.0.3", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] name = "event-listener-strategy" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" +checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ - "event-listener 5.2.0", - "pin-project-lite 0.2.13", + "event-listener 5.3.1", + "pin-project-lite 0.2.14", ] [[package]] @@ -3696,28 +3656,17 @@ dependencies = [ [[package]] name = "expander" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881" -dependencies = [ - "blake3", - "fs-err", - "proc-macro2", - "quote", -] - -[[package]] -name = "expander" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00e83c02035136f1592a47964ea60c05a50e4ed8b5892cfac197063850898d4d" +checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2" dependencies = [ "blake2 0.10.6", + "file-guard", "fs-err", - "prettier-please", + "prettyplease 0.2.20", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -3743,15 +3692,15 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" +checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fatality" -version = "0.0.6" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab" +checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" dependencies = [ "fatality-proc-macro", "thiserror", @@ -3759,17 +3708,16 @@ dependencies = [ [[package]] name = "fatality-proc-macro" -version = "0.0.6" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd" +checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ - "expander 0.0.4", - "indexmap 1.9.3", - "proc-macro-crate 1.3.1", + "expander", + "indexmap 2.2.6", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 1.0.109", - "thiserror", + "syn 2.0.66", ] [[package]] @@ -3794,9 +3742,19 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.7" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" + +[[package]] +name = "file-guard" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" +checksum = "21ef72acf95ec3d7dbf61275be556299490a245f017cf084bd23b4f68cf9407c" +dependencies = [ + "libc", + "winapi", +] [[package]] name = "file-per-thread-logger" @@ -3832,7 +3790,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "scale-info", ] @@ -3856,9 +3814,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.28" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "libz-sys", @@ -3913,6 +3871,16 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "forwarded-header-value" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" +dependencies = [ + "nonempty", + "thiserror", +] + [[package]] name = "fragile" version = "2.0.0" @@ -3947,24 +3915,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" +checksum = "130b79108bca3d8850e850c276f1012058593d6a2a8774132e72766245bbcacc" dependencies = [ - "frame-support 33.0.0", - "frame-support-procedural 28.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-support-procedural 29.0.1", + "frame-system 34.0.1", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3973,21 +3941,21 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" +checksum = "13238d7648598b5476ddbf87c8633eb299c1f872e93c9afc874a1419e6e990d2" dependencies = [ "Inflector", - "array-bytes 6.2.2", + "array-bytes", "chrono", "clap", "comfy-table", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "gethostname", "handlebars", - "itertools 0.10.5", + "itertools 0.11.0", "lazy_static", "linked-hash-map", "log", @@ -4004,19 +3972,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-database", "sp-externalities 0.28.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-storage 21.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -4031,7 +3999,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4054,19 +4022,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" +checksum = "74e498d8b21ba927024302645e0f4d0d0136c9620808d8425bb309fb8a92d3ff" dependencies = [ "frame-election-provider-solution-type", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -4091,20 +4059,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" +checksum = "f5ab937cea917f5875b0e08d55ed941f9c82c2b08628d6bf47b90c63c48ef607" dependencies = [ - "aquamarine 0.3.3", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-try-runtime 0.39.0", + "aquamarine", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-try-runtime 0.40.0", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4127,7 +4095,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bb1eec9eb46d3e016c95b2fa875118c04609f2150013c56a894cae00581e265" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "docify", "frame-support 29.0.2", "frame-system 29.0.0", @@ -4137,30 +4105,14 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "frame-metadata-hash-extension" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "frame-support 33.0.0", - "frame-system 33.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 36.0.0", -] - [[package]] name = "frame-support" version = "29.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8e52c84b611d2049d9253f83a62ab0f093e4be5c42a7ef42ea5bb16d6611e32" dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", + "aquamarine", + "array-bytes", "bitflags 1.3.2", "docify", "environmental", @@ -4197,17 +4149,17 @@ dependencies = [ [[package]] name = "frame-support" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" +checksum = "9c177377726d7bb598dd942e38168c1eb6872d53810a6bf810f0a428f9a46be8" dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", + "aquamarine", + "array-bytes", "bitflags 1.3.2", "docify", "environmental", "frame-metadata", - "frame-support-procedural 28.0.0", + "frame-support-procedural 29.0.1", "impl-trait-for-tuples", "k256", "log", @@ -4218,18 +4170,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", - "sp-state-machine 0.40.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", + "sp-state-machine 0.41.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4246,7 +4198,7 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.1.5", - "expander 2.1.0", + "expander", "frame-support-procedural-tools 10.0.0", "itertools 0.10.5", "macro_magic", @@ -4254,27 +4206,27 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "frame-support-procedural" -version = "28.0.0" +version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" +checksum = "1f822826825d810d0e096e70493cbc1032ff3ccf1324d861040865635112b6aa" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", - "expander 2.1.0", + "expander", "frame-support-procedural-tools 12.0.0", - "itertools 0.10.5", + "itertools 0.11.0", "macro_magic", "proc-macro-warning", "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4287,7 +4239,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4300,7 +4252,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4311,7 +4263,7 @@ checksum = "68672b9ec6fe72d259d3879dc212c5e42e977588cdac830c76f54d9f492aeb58" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4322,7 +4274,7 @@ checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4348,22 +4300,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "33.0.0" +version = "34.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" +checksum = "85777d5cb78d8f244aa4e92a06d13c234f7980dd7095b1baeefc23a5945cad6c" dependencies = [ "cfg-if", "docify", - "frame-support 33.0.0", + "frame-support 34.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-version 34.0.0", + "sp-version 35.0.0", "sp-weights 31.0.0", ] @@ -4385,17 +4337,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" +checksum = "b2df1ebcb669ae29aec03f6f87b232f2446942fb79fad72434d8d0a0fd7df917" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -4411,12 +4363,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" +checksum = "bd92e3fe18b93d456efdabbd98070a1d720be5b6affe589379db9b7d9272eba5" dependencies = [ "parity-scale-codec", - "sp-api 31.0.0", + "sp-api 32.0.0", ] [[package]] @@ -4434,14 +4386,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" +checksum = "748a6c8286447388ff7a35d88fc2e0be3b26238c609c88b7774615c274452413" dependencies = [ - "frame-support 33.0.0", + "frame-support 34.0.0", "parity-scale-codec", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -4470,7 +4422,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.34", "windows-sys 0.48.0", ] @@ -4540,7 +4492,7 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "waker-fn", ] @@ -4550,11 +4502,11 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-core", "futures-io", "parking", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] @@ -4565,7 +4517,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -4610,7 +4562,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "pin-utils", "slab", ] @@ -4667,9 +4619,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", @@ -4717,6 +4669,12 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" + [[package]] name = "glob" version = "0.3.1" @@ -4735,7 +4693,7 @@ dependencies = [ "futures-timer", "no-std-compat", "nonzero_ext", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "portable-atomic", "quanta", "rand 0.8.5", @@ -4822,9 +4780,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash 0.8.11", "allocator-api2", @@ -4837,7 +4795,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -4858,6 +4816,12 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + [[package]] name = "hex" version = "0.4.3" @@ -4964,7 +4928,7 @@ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", "http", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", ] [[package]] @@ -4975,9 +4939,9 @@ checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" [[package]] name = "httparse" -version = "1.8.0" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] name = "httpdate" @@ -4993,9 +4957,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.28" +version = "0.14.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" +checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" dependencies = [ "bytes", "futures-channel", @@ -5007,8 +4971,8 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.13", - "socket2 0.5.6", + "pin-project-lite 0.2.14", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -5025,7 +4989,7 @@ dependencies = [ "http", "hyper", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", @@ -5042,7 +5006,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core", + "windows-core 0.52.0", ] [[package]] @@ -5055,8 +5019,126 @@ dependencies = [ ] [[package]] -name = "idna" -version = "0.2.3" +name = "icu_collections" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locid" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_locid_transform" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_locid_transform_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_locid_transform_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" + +[[package]] +name = "icu_normalizer" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "utf16_iter", + "utf8_iter", + "write16", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" + +[[package]] +name = "icu_properties" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locid_transform", + "icu_properties_data", + "icu_provider", + "tinystr", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" + +[[package]] +name = "icu_provider" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +dependencies = [ + "displaydoc", + "icu_locid", + "icu_provider_macros", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_provider_macros" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "idna" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ @@ -5077,12 +5159,14 @@ dependencies = [ [[package]] name = "idna" -version = "0.5.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "icu_normalizer", + "icu_properties", + "smallvec", + "utf8_iter", ] [[package]] @@ -5101,7 +5185,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ - "async-io 2.3.2", + "async-io 2.3.3", "core-foundation", "fnv", "futures", @@ -5165,18 +5249,18 @@ dependencies = [ [[package]] name = "include_dir" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" dependencies = [ "include_dir_macros", ] [[package]] name = "include_dir_macros" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" dependencies = [ "proc-macro2", "quote", @@ -5200,7 +5284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -5220,9 +5304,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", ] @@ -5248,29 +5332,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.12.0", + "cumulus-primitives-core 0.13.0", "emulated-integration-tests-common", - "frame-support 33.0.0", - "pallet-assets 34.0.0", - "pallet-balances 34.0.0", - "pallet-message-queue 36.0.0", - "pallet-xcm 12.0.0", + "frame-support 34.0.0", + "pallet-assets 35.0.0", + "pallet-balances 35.0.0", + "pallet-message-queue 37.0.0", + "pallet-xcm 13.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-parachains 13.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 31.0.0", - "sp-consensus-aura 0.37.0", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-authority-discovery 32.0.0", + "sp-consensus-aura 0.38.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", "tracing-subscriber 0.3.18", ] @@ -5280,7 +5364,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -5297,7 +5381,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.6", + "socket2 0.5.7", "widestring", "windows-sys 0.48.0", "winreg", @@ -5315,7 +5399,7 @@ version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.52.0", ] @@ -5329,6 +5413,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "is_terminal_polyfill" +version = "1.70.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" + [[package]] name = "itertools" version = "0.10.5" @@ -5347,17 +5437,26 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + [[package]] name = "itoa" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jobserver" -version = "0.1.28" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" +checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" dependencies = [ "libc", ] @@ -5396,7 +5495,7 @@ dependencies = [ "http", "jsonrpsee-core", "pin-project", - "rustls-native-certs 0.7.1", + "rustls-native-certs 0.7.0", "rustls-pki-types", "soketto", "thiserror", @@ -5420,7 +5519,7 @@ dependencies = [ "futures-util", "hyper", "jsonrpsee-types", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "rustc-hash", @@ -5442,7 +5541,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -5540,7 +5639,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ "kvdb", - "parking_lot 0.12.1", + "parking_lot 0.12.3", ] [[package]] @@ -5551,7 +5650,7 @@ checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ "kvdb", "num_cpus", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "regex", "rocksdb", "smallvec", @@ -5559,9 +5658,9 @@ dependencies = [ [[package]] name = "landlock" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1530c5b973eeed4ac216af7e24baf5737645a6272e361f1fb95710678b67d9cc" +checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7" dependencies = [ "enumflags2", "libc", @@ -5582,9 +5681,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libloading" @@ -5593,7 +5692,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.4", + "windows-targets 0.52.5", ] [[package]] @@ -5611,7 +5710,7 @@ dependencies = [ "bytes", "futures", "futures-timer", - "getrandom 0.2.12", + "getrandom 0.2.15", "instant", "libp2p-allow-block-list", "libp2p-connection-limits", @@ -5676,7 +5775,7 @@ dependencies = [ "multihash 0.17.0", "multistream-select", "once_cell", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "quick-protobuf", "rand 0.8.5", @@ -5696,7 +5795,7 @@ dependencies = [ "futures", "libp2p-core", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "smallvec", "trust-dns-resolver 0.22.0", ] @@ -5858,7 +5957,7 @@ dependencies = [ "libp2p-identity", "libp2p-tls", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "quinn-proto", "rand 0.8.5", "rustls 0.20.9", @@ -5974,7 +6073,7 @@ dependencies = [ "futures-rustls", "libp2p-core", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "quicksink", "rw-stream-sink", "soketto", @@ -5997,13 +6096,12 @@ dependencies = [ [[package]] name = "libredox" -version = "0.0.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.5.0", "libc", - "redox_syscall 0.4.1", ] [[package]] @@ -6071,9 +6169,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.16" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" +checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" dependencies = [ "cc", "pkg-config", @@ -6127,9 +6225,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lioness" @@ -6143,6 +6241,12 @@ dependencies = [ "keystream", ] +[[package]] +name = "litemap" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" + [[package]] name = "litep2p" version = "0.3.0" @@ -6164,10 +6268,10 @@ dependencies = [ "multihash 0.17.0", "network-interface", "nohash-hasher", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "prost 0.11.9", - "prost-build", + "prost-build 0.11.9", "quinn", "rand 0.8.5", "rcgen", @@ -6178,9 +6282,64 @@ dependencies = [ "simple-dns", "smallvec", "snow", - "socket2 0.5.6", + "socket2 0.5.7", "static_assertions", - "str0m", + "str0m 0.2.0", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + +[[package]] +name = "litep2p" +version = "0.4.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f680216510836ee5211c91d80add8d1b5ba2628a61b6d17263e6539e577a2cab" +dependencies = [ + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "prost 0.11.9", + "prost-build 0.11.9", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.7", + "static_assertions", + "str0m 0.4.1", "thiserror", "tokio", "tokio-stream", @@ -6200,9 +6359,9 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ "autocfg", "scopeguard", @@ -6249,9 +6408,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.24.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" +checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91" dependencies = [ "libc", "lz4-sys", @@ -6259,9 +6418,9 @@ dependencies = [ [[package]] name = "lz4-sys" -version = "1.9.4" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" +checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3" dependencies = [ "cc", "libc", @@ -6285,7 +6444,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -6299,7 +6458,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -6310,7 +6469,7 @@ checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -6321,7 +6480,7 @@ checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -6366,9 +6525,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.1" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memfd" @@ -6376,7 +6535,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.34", ] [[package]] @@ -6415,20 +6574,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "merkleized-metadata" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" -dependencies = [ - "array-bytes 6.2.2", - "blake3", - "frame-metadata", - "parity-scale-codec", - "scale-decode", - "scale-info", -] - [[package]] name = "merlin" version = "3.0.0" @@ -6460,9 +6605,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" +checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" dependencies = [ "adler", ] @@ -6494,7 +6639,7 @@ dependencies = [ "hashlink", "lioness", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", @@ -6505,38 +6650,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" +checksum = "663618e90cf942896a983beeec6bd1c4b25f30cabc1a54d16627866611dd7088" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-mmr-primitives 32.0.1", + "sp-runtime 37.0.0", ] [[package]] name = "mmr-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" +checksum = "63ae3285ed10596e5d6c0f7ac651fae1dd04155ee874e55311c6885fa8435ecd" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-mmr-primitives 32.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -6607,7 +6752,7 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.0", + "multihash-derive 0.8.1", "sha2 0.10.8", "sha3", "unsigned-varint", @@ -6624,7 +6769,7 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.0", + "multihash-derive 0.8.1", "sha2 0.10.8", "sha3", "unsigned-varint", @@ -6662,16 +6807,16 @@ dependencies = [ [[package]] name = "multihash-derive" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd" +checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 1.1.3", "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109", - "synstructure", + "synstructure 0.12.6", ] [[package]] @@ -6687,16 +6832,16 @@ dependencies = [ [[package]] name = "multihash-derive-impl" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38685e08adb338659871ecfc6ee47ba9b22dcc8abcf6975d379cc49145c3040" +checksum = "3958713ce794e12f7c6326fac9aa274c68d74c4881dd37b3e2662b8a2046bb19" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 2.0.0", "proc-macro-error", "proc-macro2", "quote", - "syn 1.0.109", - "synstructure", + "syn 2.0.66", + "synstructure 0.13.1", ] [[package]] @@ -6705,6 +6850,12 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +[[package]] +name = "multimap" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" + [[package]] name = "multistream-select" version = "0.12.1" @@ -6721,9 +6872,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.4" +version = "0.32.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4541eb06dce09c0241ebbaab7102f0a01a0c8994afed2e5d0d66775016e25ac2" +checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" dependencies = [ "approx", "matrixmultiply", @@ -6816,9 +6967,9 @@ dependencies = [ [[package]] name = "netlink-sys" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" +checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" dependencies = [ "bytes", "futures", @@ -6852,12 +7003,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ "bitflags 2.5.0", "cfg-if", + "cfg_aliases", "libc", ] @@ -6895,6 +7047,12 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nonempty" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" + [[package]] name = "nonzero_ext" version = "0.3.0" @@ -6919,20 +7077,19 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" dependencies = [ - "autocfg", "num-integer", "num-traits", ] [[package]] name = "num-complex" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ "num-traits", ] @@ -6964,11 +7121,10 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "autocfg", "num-bigint", "num-integer", "num-traits", @@ -6976,9 +7132,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", "libm", @@ -6990,7 +7146,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", ] @@ -7015,6 +7171,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" +dependencies = [ + "memchr", +] + [[package]] name = "oid-registry" version = "0.6.1" @@ -7044,9 +7209,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -7065,7 +7230,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -7085,9 +7250,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" dependencies = [ "cc", "libc", @@ -7104,9 +7269,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "orchestra" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2356622ffdfe72362a45a1e5e87bb113b8327e596e39b91f11f0ef4395c8da79" +checksum = "92829eef0328a3d1cd22a02c0e51deb92a5362df3e7d21a4e9bdc38934694e66" dependencies = [ "async-trait", "dyn-clonable", @@ -7121,15 +7286,15 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eedb646674596266dc9bb2b5c7eea7c36b32ecc7777eba0d510196972d72c4fd" +checksum = "1344346d5af32c95bbddea91b18a88cc83eac394192d20ef2fc4c40a74332355" dependencies = [ - "expander 2.1.0", + "expander", "indexmap 2.2.6", "itertools 0.11.0", "petgraph", - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 1.0.109", @@ -7171,21 +7336,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" +checksum = "f7428d88b215ade92402d6c01ad02f51b6bba02c69fab8c174e0b223b335d773" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7223,17 +7388,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" +checksum = "52ebd9fbc2bdd0015bc015103a596035de2b41d01f339f7fe732885fbd774ba0" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -7258,20 +7423,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" +checksum = "428dad50f10165a0d9757443733e38c94f371578fe44c9c989457d2cd61080ed" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-transaction-payment 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-transaction-payment 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7294,18 +7459,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" +checksum = "5ce4a9e4704ec26889ed2245064d389251a04314c144239c08c9340ea5e14d1e" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -7329,19 +7494,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" +checksum = "387cfc84d2d716e23948f9777f97cf1c57461d33b22dcceeeb03493b3ad1059b" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-timestamp 32.0.0", + "pallet-timestamp 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-consensus-aura 0.37.0", - "sp-runtime 36.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-aura 0.38.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7364,18 +7529,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" +checksum = "2d9b476d5331907127d707a184f5454c8ded644c1530115241a576c578ecdfea" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-session 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-session 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-authority-discovery 31.0.0", - "sp-runtime 36.0.0", + "sp-application-crypto 36.0.0", + "sp-authority-discovery 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7396,16 +7561,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" +checksum = "ccd3d28c92dff65f0d198e88e3689f5282903138102bff84cc3794a1426665fc" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7436,26 +7601,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" +checksum = "43127ee85b3a00650557a269efe1409f192df52e01abbed18dbaee9b5ccc174d" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-session 33.0.0", - "pallet-timestamp 32.0.0", + "pallet-authorship 34.0.0", + "pallet-session 34.0.0", + "pallet-timestamp 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-consensus-babe 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -7465,7 +7630,7 @@ version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd27bfa4bfa5751652842b81241c7eff3e68f2806d9dacc17b03d2cb20a39756" dependencies = [ - "aquamarine 0.5.0", + "aquamarine", "docify", "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", @@ -7484,23 +7649,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" +checksum = "597db43f545daa97771c2c84f8d53e7b6596a37f58fe28329b221cfc45cb7575" dependencies = [ - "aquamarine 0.5.0", + "aquamarine", "docify", - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7524,18 +7689,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" +checksum = "b8bd03d979e84ec22862e62bece760601c10cc72712aa1fc43358ae9837dc9fd" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7562,22 +7727,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" +checksum = "ef1a8f4f497878782988bdd7df0a825b4757921804fb7bafcc8df3b9e990c7a0" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-session 33.0.0", + "pallet-authorship 34.0.0", + "pallet-session 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 18.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-consensus-beefy 19.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -7587,7 +7752,7 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d334f24d3c0c016d16aa87d069485847d622e8ebebace18ec5cf56609ca3a67" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "binary-merkle-tree 14.0.0", "frame-support 29.0.2", "frame-system 29.0.0", @@ -7609,27 +7774,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" +checksum = "c3e144caa40bc9a8b2947a0de2cb5eae3e701790bf9c2105536b6943d234aa7e" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "binary-merkle-tree 15.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-beefy 33.0.0", - "pallet-mmr 32.0.0", - "pallet-session 33.0.0", + "pallet-beefy 34.0.0", + "pallet-mmr 33.0.0", + "pallet-session 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 31.0.0", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-api 32.0.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-std", ] @@ -7654,104 +7819,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" +checksum = "a8f1b72d43025037e2ef80598ddd2a7d2d7af7e592173fa49d787b405a314c24" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-treasury 32.0.0", + "pallet-treasury 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" +checksum = "a3e00545cfa1a32881cf43685dc3589d8c13599ae014fcceec705efe0948c9ff" dependencies = [ - "bp-header-chain 0.12.0", - "bp-runtime 0.12.0", + "bp-header-chain 0.13.0", + "bp-runtime 0.13.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 18.0.0", - "sp-runtime 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" +checksum = "be7caa274f58bc7dc72db5a6ac3a6e0329b92aee83610d879e2856018b4a8b2d" dependencies = [ - "bp-messages 0.12.0", - "bp-runtime 0.12.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-messages 0.13.0", + "bp-runtime 0.13.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" +checksum = "ef9e73cd6854b9c8a1b3f9b8e87b944f953490fecd7ffff02fd2816e04ed4672" dependencies = [ - "bp-header-chain 0.12.0", + "bp-header-chain 0.13.0", "bp-parachains", - "bp-polkadot-core 0.12.0", - "bp-runtime 0.12.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-polkadot-core 0.13.0", + "bp-runtime 0.13.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" +checksum = "4396df49869eb807995337cb49baf9e85a9fcccb3131cff7ee4167f2c9e38b0a" dependencies = [ - "bp-messages 0.12.0", + "bp-messages 0.13.0", "bp-relayers", - "bp-runtime 0.12.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-runtime 0.13.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7776,21 +7941,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" +checksum = "1dbfcca449d6ab4c922c4ea78647f0f9d0df0ddc29e23e2bf6c51bfd86abd97f" dependencies = [ "bitvec", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -7816,21 +7981,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" +checksum = "f05475c4590ac456090c430d5f8b0a3b66820048bd3b25fb273a992ea8c8e36e" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-bounties 32.0.0", - "pallet-treasury 32.0.0", + "pallet-bounties 33.0.0", + "pallet-treasury 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -7857,57 +8022,57 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" +checksum = "191fe5efd59d6e68d36b15e5abf86a7169a3c1754e2a55f0ecd0555e8326eb05" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-balances 34.0.0", - "pallet-session 33.0.0", + "pallet-authorship 34.0.0", + "pallet-balances 35.0.0", + "pallet-session 34.0.0", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" +checksum = "e5669703e0437057c1054e73c10f8f2e256850905e318b0c235a587cbd89d616" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" +checksum = "5ca700e816a32739ab9480065a2546181f83e743c93f74b244463dd87b48e5aa" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", @@ -7917,13 +8082,13 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", "wasm-instrument", "wasmi", ] @@ -7936,7 +8101,7 @@ checksum = "de0cb1d904c58964cf5015adc7683fb9467b8b7e8f281619aae403f43dc2c48c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -7972,38 +8137,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" +checksum = "c19d08a0f7f23bb70998456f04f0234548f6ee10507b0f7e74bf067e3eeeee2b" dependencies = [ "assert_matches", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", "serde", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" +checksum = "731fc36423b38b08b12dd3a3aeeaa1dda61a3207ee5ce24a209d964aede8a367" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8033,26 +8198,26 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" +checksum = "4cbfdd85dd5d5979067a47d4148f529da937ee017a846e98d4778764b3acfe43" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-election-provider-support-benchmarking 32.0.0", + "pallet-election-provider-support-benchmarking 33.0.0", "parity-scale-codec", "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", "sp-std", - "strum 0.26.3", + "strum 0.26.2", ] [[package]] @@ -8072,36 +8237,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" +checksum = "ef65188f4db678f5b5098d74f67e35ea5a1c2eac3c57e628e8371bf013e5f7ff" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" +checksum = "2306b2b9115109232e590604edc35395b33fbf7413a84bfdb24ae0e0b9e3585d" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8127,21 +8292,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" +checksum = "202d0ffa99727097251e049039fc40a4bfba7f32d0f1c831614cc94f95d430bc" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8171,25 +8336,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" +checksum = "176f4dacb8f2e4f7cc807df18ced790d928c736b761b0eac5a855e9052efde40" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-session 33.0.0", + "pallet-authorship 34.0.0", + "pallet-session 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8213,19 +8378,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" +checksum = "435fb7144dd4809744d6ed5bdb96da650f59456ee95eac886e8b63ce2288f041" dependencies = [ "enumflags2", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8252,22 +8417,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" +checksum = "cb18daba67af89afab884392286b22c9da983d63adc2b4f42be42330fb645da8" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", + "pallet-authorship 34.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8291,37 +8456,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" +checksum = "4a5474e1fe28673aa229805fa59bda1b5211a6cd5acd44d1ce8594761c5aa6a3" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-keyring 36.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-keyring 37.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" +checksum = "958dd8feceeeacd1ae268eb0c2133887aea5f9883ae3410712f7b483b265c145" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8348,21 +8513,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" +checksum = "0f00efb1a89581346901a13f60c6d5be640dbfee516342f0b6b1ee679ed20354" dependencies = [ "environmental", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8388,20 +8553,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" +checksum = "359e1e6b63a3fdd57724c35b428c5cb13d2203108f643beb5870e72d0173af5c" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-mmr-primitives 32.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -8424,36 +8589,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" +checksum = "98b5d37656066f03706dd9edf472785b531bb9dedec7d2a9c147cce2d4f30061" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" +checksum = "9c5d6354e983ac14f96de5fce89f0adaaccf33d51ddb88842b2d4baafe045fe9" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-assets 34.0.0", - "pallet-nfts 27.0.0", + "pallet-assets 35.0.0", + "pallet-nfts 28.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8478,20 +8643,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" +checksum = "be0cdd439ccc9d3e8281dfd2b80cbedfa4ee37f73ccfe2db685d71552fbe71b4" dependencies = [ "enumflags2", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8509,30 +8674,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" +checksum = "263d42503a6a337965bebd3f63ee0555812100c913c59dfd2fec2bb49800f195" dependencies = [ - "pallet-nfts 27.0.0", + "pallet-nfts 28.0.0", "parity-scale-codec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" +checksum = "55e4b82d3d48d0b0828acac780b2a383f1bb4fe2b33d945850d735571f8f0398" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -8558,20 +8723,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" +checksum = "d9e13bbfb772e3530e4adb0ed000d5851c89c1e21949f199196d5aed4573d6c1" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8599,22 +8764,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" +checksum = "ef69c75bf20f34c61d8fa9e2eaac7e0196662c1f837193b980dd81ce8bf64b7f" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-bags-list 32.0.0", - "pallet-nomination-pools 30.0.0", - "pallet-staking 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-bags-list 33.0.0", + "pallet-nomination-pools 31.0.0", + "pallet-staking 34.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 31.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8632,13 +8797,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" +checksum = "436388be290be799b0eaebb3bf0faa71029d8326fa5726c578302cb1e8f78032" dependencies = [ - "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools 31.0.0", "parity-scale-codec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-std", ] @@ -8662,19 +8827,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" +checksum = "bd8a7f971f79e0ced152437e2e2c3aa3d3230c347cb7042dac81bbf58518751e" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -8705,45 +8870,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" +checksum = "87737faadaca16055217d7d4cace15fa47690a74e077ca3ca2269ac9d63928f5" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-babe 33.0.0", - "pallet-balances 34.0.0", - "pallet-grandpa 33.0.0", - "pallet-im-online 32.0.0", - "pallet-offences 32.0.0", - "pallet-session 33.0.0", - "pallet-staking 33.0.0", + "pallet-babe 34.0.0", + "pallet-balances 35.0.0", + "pallet-grandpa 34.0.0", + "pallet-im-online 33.0.0", + "pallet-offences 33.0.0", + "pallet-session 34.0.0", + "pallet-staking 34.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] [[package]] name = "pallet-parameters" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +checksum = "a61797dcd19a4bc6367b031df02209182d410c00ce08a7d1d2d4ec00be54af4c" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -8767,19 +8932,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" +checksum = "29c464ba4684a0349c0266a50bb43b281cbed79ef2a217872796c433d293fa15" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8801,53 +8966,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" +checksum = "b4e06086ea1c118f1603cba84c44a986b8132f54c51a710f72e0b4c9773bc3b5" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" +checksum = "6daeb4ce9471d306aab7a7f9b356643eb646df0be6306e241e499be442fe44da" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" +checksum = "f925341a47c6c95f02e30af26d478014d8b6885193169e5ce0869b75eb5b05d8" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8873,37 +9038,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" +checksum = "3a971ac06fcaa8b0e895c881e879e3c333f77bd79d1480fdffcc5b6e74750181" dependencies = [ "assert_matches", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" +checksum = "84013a3fa1fb5553c840fc0b6d165448e0765b39ef7197b1ddf8b22f367b2f37" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -8928,19 +9093,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" +checksum = "9373a0c1386cf48e6e5f0e123fe67cc933e72e32d8fb05457ee7a48a96d53bef" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8970,25 +9135,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" +checksum = "9170fef289c193773d94e2b6c799f09c97b199464902a8d220bfcd399a65d726" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-timestamp 32.0.0", + "pallet-timestamp 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -9011,38 +9176,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" +checksum = "ea68db2e88494745b73e4e774326f7d39e0dbdf35f8b79e70d134f2d99fd0ecb" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-session 33.0.0", - "pallet-staking 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-session 34.0.0", + "pallet-staking 34.0.0", "parity-scale-codec", "rand 0.8.5", - "sp-runtime 36.0.0", - "sp-session 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" +checksum = "e945ae7db25c0fa77c65882fb7138ce88a28fe08f151a539ea51a115b9595137" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9072,25 +9237,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" +checksum = "a563877abd32f7f3885d6437c196ba9adf1cfbc430afcc4059e6ede7ff354f38" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-authorship 33.0.0", - "pallet-session 33.0.0", + "pallet-authorship 34.0.0", + "pallet-session 34.0.0", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "scale-info", "serde", - "sp-application-crypto 35.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-application-crypto 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] @@ -9103,7 +9268,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -9139,13 +9304,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" +checksum = "dc26b2f096e83fd919d8d6bb586963f2374b513a7c17fe356e67f585c88943b8" dependencies = [ "parity-scale-codec", - "sp-api 31.0.0", - "sp-staking 31.0.0", + "sp-api 32.0.0", + "sp-staking 32.0.0", ] [[package]] @@ -9168,19 +9333,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" +checksum = "204af00c1b72938db6a2d05b2dc6d1576f5957a9a9ec022ea6b5003f400f337c" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9203,18 +9368,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" +checksum = "edc1377f434c84a4afc3888dee27a01a0720c3fe77486f9dfb2e7310e6ad6b0b" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9241,42 +9406,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" +checksum = "7b43a57df90499460bf6645fd19390c8ae85bb225566c40e36cc8e2f4663b3f6" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 31.0.0", + "sp-timestamp 32.0.0", ] [[package]] name = "pallet-tips" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" +checksum = "8d451009c9a104acedb2b93aeb31096f93cfa4f39873f4b5a01d36bb3735c299" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-treasury 32.0.0", + "pallet-treasury 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9299,35 +9464,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" +checksum = "373788faa2053bb2f6441921599ea06de81cdff0f96fcd1e6a2e021aa1296f72" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" +checksum = "c1019cbb539e864eabafc9cb327799c64ba885825cff822c654e4f394da1250e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", "parity-scale-codec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-rpc", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-weights 31.0.0", ] @@ -9346,14 +9511,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" +checksum = "5d5362418d8a4ec0bf93773d79f5fc88d6533c5bb9939e495db7072d8db4dc1d" dependencies = [ - "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment 34.0.0", "parity-scale-codec", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-weights 31.0.0", ] @@ -9379,21 +9544,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" +checksum = "3b88e19f21e3ddec95df10b3f9411c801733f2e0a8185a7ed18ef17e98951fa2" dependencies = [ "docify", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] @@ -9432,18 +9597,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" +checksum = "4eb9f2e5a8595de607cfb062e0c115fadce3034c902b843f8f41636376a08d0a" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9465,17 +9630,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" +checksum = "8205beed2e075ef3d3651bb806d39fda894861e8e82807e42553d499d5e552f6" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9497,17 +9662,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" +checksum = "ebeaf4774a0c69823a35560daea3642b98a5fc12432ce92efc0dd22b491e2dc7" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -9537,26 +9702,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" +checksum = "ef5697c6ac29c8dd2e96d895ba6fe64b969fdcc5a5ab8cf6fa83240a519b2460" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-balances 34.0.0", + "pallet-balances 35.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "xcm-fee-payment-runtime-api", ] @@ -9582,22 +9747,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" +checksum = "48a95a496f4c2ce2c7b9318584f7e7c589efe456be161ad373144d8e356be6ac" dependencies = [ - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", ] [[package]] @@ -9622,22 +9787,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" +checksum = "f7a51e8e2589eeff6fbbd380c88436276922ea7b8cf8d146ce8e2450e445511c" dependencies = [ - "bp-xcm-bridge-hub-router 0.11.0", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "bp-xcm-bridge-hub-router 0.12.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", ] [[package]] @@ -9674,65 +9839,65 @@ dependencies = [ [[package]] name = "parachains-common" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" +checksum = "d4a8836c0b86d76631b19fcc5daeb93c028c947a872fba0b1cd9621c0cf031be" dependencies = [ - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-utility 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-utility 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "log", - "pallet-asset-tx-payment 33.0.0", - "pallet-assets 34.0.0", - "pallet-authorship 33.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", - "pallet-message-queue 36.0.0", - "pallet-xcm 12.0.0", + "pallet-asset-tx-payment 34.0.0", + "pallet-assets 35.0.0", + "pallet-authorship 34.0.0", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", + "pallet-message-queue 37.0.0", + "pallet-xcm 13.0.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "scale-info", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" +checksum = "6a1fd49aff694210005c79dcfdc6a9166ba62a2fb25f11b3c1ffe22bc7a7c184" dependencies = [ - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", "cumulus-test-relay-sproof-builder", - "frame-support 33.0.0", - "frame-system 33.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", - "pallet-session 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-xcm 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", + "pallet-session 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-xcm 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] @@ -9769,7 +9934,7 @@ dependencies = [ "log", "lz4", "memmap2 0.5.10", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "siphasher", "snap", @@ -9821,7 +9986,7 @@ dependencies = [ "impl-trait-for-tuples", "lru 0.8.1", "parity-util-mem-derive", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "primitive-types", "smallvec", "winapi", @@ -9835,7 +10000,7 @@ checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" dependencies = [ "proc-macro2", "syn 1.0.109", - "synstructure", + "synstructure 0.12.6", ] [[package]] @@ -9863,12 +10028,12 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] @@ -9887,15 +10052,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", + "redox_syscall 0.5.2", "smallvec", - "windows-targets 0.48.5", + "windows-targets 0.52.5", ] [[package]] @@ -9907,13 +10072,13 @@ checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" [[package]] name = "paseo-runtime" version = "1.2.5" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "binary-merkle-tree 14.0.0", "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension 0.1.0", + "frame-metadata-hash-extension", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -10002,7 +10167,7 @@ dependencies = [ [[package]] name = "paseo-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "frame-support 29.0.2", "polkadot-primitives 8.0.1", @@ -10027,9 +10192,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pbkdf2" @@ -10073,9 +10238,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" +checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" dependencies = [ "memchr", "thiserror", @@ -10084,9 +10249,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" +checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" dependencies = [ "pest", "pest_generator", @@ -10094,22 +10259,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" +checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "pest_meta" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" +checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" dependencies = [ "once_cell", "pest", @@ -10118,9 +10283,9 @@ dependencies = [ [[package]] name = "petgraph" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", "indexmap 2.2.6", @@ -10143,7 +10308,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -10154,9 +10319,9 @@ checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] name = "pin-utils" @@ -10166,12 +10331,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" +checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" dependencies = [ "atomic-waker", - "fastrand 2.0.2", + "fastrand 2.1.0", "futures-io", ] @@ -10193,36 +10358,36 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "platforms" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" +checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-approval-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" +checksum = "8e286afe25b8f3cb10a0e31ad71ae9816b6357887ac88d4c1c80c275c775f6f9" dependencies = [ "bitvec", "futures", "futures-timer", - "itertools 0.10.5", + "itertools 0.11.0", "polkadot-node-jaeger", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" +checksum = "cbdfe06f87b9bff2586e079f33980115ad4d98fe984220340e8463b257efc47e" dependencies = [ "always-assert", "futures", @@ -10230,16 +10395,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" +checksum = "c3abdb4827ede5b83e8eb196589d14e55ba004fd039bb37270c53ca4988d6876" dependencies = [ "derive_more", "fatality", @@ -10250,20 +10415,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "schnellru", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" +checksum = "42cf9cefe5cd848bc70094e4ccced9a080d8e416eafbfb8347c7d04477263668" dependencies = [ "async-trait", "fatality", @@ -10274,7 +10439,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "sc-network", "schnellru", @@ -10283,11 +10448,21 @@ dependencies = [ "tracing-gum", ] +[[package]] +name = "polkadot-ckb-merkle-mountain-range" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92" +dependencies = [ + "cfg-if", + "itertools 0.10.5", +] + [[package]] name = "polkadot-cli" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" +checksum = "16f8ad5726f1934ed4b20608ff9839cf0c4c99403b0b661376c99c06a2156737" dependencies = [ "cfg-if", "clap", @@ -10303,20 +10478,20 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-keyring 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-keyring 37.0.0", "sp-maybe-compressed-blob", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "substrate-build-script-utils", "thiserror", ] [[package]] name = "polkadot-collator-protocol" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" +checksum = "adc243c5ec6656333c0a2e8e218bea936b4d8d7566902c9825539e8058e29d77" dependencies = [ "bitvec", "fatality", @@ -10326,10 +10501,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "polkadot-primitives 13.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10350,22 +10525,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" +checksum = "4fed6798f76290be654149afd585cfef09bf796990b68c79d7ee5e5110a04d15" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" +checksum = "c8948a0740287f37c431c0d1741f9548ea20e2be2e8ddca00221d463a1ea0de9" dependencies = [ "derive_more", "fatality", @@ -10378,58 +10553,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-network", "schnellru", - "sp-application-crypto 35.0.0", - "sp-keystore 0.38.0", + "sp-application-crypto 36.0.0", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" +checksum = "87e898aa343f565e65b48c99e30ab776a2bdcc7088b048942c09594f3e3776e4" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "reed-solomon-novelpoly", - "sp-core 32.0.0", - "sp-trie 34.0.0", + "sp-core 33.0.1", + "sp-trie 35.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" +checksum = "824bf17499380d6038106160125c14977f771e5889f85bee74183c6cb76be30a" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-keystore 0.38.0", + "sp-keystore 0.39.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" +checksum = "b415a638142f6d0a1e2adee0928fa0ec6a3a195dce4b90e2fd8985fcd11629ca" dependencies = [ "always-assert", "async-trait", @@ -10437,12 +10612,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10451,9 +10626,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" +checksum = "ab2b311707daf7f3183c62fc1c7758be4ae566b5a4d9320dbefe938d31a0831a" dependencies = [ "futures", "parity-scale-codec", @@ -10461,8 +10636,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", - "sp-core 32.0.0", + "polkadot-primitives 13.0.0", + "sp-core 33.0.1", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10470,15 +10645,15 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" +checksum = "2db9fcf15099e8ecd8e23f636302d137d73dba14236e959fb4ab091cfec3ead4" dependencies = [ "bitvec", "derive_more", "futures", "futures-timer", - "itertools 0.10.5", + "itertools 0.11.0", "kvdb", "merlin", "parity-scale-codec", @@ -10487,26 +10662,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 35.0.0", + "sp-application-crypto 36.0.0", "sp-consensus", - "sp-consensus-slots 0.37.0", - "sp-runtime 36.0.0", + "sp-consensus-slots 0.38.0", + "sp-runtime 37.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" +checksum = "eea8680f339aecffaf2238a5f8e1bc9689cf5d67b7071760707aedfc4eaa3160" dependencies = [ "bitvec", "futures", @@ -10519,7 +10694,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10527,9 +10702,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" +checksum = "efd7fb51c8affa18d0f5db31b682678d501451584c5ceddf686bad9dffc5950f" dependencies = [ "bitvec", "fatality", @@ -10538,25 +10713,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.38.0", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" +checksum = "5081cfead44128c0a6628d99437c19f649bc55f8dd2ed59c09874d7622b2d198" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", - "sp-keystore 0.38.0", + "polkadot-primitives 13.0.0", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10564,9 +10739,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" +checksum = "81220717085bd60549c8c5e4adfc4bea56e224f825f03f8660b953bab79fd1b0" dependencies = [ "async-trait", "futures", @@ -10578,17 +10753,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" +checksum = "417bc195bb50f5c1b5db5d8d04783b81e8e54e9c82447d9880f58a59670f8db2" dependencies = [ "futures", "polkadot-node-metrics", @@ -10601,9 +10776,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" +checksum = "c9373236b5d0b50c506204f456e32c13a1fda71a0f02ba6b6228c1fe07812e0d" dependencies = [ "futures", "futures-timer", @@ -10612,16 +10787,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" +checksum = "a854e6e2d8b5570ac2ec3af9f0b39fff70082c7b26df4621460a3f563c06f2a6" dependencies = [ "fatality", "futures", @@ -10630,7 +10805,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10639,27 +10814,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" +checksum = "4546a35725c881bae40b125237c72fa3ba9398bd7d59cdfc594d018a3d86cfb6" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sp-blockchain", - "sp-inherents 31.0.0", + "sp-inherents 32.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" +checksum = "2d1bb5aa18ecf4e7102b0aca1bf5992ca09b18969c5582852ed81d088a5535dc" dependencies = [ "bitvec", "fatality", @@ -10668,16 +10843,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" +checksum = "0b087b67faa4ad089f1979fe1a510afe856a9c5a356c78c9f02ba3def02d1d51" dependencies = [ "bitvec", "fatality", @@ -10686,7 +10861,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10694,28 +10869,28 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" +checksum = "08225e89f86d7ac77a58e75e2f42f25487575717673d940570dc02b28423047a" dependencies = [ "always-assert", - "array-bytes 6.2.2", + "array-bytes", "blake3", "cfg-if", "futures", "futures-timer", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "slotmap", - "sp-core 32.0.0", + "sp-core 33.0.1", "tempfile", "thiserror", "tokio", @@ -10724,43 +10899,43 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" +checksum = "38b4d5b001b0e079ec3043103543d52a6c561ea58afd7e4a552c2b5f82219d99" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 12.0.0", - "sp-keystore 0.38.0", + "polkadot-primitives 13.0.0", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" +checksum = "da16a57610c19669a557bfbad8619dde57d72392b6ee77ceeae15f6b6e6bc327" dependencies = [ "cpu-time", "futures", "landlock", "libc", - "nix 0.27.1", + "nix 0.28.0", "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 35.0.0", + "sp-io 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10768,52 +10943,52 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" +checksum = "bb515d39f8fd15b6ea0377feb6c891fe76edcc4845958e1ae0595ae5b4239db2" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "schnellru", - "sp-consensus-babe 0.37.0", + "sp-consensus-babe 0.38.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" +checksum = "ff7a596644f8861f8a298ca06bd489abb359a42dc4314bd7b9cc9bf8c53f066e" dependencies = [ "lazy_static", "log", "mick-jaeger", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-primitives", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-network", - "sc-network-types", - "sp-core 32.0.0", + "sc-network-types 0.11.0", + "sp-core 33.0.1", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" +checksum = "7b758d586de1b1fb1a83d008be8f1930b131cf3b6959f9a1d24021a2906b9e9b" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10824,9 +10999,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" +checksum = "6da2f608ea60ec601aa33863637de01f325235eaaa0c6193eee9aea27755b5a9" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10838,46 +11013,46 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "rand 0.8.5", "sc-authority-discovery", "sc-network", - "sc-network-types", - "sp-runtime 36.0.0", - "strum 0.26.3", + "sc-network-types 0.11.0", + "sp-runtime 37.0.0", + "strum 0.26.2", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" +checksum = "39956470139586e4b10b9e913dc7ae26005a45ba1c4e98feade1d9449e4a25ed" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 35.0.0", - "sp-consensus-babe 0.37.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-application-crypto 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "sp-maybe-compressed-blob", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" +checksum = "8a560c09498c1b311e96896e6ed952308d2972577035ac643ed57d070956877b" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10886,9 +11061,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" +checksum = "7f94a624078ec1714b468f57dbc1c8730ec24a4f3241d774c43b5c501b61ed66" dependencies = [ "async-trait", "bitvec", @@ -10898,38 +11073,38 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", - "sc-network-types", + "sc-network-types 0.11.0", "sc-transaction-pool-api", "smallvec", - "sp-api 31.0.0", - "sp-authority-discovery 31.0.0", + "sp-api 32.0.0", + "sp-authority-discovery 32.0.0", "sp-blockchain", - "sp-consensus-babe 0.37.0", - "sp-runtime 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" +checksum = "14e7920f7ae2e610b615ecd764c43c356f38492cc3236520e83537cc9e21141f" dependencies = [ "async-trait", "derive_more", "fatality", "futures", "futures-channel", - "itertools 0.10.5", + "itertools 0.11.0", "kvdb", "parity-db", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "polkadot-node-jaeger", "polkadot-node-metrics", @@ -10938,37 +11113,37 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "prioritized-metered-channel", "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" +checksum = "95b741afa899f746735fe67e62cbfebc5168b95bcfbaad75f27b01a6e6a5ff8a" dependencies = [ "async-trait", "futures", "futures-timer", "orchestra", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-client-api", - "sp-api 31.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10993,18 +11168,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" +checksum = "64cbf31ea1fbf6e8f2db854813269abfca3a7eb5e2c4b1493345a29b2a01abd5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -11039,42 +11214,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" +checksum = "a7621b5ba096c04bf81c9e310c6cb327c365de5a68993aea380a1a897f3b0836" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 12.0.0", - "polkadot-parachain-primitives 11.0.0", + "polkadot-core-primitives 13.0.0", + "polkadot-parachain-primitives 12.0.0", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 31.0.0", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-authority-discovery 32.0.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" +checksum = "c867202b559a9328f8f314d289a5e326f903a758e6b00e1fc1f7d60cf2941115" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -11088,13 +11263,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -11153,53 +11328,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" +checksum = "1215fb26c995f9a2ac815c28498e90347373d868f9e07bb8f180ea607a678108" dependencies = [ "bitvec", - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 12.0.0", - "pallet-authorship 33.0.0", - "pallet-babe 33.0.0", - "pallet-balances 34.0.0", - "pallet-broker 0.11.0", - "pallet-election-provider-multi-phase 32.0.0", - "pallet-fast-unstake 32.0.0", - "pallet-identity 33.0.0", - "pallet-session 33.0.0", - "pallet-staking 33.0.0", + "pallet-asset-rate 13.0.0", + "pallet-authorship 34.0.0", + "pallet-babe 34.0.0", + "pallet-balances 35.0.0", + "pallet-broker 0.12.0", + "pallet-election-provider-multi-phase 33.0.0", + "pallet-fast-unstake 33.0.0", + "pallet-identity 34.0.0", + "pallet-session 34.0.0", + "pallet-staking 34.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 32.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-treasury 32.0.0", - "pallet-vesting 33.0.0", + "pallet-timestamp 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-treasury 33.0.0", + "pallet-vesting 34.0.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-parachains 13.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 12.0.0", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-npos-elections 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "slot-range-helper 13.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-npos-elections 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "static_assertions", ] @@ -11219,14 +11394,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" +checksum = "d54a84f56cf84685008ef66eb85d7ce6d87511b9c21a38ab214bbdd2917ae93f" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 33.0.0", + "frame-benchmarking 34.0.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11283,66 +11458,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" +checksum = "69158a812736547a76333b97da33fdcc2830e6f8c613d8e89541845e294537a6" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 33.0.0", - "pallet-authorship 33.0.0", - "pallet-babe 33.0.0", - "pallet-balances 34.0.0", - "pallet-broker 0.11.0", - "pallet-message-queue 36.0.0", - "pallet-session 33.0.0", - "pallet-staking 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-vesting 33.0.0", - "parity-scale-codec", - "polkadot-core-primitives 12.0.0", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-metrics 12.0.0", + "pallet-authority-discovery 34.0.0", + "pallet-authorship 34.0.0", + "pallet-babe 34.0.0", + "pallet-balances 35.0.0", + "pallet-broker 0.12.0", + "pallet-message-queue 37.0.0", + "pallet-session 34.0.0", + "pallet-staking 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-vesting 34.0.0", + "parity-scale-codec", + "polkadot-core-primitives 13.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-metrics 13.0.0", "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" +checksum = "1cd7113642afd582260667a50d550378310fb68be3991316eda3ab3c82a37ccc" dependencies = [ "async-trait", - "frame-benchmarking 33.0.0", + "frame-benchmarking 34.0.0", "frame-benchmarking-cli", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-rpc-runtime-api 32.0.0", "futures", "hex-literal", "is_executable", @@ -11350,19 +11525,19 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 33.0.0", - "pallet-staking 33.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-babe 34.0.0", + "pallet-staking 34.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", "parity-db", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "polkadot-approval-distribution", "polkadot-availability-bitfield-distribution", "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 12.0.0", + "polkadot-core-primitives 13.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11387,10 +11562,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 12.0.0", + "polkadot-runtime-parachains 13.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11419,30 +11594,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 31.0.0", - "sp-authority-discovery 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-authority-discovery 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-keyring 36.0.0", - "sp-keystore 0.38.0", - "sp-mmr-primitives 31.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-state-machine 0.40.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-keyring 37.0.0", + "sp-keystore 0.39.0", + "sp-mmr-primitives 32.0.1", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-state-machine 0.41.0", "sp-storage 21.0.0", - "sp-timestamp 31.0.0", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", + "sp-timestamp 32.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", "sp-weights 31.0.0", - "staging-xcm 12.0.0", + "staging-xcm 13.0.1", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11452,9 +11627,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" +checksum = "246d41a17db83e3dce3d0b451887fb22991aceda9c78fe092f54fa98b6296178" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11467,22 +11642,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 12.0.0", - "sp-keystore 0.38.0", - "sp-staking 31.0.0", + "polkadot-primitives 13.0.0", + "sp-keystore 0.39.0", + "sp-staking 32.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" +checksum = "9b9b54c9dbd043cdf485a5e0c2718892fe5c64e6114e2d1ce578fb33605b7c2e" dependencies = [ "parity-scale-codec", - "polkadot-primitives 12.0.0", - "sp-core 32.0.0", + "polkadot-primitives 13.0.0", + "sp-core 33.0.1", "tracing-gum", ] @@ -11535,7 +11710,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -11545,7 +11720,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -11555,7 +11730,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ "gimli 0.28.1", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "log", "object 0.32.2", "polkavm-common", @@ -11581,21 +11756,21 @@ dependencies = [ "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "windows-sys 0.48.0", ] [[package]] name = "polling" -version = "3.6.0" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6" +checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", - "pin-project-lite 0.2.13", - "rustix 0.38.32", + "hermit-abi 0.4.0", + "pin-project-lite 0.2.14", + "rustix 0.38.34", "tracing", "windows-sys 0.52.0", ] @@ -11635,11 +11810,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.12.0", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-aura 0.13.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", "cumulus-relay-chain-interface", - "frame-benchmarking 33.0.0", + "frame-benchmarking 34.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11647,7 +11822,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11669,19 +11844,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-timestamp 31.0.0", - "sp-transaction-pool 31.0.0", - "staging-xcm 12.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-timestamp 32.0.0", + "sp-transaction-pool 32.0.0", + "staging-xcm 13.0.1", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11700,12 +11875,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 33.0.0", - "parachains-common 12.0.0", + "frame-support 34.0.0", + "parachains-common 13.0.0", "parity-scale-codec", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -11713,74 +11888,73 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.12.0", - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-session-benchmarking 14.0.0", - "cumulus-pallet-xcm 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-aura 0.12.0", - "cumulus-primitives-core 0.12.0", + "cumulus-pallet-aura-ext 0.13.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-session-benchmarking 15.0.0", + "cumulus-pallet-xcm 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-aura 0.13.0", + "cumulus-primitives-core 0.13.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.12.0", + "cumulus-primitives-utility 0.13.0", "enumflags2", - "env_logger 0.11.3", - "frame-benchmarking 33.0.0", - "frame-executive 33.0.0", - "frame-metadata-hash-extension 0.2.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-benchmarking 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", - "frame-try-runtime 0.39.0", + "env_logger 0.11.5", + "frame-benchmarking 34.0.0", + "frame-executive 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-benchmarking 34.0.0", + "frame-system-rpc-runtime-api 32.0.0", + "frame-try-runtime 0.40.0", "hex", "hex-literal", "log", - "pallet-assets 34.0.0", - "pallet-aura 32.0.0", - "pallet-authorship 33.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", + "pallet-assets 35.0.0", + "pallet-aura 33.0.0", + "pallet-authorship 34.0.0", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", "pallet-contracts", - "pallet-message-queue 36.0.0", - "pallet-multisig 33.0.0", + "pallet-message-queue 37.0.0", + "pallet-multisig 34.0.0", "pallet-nft-fractionalization", - "pallet-nfts 27.0.0", - "pallet-nfts-runtime-api 19.0.0", - "pallet-preimage 33.0.0", - "pallet-proxy 33.0.0", - "pallet-scheduler 34.0.0", - "pallet-session 33.0.0", - "pallet-sudo 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", - "pallet-utility 33.0.0", - "pallet-xcm 12.0.0", - "parachains-common 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-runtime-common 12.0.0", + "pallet-nfts 28.0.0", + "pallet-nfts-runtime-api 20.0.0", + "pallet-preimage 34.0.0", + "pallet-proxy 34.0.0", + "pallet-scheduler 35.0.0", + "pallet-session 34.0.0", + "pallet-sudo 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-utility 34.0.0", + "pallet-xcm 13.0.0", + "parachains-common 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "polkadot-runtime-common 13.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", "sp-std", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] @@ -11788,73 +11962,72 @@ dependencies = [ name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.12.0", - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-session-benchmarking 14.0.0", - "cumulus-pallet-xcm 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-aura 0.12.0", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-utility 0.12.0", + "cumulus-pallet-aura-ext 0.13.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-session-benchmarking 15.0.0", + "cumulus-pallet-xcm 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-aura 0.13.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-utility 0.13.0", "enumflags2", - "env_logger 0.11.3", - "frame-benchmarking 33.0.0", - "frame-executive 33.0.0", - "frame-metadata-hash-extension 0.2.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-benchmarking 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", - "frame-try-runtime 0.39.0", + "env_logger 0.11.5", + "frame-benchmarking 34.0.0", + "frame-executive 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-benchmarking 34.0.0", + "frame-system-rpc-runtime-api 32.0.0", + "frame-try-runtime 0.40.0", "hex", "hex-literal", "log", - "pallet-assets 34.0.0", - "pallet-aura 32.0.0", - "pallet-authorship 33.0.0", - "pallet-balances 34.0.0", - "pallet-collator-selection 14.0.0", + "pallet-assets 35.0.0", + "pallet-aura 33.0.0", + "pallet-authorship 34.0.0", + "pallet-balances 35.0.0", + "pallet-collator-selection 15.0.0", "pallet-contracts", - "pallet-message-queue 36.0.0", - "pallet-multisig 33.0.0", + "pallet-message-queue 37.0.0", + "pallet-multisig 34.0.0", "pallet-nft-fractionalization", - "pallet-nfts 27.0.0", - "pallet-nfts-runtime-api 19.0.0", - "pallet-preimage 33.0.0", - "pallet-proxy 33.0.0", - "pallet-scheduler 34.0.0", - "pallet-session 33.0.0", - "pallet-sudo 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", - "pallet-utility 33.0.0", - "pallet-xcm 12.0.0", - "parachains-common 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-runtime-common 12.0.0", + "pallet-nfts 28.0.0", + "pallet-nfts-runtime-api 20.0.0", + "pallet-preimage 34.0.0", + "pallet-proxy 34.0.0", + "pallet-scheduler 35.0.0", + "pallet-session 34.0.0", + "pallet-sudo 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-utility 34.0.0", + "pallet-xcm 13.0.0", + "parachains-common 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "polkadot-runtime-common 13.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", - "sp-consensus-aura 0.37.0", - "sp-core 32.0.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", + "sp-consensus-aura 0.38.0", + "sp-core 33.0.1", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", "sp-std", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", - "staging-parachain-info 0.12.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", + "staging-parachain-info 0.13.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", ] @@ -11906,21 +12079,11 @@ dependencies = [ "termtree", ] -[[package]] -name = "prettier-please" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22020dfcf177fcc7bf5deaf7440af371400c67c0de14c399938d8ed4fb4645d3" -dependencies = [ - "proc-macro2", - "syn 2.0.55", -] - [[package]] name = "prettyplease" -version = "0.1.11" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28f53e8b192565862cf99343194579a022eb9c7dd3a8d03134734803c7b3125" +checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" dependencies = [ "proc-macro2", "syn 1.0.109", @@ -11928,12 +12091,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7" +checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" dependencies = [ "proc-macro2", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -11969,12 +12132,21 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "1.3.1" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" +checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "once_cell", - "toml_edit 0.19.15", + "thiserror", + "toml 0.5.11", +] + +[[package]] +name = "proc-macro-crate" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" +dependencies = [ + "toml_edit 0.20.7", ] [[package]] @@ -12018,29 +12190,29 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" dependencies = [ "unicode-ident", ] [[package]] name = "prometheus" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" +checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" dependencies = [ "cfg-if", "fnv", "lazy_static", "memchr", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "thiserror", ] @@ -12052,7 +12224,7 @@ checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "prometheus-client-derive-encode", ] @@ -12064,7 +12236,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -12079,12 +12251,12 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ "bytes", - "prost-derive 0.12.3", + "prost-derive 0.12.6", ] [[package]] @@ -12098,17 +12270,38 @@ dependencies = [ "itertools 0.10.5", "lazy_static", "log", - "multimap", + "multimap 0.8.3", "petgraph", - "prettyplease 0.1.11", + "prettyplease 0.1.25", "prost 0.11.9", - "prost-types", + "prost-types 0.11.9", "regex", "syn 1.0.109", "tempfile", "which", ] +[[package]] +name = "prost-build" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" +dependencies = [ + "bytes", + "heck 0.5.0", + "itertools 0.12.1", + "log", + "multimap 0.10.0", + "once_cell", + "petgraph", + "prettyplease 0.2.20", + "prost 0.12.6", + "prost-types 0.12.6", + "regex", + "syn 2.0.66", + "tempfile", +] + [[package]] name = "prost-derive" version = "0.11.9" @@ -12124,15 +12317,15 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -12144,6 +12337,15 @@ dependencies = [ "prost 0.11.9", ] +[[package]] +name = "prost-types" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" +dependencies = [ + "prost 0.12.6", +] + [[package]] name = "psm" version = "0.1.21" @@ -12214,7 +12416,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ "bytes", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "quinn-proto", "quinn-udp", "rustc-hash", @@ -12258,9 +12460,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.35" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] @@ -12330,7 +12532,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.15", ] [[package]] @@ -12363,9 +12565,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.1.0" +version = "11.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" +checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd" dependencies = [ "bitflags 2.5.0", ] @@ -12426,13 +12628,22 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "redox_syscall" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "redox_users" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" +checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.15", "libredox", "thiserror", ] @@ -12451,22 +12662,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -12496,14 +12707,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.6", - "regex-syntax 0.8.2", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", ] [[package]] @@ -12517,13 +12728,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" +checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.2", + "regex-syntax 0.8.4", ] [[package]] @@ -12534,9 +12745,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.2" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "resolv-conf" @@ -12581,7 +12792,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.12", + "getrandom 0.2.15", "libc", "spin 0.9.8", "untrusted 0.9.0", @@ -12619,101 +12830,100 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "12.0.1" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" +checksum = "5f09353883a98e00d2d8e1e834afa8f8d4fe56f00179843c9b88226db38577ef" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 33.0.0", - "frame-executive 33.0.0", - "frame-metadata-hash-extension 0.2.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-benchmarking 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", - "frame-try-runtime 0.39.0", + "frame-benchmarking 34.0.0", + "frame-executive 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-benchmarking 34.0.0", + "frame-system-rpc-runtime-api 32.0.0", + "frame-try-runtime 0.40.0", "hex-literal", "log", - "pallet-asset-rate 12.0.0", - "pallet-authority-discovery 33.0.0", - "pallet-authorship 33.0.0", - "pallet-babe 33.0.0", - "pallet-balances 34.0.0", - "pallet-beefy 33.0.0", - "pallet-beefy-mmr 33.0.0", - "pallet-bounties 32.0.0", - "pallet-child-bounties 32.0.0", + "pallet-asset-rate 13.0.0", + "pallet-authority-discovery 34.0.0", + "pallet-authorship 34.0.0", + "pallet-babe 34.0.0", + "pallet-balances 35.0.0", + "pallet-beefy 34.0.0", + "pallet-beefy-mmr 34.0.0", + "pallet-bounties 33.0.0", + "pallet-child-bounties 33.0.0", "pallet-collective", - "pallet-conviction-voting 33.0.0", + "pallet-conviction-voting 34.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 33.0.0", - "pallet-identity 33.0.0", - "pallet-indices 33.0.0", + "pallet-grandpa 34.0.0", + "pallet-identity 34.0.0", + "pallet-indices 34.0.0", "pallet-membership", - "pallet-message-queue 36.0.0", - "pallet-mmr 32.0.0", - "pallet-multisig 33.0.0", + "pallet-message-queue 37.0.0", + "pallet-mmr 33.0.0", + "pallet-multisig 34.0.0", "pallet-nis", - "pallet-offences 32.0.0", + "pallet-offences 33.0.0", "pallet-parameters", - "pallet-preimage 33.0.0", - "pallet-proxy 33.0.0", + "pallet-preimage 34.0.0", + "pallet-proxy 34.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 33.0.0", + "pallet-referenda 34.0.0", "pallet-root-testing", - "pallet-scheduler 34.0.0", - "pallet-session 33.0.0", + "pallet-scheduler 35.0.0", + "pallet-session 34.0.0", "pallet-society", - "pallet-staking 33.0.0", - "pallet-state-trie-migration 34.0.0", - "pallet-sudo 33.0.0", - "pallet-timestamp 32.0.0", + "pallet-staking 34.0.0", + "pallet-state-trie-migration 35.0.0", + "pallet-sudo 34.0.0", + "pallet-timestamp 33.0.0", "pallet-tips", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", - "pallet-treasury 32.0.0", - "pallet-utility 33.0.0", - "pallet-vesting 33.0.0", - "pallet-whitelist 32.0.0", - "pallet-xcm 12.0.0", - "pallet-xcm-benchmarks 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-treasury 33.0.0", + "pallet-utility 34.0.0", + "pallet-vesting 34.0.0", + "pallet-whitelist 33.0.0", + "pallet-xcm 13.0.0", + "pallet-xcm-benchmarks 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "serde_json", "smallvec", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 31.0.0", - "sp-block-builder 31.0.0", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-mmr-primitives 31.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-authority-discovery 32.0.0", + "sp-block-builder 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-mmr-primitives 32.0.1", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "static_assertions", "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", @@ -12721,19 +12931,19 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" +checksum = "f07e4b8066110a58d9e6290b5f5ff189684495a0ae8c4b07eca5f5b8d1353595" dependencies = [ - "frame-support 33.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-common 12.0.0", + "frame-support 34.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-common 13.0.0", "smallvec", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-weights 31.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", ] [[package]] @@ -12780,9 +12990,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" @@ -12802,7 +13012,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.22", + "semver 1.0.23", ] [[package]] @@ -12844,14 +13054,14 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.32" +version = "0.38.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" +checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" dependencies = [ "bitflags 2.5.0", "errno", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] @@ -12869,9 +13079,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.10" +version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", "ring 0.17.8", @@ -12888,7 +13098,7 @@ dependencies = [ "log", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.6", + "rustls-webpki 0.102.4", "subtle 2.5.0", "zeroize", ] @@ -12907,12 +13117,12 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba" +checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.3", + "rustls-pemfile 2.1.2", "rustls-pki-types", "schannel", "security-framework", @@ -12929,9 +13139,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.3" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" +checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" dependencies = [ "base64 0.22.1", "rustls-pki-types", @@ -12939,9 +13149,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" [[package]] name = "rustls-webpki" @@ -12955,9 +13165,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.6" +version = "0.102.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" +checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -12966,9 +13176,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.14" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ruzstd" @@ -12994,15 +13204,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "safe_arch" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" +checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" dependencies = [ "bytemuck", ] @@ -13018,21 +13228,21 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" +checksum = "a3f01218e73ea57916be5f08987995ac802d6f4ede4ea5ce0242e468c590e4e2" dependencies = [ "log", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" +checksum = "218036a165861e60bef6f585c20fd2eb89286056320ffb67c86fd935e80bc9b6" dependencies = [ "async-trait", "futures", @@ -13044,27 +13254,27 @@ dependencies = [ "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", - "prost 0.12.3", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "rand 0.8.5", "sc-client-api", "sc-network", - "sc-network-types", - "sp-api 31.0.0", - "sp-authority-discovery 31.0.0", + "sc-network-types 0.11.0", + "sp-api 32.0.0", + "sp-authority-discovery 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" +checksum = "ca210a343d5ad2f44846d61e43acc5aca356470f5524b72354653f7270dbf6c6" dependencies = [ "futures", "futures-timer", @@ -13074,38 +13284,38 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" +checksum = "23c1a029e5f794a859bbda434bb311660fe195106e5ec6147e460bb9dffb3baf" dependencies = [ "parity-scale-codec", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-trie 34.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-trie 35.0.0", ] [[package]] name = "sc-chain-spec" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" +checksum = "d5b161ea70cfb2340f8fdd288fca185a588e689cf1f07d6439e45541f4b5fe8b" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "docify", "log", "memmap2 0.9.4", @@ -13118,12 +13328,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-genesis-builder 0.12.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-genesis-builder 0.13.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-tracing 17.0.0", ] @@ -13136,21 +13346,21 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "sc-cli" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" +checksum = "25220d6f9120bb49255e6806586eae22c999242fcfc61c3fd797a36180661ee9" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "chrono", "clap", "fdlimit", "futures", - "itertools 0.10.5", + "itertools 0.11.0", "libp2p-identity", "log", "names", @@ -13171,49 +13381,49 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 32.0.0", - "sp-keyring 36.0.0", - "sp-keystore 0.38.0", + "sp-core 33.0.1", + "sp-keyring 37.0.0", + "sp-keystore 0.39.0", "sp-panic-handler", - "sp-runtime 36.0.0", - "sp-version 34.0.0", + "sp-runtime 37.0.0", + "sp-version 35.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" +checksum = "6812c65d63c576e0f61d063fb0794420ce6312c5de9072269643ac1355537ea9" dependencies = [ "fnv", "futures", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" +checksum = "fdf275ceb82f4a508c0553df6a0ebc8cbfc6b03fe894ab509cdc4a0aa64d5864" dependencies = [ "hash-db", "kvdb", @@ -13223,50 +13433,50 @@ dependencies = [ "log", "parity-db", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-database", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", - "sp-trie 34.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", + "sp-trie 35.0.0", ] [[package]] name = "sc-consensus" -version = "0.38.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" +checksum = "a8599723d670725369aca94e0bc76863c14d7a68ee1ba82d0c039359f92b200e" dependencies = [ "async-trait", "futures", "futures-timer", "log", "mockall", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" +checksum = "b312ad1c846f78dbfc1f755bd7a0cd61910214b821cf7e0aebce96d4b1b3a0b8" dependencies = [ "async-trait", "futures", @@ -13277,26 +13487,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.37.0", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-consensus-aura 0.38.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" +checksum = "1e676a852225485d7f89ed2bd985b14d371964e3f682fb52b32b3d10dced3280" dependencies = [ "async-trait", "fork-tree", @@ -13306,34 +13516,34 @@ dependencies = [ "num-rational", "num-traits", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-inherents 31.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-inherents 32.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" +checksum = "d434d7c76dee1c4b0d1594eb517c6f4b923b08b81c3ae890fee6411e70451d73" dependencies = [ "futures", "jsonrpsee", @@ -13341,49 +13551,48 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.37.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-consensus-babe 0.38.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" +checksum = "4800134697fa5913275969e684ce709d0d73b3cb9d28824b07c4bf2e86bf204c" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "fnv", "futures", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-consensus", "sc-network", "sc-network-gossip", "sc-network-sync", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-keystore 0.38.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13392,46 +13601,46 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" +checksum = "9eec266bc09311db98c10dde271ceef159657d65280df6b2b69c36ef32e3c817" dependencies = [ "futures", "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" +checksum = "84678180c64ce942dd6c38faae95dafdb097b95dbc6bccb2dfb125646114432e" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" +checksum = "453c5b758a15d8addfd4874fa370a4dd14a4e3e5911dc663da6f384f4d8090fd" dependencies = [ "ahash 0.8.11", - "array-bytes 6.2.2", + "array-bytes", "async-trait", "dyn-clone", "finality-grandpa", @@ -13440,7 +13649,7 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "sc-block-builder", "sc-chain-spec", @@ -13450,30 +13659,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", - "sc-network-types", + "sc-network-types 0.11.0", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" +checksum = "ff06659eb842ea2b090a3dc95dd39cddaf00b670c7938f2dec94d1fc30d84c5c" dependencies = [ "finality-grandpa", "futures", @@ -13485,16 +13694,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" +checksum = "68c923c07005b88b62c6e63b2e08c9a45ac707ef90c61ff5f7f193e548ad37af" dependencies = [ "async-trait", "futures", @@ -13507,42 +13716,42 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", ] [[package]] name = "sc-executor" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" +checksum = "321e9431a3d5c95514b1ba775dd425efd4b18bd79dfdb6d8e397f0c96d6831e9" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-executor-common", "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 31.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", - "sp-io 35.0.0", + "sp-io 36.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 34.0.0", - "sp-version 34.0.0", + "sp-trie 35.0.0", + "sp-version 35.0.0", "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" +checksum = "aad16187c613f81feab35f0d6c12c15c1d88eea0794c886b5dca3495d26746de" dependencies = [ "polkavm", "sc-allocator", @@ -13554,9 +13763,9 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" +checksum = "db336a08ea53b6a89972a6ad6586e664c15db2add9d1cfb508afc768de387304" dependencies = [ "log", "polkavm", @@ -13566,15 +13775,15 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.33.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" +checksum = "1b97b324b2737447b7b208e913fef4988d5c38ecc21f57c3dd33e3f1e1e3bb08" dependencies = [ "anyhow", "cfg-if", "libc", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rustix 0.36.17", "sc-allocator", "sc-executor-common", @@ -13585,9 +13794,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" +checksum = "74ddef3aa096a40f84599c90c4045ece585fcc06ef64d657fe88f8464f3d7106" dependencies = [ "ansi_term", "futures", @@ -13598,31 +13807,31 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sc-keystore" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" +checksum = "076394555f3325fbe66d5e1216eb210c00f877910107a02d3997afbad9b23af6" dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", + "array-bytes", + "parking_lot 0.12.3", "serde_json", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" +checksum = "ea3756952a98f6e8aab2715e15d8af73191d736c1c3e35c05a7bac2033c33949" dependencies = [ - "array-bytes 4.2.0", + "array-bytes", "arrayvec 0.7.4", "blake2 0.10.6", "bytes", @@ -13632,27 +13841,27 @@ dependencies = [ "mixnet", "multiaddr", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-network", - "sc-network-types", + "sc-network-types 0.11.0", "sc-transaction-pool-api", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-consensus", - "sp-core 32.0.0", - "sp-keystore 0.38.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", "sp-mixnet", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" +checksum = "bcd70d3fb1d9ff0165ea9c23cb4f6963e8fe0d65847ccae3fc4c7fc92bd02543" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "asynchronous-codec", @@ -13665,20 +13874,20 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", - "litep2p", + "litep2p 0.4.0-rc.1", "log", "mockall", "once_cell", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "partial_sort", "pin-project", - "prost 0.11.9", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "rand 0.8.5", "sc-client-api", "sc-network-common", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", "schnellru", "serde", @@ -13686,8 +13895,8 @@ dependencies = [ "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13700,28 +13909,28 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" +checksum = "d3b9a2597285d5bc18b871d5bd69e99c724caffddee22b002b27e7e89a37e6a9" dependencies = [ "async-trait", "bitflags 1.3.2", "futures", "libp2p-identity", "parity-scale-codec", - "prost-build", + "prost-build 0.12.6", "sc-consensus", - "sc-network-types", + "sc-network-types 0.10.0", "sp-consensus", - "sp-consensus-grandpa 18.0.0", - "sp-runtime 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" +checksum = "962b37f9939ea0d678219cd4beae5b604b2ee2836e670c14fe3d347e21d57790" dependencies = [ "ahash 0.8.11", "futures", @@ -13731,42 +13940,42 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", - "sc-network-types", + "sc-network-types 0.11.0", "schnellru", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" +checksum = "b9d0c7dabde3a1a4a49b383503e4589bb3373044fc8513dbf849547f7d450af4" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "futures", "log", "parity-scale-codec", - "prost 0.12.3", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "sc-client-api", "sc-network", - "sc-network-types", + "sc-network-types 0.11.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" +checksum = "61620bf88ffa4e67dfcb245569c293a7a3815b9f8d37f93fa9944bddda68ee9d" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "fork-tree", @@ -13776,22 +13985,22 @@ dependencies = [ "log", "mockall", "parity-scale-codec", - "prost 0.12.3", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "sc-client-api", "sc-consensus", "sc-network", "sc-network-common", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 18.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-consensus-grandpa 19.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13800,11 +14009,11 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" +checksum = "dee98c3909782dc7aac343b41ea8d8d2525d4def168c005bb1fb37b4e8a4ecc1" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "futures", "libp2p", "log", @@ -13812,10 +14021,10 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", - "sc-network-types", + "sc-network-types 0.11.0", "sc-utils", "sp-consensus", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "substrate-prometheus-endpoint", ] @@ -13827,7 +14036,22 @@ checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" dependencies = [ "bs58 0.4.0", "libp2p-identity", - "litep2p", + "litep2p 0.3.0", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + +[[package]] +name = "sc-network-types" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c78a8ca5b07ab6ac40dd21e7724453a42c186ba546406c198aa8c6f31e4e6f2d" +dependencies = [ + "bs58 0.5.1", + "libp2p-identity", + "litep2p 0.4.0-rc.1", "multiaddr", "multihash 0.17.0", "rand 0.8.5", @@ -13836,11 +14060,11 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" +checksum = "9230e5537f553bb9dcaa5f782acf0e2de6ba7658fe5fc9b7844c0a675c69946a" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bytes", "fnv", "futures", @@ -13852,20 +14076,20 @@ dependencies = [ "num_cpus", "once_cell", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", - "sc-network-types", + "sc-network-types 0.11.0", "sc-transaction-pool-api", "sc-utils", - "sp-api 31.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", - "sp-keystore 0.38.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", + "sp-keystore 0.39.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", "threadpool", "tracing", ] @@ -13882,15 +14106,15 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" +checksum = "01b626348dad6f3eeda3595dd1331dc3f04468e075d61ec53599bcb084f93b41" dependencies = [ "futures", "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13900,24 +14124,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-offchain 31.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-offchain 32.0.0", "sp-rpc", - "sp-runtime 36.0.0", - "sp-session 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", "sp-statement-store", - "sp-version 34.0.0", + "sp-version 35.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" +checksum = "6d9e316c596ddc56f452faa325e0981aa58389cbbb908f7f13aad00a71efbb15" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13927,23 +14151,25 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-rpc", - "sp-runtime 36.0.0", - "sp-version 34.0.0", + "sp-runtime 37.0.0", + "sp-version 35.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "15.0.0" +version = "16.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" +checksum = "5afa7a60f1f6349e61764c21f644c3d4549a7a45c097123746c68e84c0fb8738" dependencies = [ + "forwarded-header-value", "futures", "governor", "http", "hyper", + "ip_network", "jsonrpsee", "log", "serde_json", @@ -13955,18 +14181,18 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" +checksum = "98b7a2a25ae6329560d7b5b75f0af319629fd0cfbdc23663ce6aa20d439a4439" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "futures", "futures-util", "hex", "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "sc-chain-spec", "sc-client-api", @@ -13975,12 +14201,12 @@ dependencies = [ "sc-utils", "schnellru", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-rpc", - "sp-runtime 36.0.0", - "sp-version 34.0.0", + "sp-runtime 37.0.0", + "sp-version 35.0.0", "thiserror", "tokio", "tokio-stream", @@ -13988,9 +14214,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" +checksum = "8e97eceb358fc3755d5675591f707cb978b1032005e8c32bee43da88d58a7a5e" dependencies = [ "async-trait", "directories", @@ -14000,7 +14226,7 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "sc-chain-spec", @@ -14015,7 +14241,7 @@ dependencies = [ "sc-network-light", "sc-network-sync", "sc-network-transactions", - "sc-network-types", + "sc-network-types 0.11.0", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -14028,20 +14254,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", "sp-consensus", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-state-machine 0.40.0", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-state-machine 0.41.0", "sp-storage 21.0.0", - "sp-transaction-pool 31.0.0", + "sp-transaction-pool 32.0.0", "sp-transaction-storage-proof", - "sp-trie 34.0.0", - "sp-version 34.0.0", + "sp-trie 35.0.0", + "sp-version 35.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -14053,35 +14279,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" +checksum = "863b63626c6602167953125b7b0430939b968d6ba13bd795998ac66d3ce124c9" dependencies = [ "log", "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 32.0.0", + "parking_lot 0.12.3", + "sp-core 33.0.1", ] [[package]] name = "sc-storage-monitor" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4536eb51128eed3d3780f442ca74a4464f26401065bc4cf038609c0f9efeab9c" +checksum = "7e69686e7593e6d90432e5476b85219cf8636f0e9941d84d30cf80b2995cc632" dependencies = [ "clap", "fs4", "log", - "sp-core 32.0.0", + "sp-core 33.0.1", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" +checksum = "c2de2ec69614f29a2f1a8f9dd92f296a6c8990d156a6737f42744b9462311b15" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14093,15 +14319,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" +checksum = "5a48d1c042e09d19cb4812f5d7b76781095b8832e8ffe07b6679ee524ebbf782" dependencies = [ "derive_more", "futures", @@ -14113,23 +14339,23 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-io 35.0.0", + "sp-io 36.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" +checksum = "d1186331805100037171f2069a3c3b4a9c8ec01144863626c3276b999960af67" dependencies = [ "chrono", "futures", "libp2p", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "sc-network", @@ -14142,9 +14368,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" +checksum = "86cfe597106614e64cada52406df9d5e6c802c3982ef367d83ff240a0b59e7c4" dependencies = [ "ansi_term", "chrono", @@ -14153,21 +14379,21 @@ dependencies = [ "libc", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "regex", "rustc-hash", "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-rpc", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", - "tracing-log 0.1.4", + "tracing-log 0.2.0", "tracing-subscriber 0.3.18", ] @@ -14180,14 +14406,14 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "sc-transaction-pool" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" +checksum = "e7bc0d2515ec772b2391e3e641766c13d1a9b66fd60a7f68a4b82be5ae33801c" dependencies = [ "async-trait", "futures", @@ -14195,27 +14421,27 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sc-client-api", "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-blockchain", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 31.0.0", + "sp-transaction-pool 32.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" +checksum = "39dfa40c94e3965547d4fa0e7f7bc491b02bd7891cfd226a5fa8451c707f18a4" dependencies = [ "async-trait", "futures", @@ -14223,8 +14449,8 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "thiserror", ] @@ -14239,39 +14465,16 @@ dependencies = [ "futures-timer", "lazy_static", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "prometheus", "sp-arithmetic 26.0.0", ] -[[package]] -name = "scale-bits" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" -dependencies = [ - "parity-scale-codec", - "scale-type-resolver", -] - -[[package]] -name = "scale-decode" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" -dependencies = [ - "derive_more", - "parity-scale-codec", - "scale-bits", - "scale-type-resolver", - "smallvec", -] - [[package]] name = "scale-info" -version = "2.11.1" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "788745a868b0e751750388f4e6546eb921ef714a4317fa6954f7cde114eb2eb7" +checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" dependencies = [ "bitvec", "cfg-if", @@ -14283,21 +14486,15 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.1" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dc2f4e8bc344b9fc3d5f74f72c2e55bfc38d28dc2ebc69c194a3df424e4d9ac" +checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 1.0.109", -] - -[[package]] -name = "scale-type-resolver" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + "syn 1.0.109", +] [[package]] name = "schannel" @@ -14310,9 +14507,9 @@ dependencies = [ [[package]] name = "schnellru" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" +checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" dependencies = [ "ahash 0.8.11", "cfg-if", @@ -14444,11 +14641,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.9.2" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" +checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.5.0", "core-foundation", "core-foundation-sys", "libc", @@ -14457,9 +14654,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.9.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" +checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" dependencies = [ "core-foundation-sys", "libc", @@ -14476,9 +14673,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" dependencies = [ "serde", ] @@ -14491,9 +14688,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.197" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] @@ -14518,20 +14715,20 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.197" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", @@ -14540,9 +14737,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" +checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" dependencies = [ "serde", ] @@ -14653,9 +14850,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ "libc", ] @@ -14740,14 +14937,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" +checksum = "12d7d232571cc6f04fee2fa2486dddc222ed2a043fbf9ad942fb7b98a87f4b2d" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -14805,7 +15002,7 @@ dependencies = [ "fnv", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "hmac 0.12.1", "itertools 0.11.0", @@ -14854,13 +15051,13 @@ dependencies = [ "futures-channel", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "itertools 0.11.0", "log", "lru 0.11.1", "no-std-net", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "pin-project", "rand 0.8.5", "rand_chacha 0.3.1", @@ -14908,9 +15105,9 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60a73ef707257064bc4ecce8323cdb7c30e8ecd1ce74aa89a6e82e81fa8b9970" +checksum = "5404af73550b39022e08e5500b30fba627e109a56407b7e80b08da2305b11bfe" dependencies = [ "byte-slice-cast", "frame-support 29.0.2", @@ -14933,9 +15130,9 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.1.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a3e2e3b94bfcfc8f363e21a6c5a1d3c67eb4592ada672c868a3236ad1dd563b" +checksum = "aed4ebefed4c40b9c00e9adf5f02ab2760a7a2dad8bf05110c0013a7a59f4097" dependencies = [ "ethabi-decode", "frame-support 29.0.2", @@ -15029,9 +15226,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" +checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" dependencies = [ "libc", "windows-sys 0.52.0", @@ -15078,24 +15275,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" +checksum = "6f84f09c4b928e814e07dede0ece91f1f6eae1bff946a0e5e4a76bed19a095f1" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", "sp-api-proc-macro 19.0.0", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.40.0", + "sp-state-machine 0.41.0", "sp-std", - "sp-trie 34.0.0", - "sp-version 34.0.0", + "sp-trie 35.0.0", + "sp-version 35.0.0", "thiserror", ] @@ -15107,11 +15304,11 @@ checksum = "0301e2f77afb450fbf2b093f8b324c7ad88cc82e5e69bd5dc8658a1f068b2a96" dependencies = [ "Inflector", "blake2 0.10.6", - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -15122,11 +15319,11 @@ checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -15145,15 +15342,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" +checksum = "296282f718f15d4d812664415942665302a484d3495cf8d2e2ab3192b32d2c73" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", "sp-std", ] @@ -15204,15 +15401,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" +checksum = "7c06b0d26bcc9b5db298c4e270fdff286411912af51bc0d9ef7d04f139ee3146" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-runtime 37.0.0", ] [[package]] @@ -15229,47 +15426,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" +checksum = "329e1cfb98f113d91d0db80a6e984cbb7e990f03ef599a8dc356723a47d40509" dependencies = [ - "sp-api 31.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sp-blockchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" +checksum = "6900a6681cfa8f817e14426e5b5daa7fb101431917182361c995e62f98ed0b09" dependencies = [ "futures", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "schnellru", - "sp-api 31.0.0", + "sp-api 32.0.0", "sp-consensus", "sp-database", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" +checksum = "a7effe855bb4ca3a24273d10802d6b536d618936fee9dfbcbbdae19ed1bb042e" dependencies = [ "async-trait", "futures", "log", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", "thiserror", ] @@ -15293,19 +15490,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" +checksum = "464c5ec1ffcf83739b8ff7c8ecffdb95766d6be0c30e324cd76b22180d3d6f11" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-consensus-slots 0.37.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-timestamp 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-slots 0.38.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-timestamp 32.0.0", ] [[package]] @@ -15330,21 +15527,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" +checksum = "eec35149556b61c81c12b57ef90ff3d382a2b151f28df698e053a9f68f7aeb3e" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-consensus-slots 0.37.0", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-timestamp 31.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-consensus-slots 0.38.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-timestamp 32.0.0", ] [[package]] @@ -15370,23 +15567,23 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" +checksum = "d8f70758400b17ea3bd2788108434cc726a47a057b50acf5d095b02872e52797" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-io 35.0.0", - "sp-keystore 0.38.0", - "sp-mmr-primitives 31.0.0", - "sp-runtime 36.0.0", - "strum 0.26.3", + "sp-io 36.0.0", + "sp-keystore 0.39.0", + "sp-mmr-primitives 32.0.1", + "sp-runtime 37.0.0", + "strum 0.26.2", ] [[package]] @@ -15410,20 +15607,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" +checksum = "7deefa0a09cb191c0cb7a7aa8603414283f9aaa3a0fbc94fb68ff9a858f6fab2" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", ] [[package]] @@ -15441,14 +15638,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" +checksum = "063ccdb38545602e45205e6b186e3d47508912c9b785321f907201564697f1c0" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 31.0.0", + "sp-timestamp 32.0.0", ] [[package]] @@ -15457,7 +15654,7 @@ version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c33c7a1568175250628567d50c4e1c54a6ac5bc1190413b9be29a9e810cbe73" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bip39", "bitflags 1.3.2", "blake2 0.10.6", @@ -15474,7 +15671,7 @@ dependencies = [ "log", "merlin", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "paste", "primitive-types", "rand 0.8.5", @@ -15499,29 +15696,29 @@ dependencies = [ [[package]] name = "sp-core" -version = "32.0.0" +version = "33.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" +checksum = "3368e32f6fda6e20b8af51f94308d033ab70a021e87f6abbd3fed5aca942b745" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections 0.2.0", "bs58 0.5.1", "dyn-clonable", - "ed25519-zebra 3.1.0", + "ed25519-zebra 4.0.3", "futures", "hash-db", "hash256-std-hasher", "impl-serde", - "itertools 0.10.5", + "itertools 0.11.0", "k256", "libsecp256k1", "log", "merlin", "parity-bip39", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "paste", "primitive-types", "rand 0.8.5", @@ -15566,7 +15763,7 @@ checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b" dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -15576,7 +15773,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "722cbecdbf5b94578137dbd07feb51e95f7de221be0c1ff4dcfe0bb4cd986929" dependencies = [ "kvdb", - "parking_lot 0.12.1", + "parking_lot 0.12.3", ] [[package]] @@ -15587,7 +15784,7 @@ checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -15627,15 +15824,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" +checksum = "6eb26e3653f6a2feac2bcb2749b5fb080e4211b882cafbdba86e4304c03c72c8" dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", ] [[package]] @@ -15655,15 +15852,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" +checksum = "6766db70e0c371d43bfbf7a8950d2cb10cff6b76c8a2c5bd1336e7566b46a0cf" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", ] @@ -15695,9 +15892,9 @@ dependencies = [ [[package]] name = "sp-io" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" +checksum = "e7a31ce27358b73656a09b4933f09a700019d63afa15ede966f7c9893c1d4db5" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -15707,15 +15904,15 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-keystore 0.38.0", + "sp-keystore 0.39.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.40.0", + "sp-state-machine 0.41.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "tracing", "tracing-core", ] @@ -15733,13 +15930,13 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" +checksum = "65a24506e9e7c4d66e3b4d9c45e35009b59d3cc545481224bf1e85146d2426ec" dependencies = [ - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "strum 0.26.3", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "strum 0.26.2", ] [[package]] @@ -15749,7 +15946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "444f2d53968b1ce5e908882710ff1f3873fcf3e95f59d57432daf685bbacb959" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "sp-core 29.0.0", "sp-externalities 0.26.0", "thiserror", @@ -15757,13 +15954,13 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" +checksum = "92a909528663a80829b95d582a20dd4c9acd6e575650dee2bcaf56f4740b305e" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 32.0.0", + "parking_lot 0.12.3", + "sp-core 33.0.1", "sp-externalities 0.28.0", ] @@ -15802,14 +15999,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" +checksum = "a1ac523987a20ae4df607dcf1b7c7728b1f7b77f016f27413203e584d22ffde3" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", ] [[package]] @@ -15833,19 +16030,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "31.0.0" +version = "32.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" +checksum = "ec4370db10d0f7b670ba33d1a69dc2a09a1734d45b3d4edea78328ff9edf5d31" dependencies = [ - "ckb-merkle-mountain-range", "log", "parity-scale-codec", + "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api 31.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", "sp-debug-derive", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "thiserror", ] @@ -15866,16 +16063,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" +checksum = "643b08058800b3a1bd0ad7155291e75e14c936974837c074ae3cfdc5d1fa294e" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -15891,13 +16088,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" +checksum = "d9e7bdda614cb69c087d89d598ac4850e567be09f3de8d510b57147c111d5ce1" dependencies = [ - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -15913,13 +16110,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" +checksum = "6f7b352143ee888fc624adff978e32b2ee6cf81d659907190107e1c86e205eeb" dependencies = [ "rustc-hash", "serde", - "sp-core 32.0.0", + "sp-core 33.0.1", ] [[package]] @@ -15949,25 +16146,26 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" +checksum = "1c2a6148bf0ba74999ecfea9b4c1ade544f0663e0baba19630bb7761b2142b19" dependencies = [ "docify", "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", + "num-traits", "parity-scale-codec", "paste", "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 35.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -16018,11 +16216,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfaf6e85b2ec12a4b99cd6d8d57d083e30c94b7f1b0d8f93547121495aae6f0c" dependencies = [ "Inflector", - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16032,11 +16230,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294" dependencies = [ "Inflector", - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16057,17 +16255,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" +checksum = "601e0203c52ac7c1122ad316ae4e5cc355fdf1d69ef5b6c4aa30f7a17921fad9" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-keystore 0.38.0", - "sp-runtime 36.0.0", - "sp-staking 31.0.0", + "sp-api 32.0.0", + "sp-core 33.0.1", + "sp-keystore 0.39.0", + "sp-runtime 37.0.0", + "sp-staking 32.0.0", ] [[package]] @@ -16087,16 +16285,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" +checksum = "817c02b55a84c0fac32fdd8b3f0b959888bad0726009ed62433f4046f4b4b752" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -16108,7 +16306,7 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "smallvec", "sp-core 29.0.0", @@ -16123,20 +16321,20 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" +checksum = "6f6ac196ea92c4d0613c071e1a050765dbfa30107a990224a4aba02c7dbcd063" dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "smallvec", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 34.0.0", + "sp-trie 35.0.0", "thiserror", "tracing", "trie-db 0.29.1", @@ -16144,9 +16342,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" +checksum = "f857a29733a0240105d05f6d36bc7d760d814c22c6b12997f2d153236bfc8220" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -16156,12 +16354,12 @@ dependencies = [ "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", - "sp-core 32.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -16216,14 +16414,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" +checksum = "1d48d9246310340b11dc4f4c119fe93975c7c0c325637693da8c755d028fce19" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", "thiserror", ] @@ -16264,27 +16462,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" +checksum = "14de2a91e5a2bebaf47993644643c92564cafc55d55e1c854f6637ee62c90b4b" dependencies = [ - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" +checksum = "aeca8215fb05fd67b4d72e39d8e3f0ed9a3cc86c95da95bc856ebc4c23f95c8f" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 32.0.0", - "sp-inherents 31.0.0", - "sp-runtime 36.0.0", - "sp-trie 34.0.0", + "sp-core 33.0.1", + "sp-inherents 32.0.0", + "sp-runtime 37.0.0", + "sp-trie 35.0.0", ] [[package]] @@ -16299,7 +16497,7 @@ dependencies = [ "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "scale-info", "schnellru", @@ -16314,9 +16512,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" +checksum = "a61ab0c3e003f457203702e4753aa5fe9e762380543fada44650b1217e4aa5a5" dependencies = [ "ahash 0.8.11", "hash-db", @@ -16324,11 +16522,11 @@ dependencies = [ "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "scale-info", "schnellru", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-externalities 0.28.0", "thiserror", "tracing", @@ -16356,9 +16554,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" +checksum = "6ff74bf12b4f7d29387eb1caeec5553209a505f90a2511d2831143b970f89659" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16366,7 +16564,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16381,7 +16579,7 @@ dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16393,7 +16591,7 @@ dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16546,16 +16744,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" +checksum = "0473f6e6cd7296675188f88b2c29dccea328f9f88ccb18f3a79048505ce7dc2a" dependencies = [ - "cumulus-primitives-core 0.12.0", - "frame-support 33.0.0", - "frame-system 33.0.0", + "cumulus-primitives-core 0.13.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "parity-scale-codec", "scale-info", - "sp-runtime 36.0.0", + "sp-runtime 37.0.0", "sp-std", ] @@ -16565,7 +16763,7 @@ version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48fa328b87de3466bc38cc9a07244c42c647b7755b81115e1dfeb47cc13fc6e6" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bounded-collections 0.2.0", "derivative", "environmental", @@ -16580,11 +16778,11 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "12.0.0" +version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" +checksum = "dbc905526a2619dfaa17d0d32d1daa6885fdf4eb2fead2e37411eb9d0a91013e" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bounded-collections 0.2.0", "derivative", "environmental", @@ -16622,25 +16820,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" +checksum = "1bd94fb9634d6276b74b7ee9ec5b761c52c30ec40b7c0a381711c5d25c3a0141" dependencies = [ - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment 34.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", + "polkadot-parachain-primitives 12.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", ] [[package]] @@ -16667,24 +16865,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" +checksum = "dcd7135969e580a14b73bf65fd25d714f3b20c3b2e94ff0949c148820ab3a79d" dependencies = [ "environmental", - "frame-benchmarking 33.0.0", - "frame-support 33.0.0", + "frame-benchmarking 34.0.0", + "frame-support 34.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 12.0.0", + "staging-xcm 13.0.1", ] [[package]] @@ -16741,6 +16939,26 @@ dependencies = [ "tracing", ] +[[package]] +name = "str0m" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3f10d3f68e60168d81110410428a435dbde28cc5525f5f7c6fdec92dbdc2800" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16756,9 +16974,9 @@ dependencies = [ [[package]] name = "strsim" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" @@ -16771,15 +16989,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" - -[[package]] -name = "strum" -version = "0.26.3" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" dependencies = [ "strum_macros 0.26.4", ] @@ -16797,19 +17009,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "strum_macros" -version = "0.25.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.55", -] - [[package]] name = "strum_macros" version = "0.26.4" @@ -16820,7 +17019,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -16857,22 +17056,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" +checksum = "51bbe199ad82e3b69312a50b7024db70568d1bc1c4de6c21d89a2efd6cd59104" dependencies = [ - "frame-system-rpc-runtime-api 31.0.0", + "frame-system-rpc-runtime-api 32.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 31.0.0", - "sp-block-builder 31.0.0", + "sp-api 32.0.0", + "sp-block-builder 32.0.0", "sp-blockchain", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", ] [[package]] @@ -16890,19 +17089,19 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" +checksum = "6ec3140547debbca2c3cfa23d4d1b3e08761c09f67ac6fa5c9467b7f82d3e4e9" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 32.0.0", - "sp-runtime 36.0.0", - "sp-state-machine 0.40.0", - "sp-trie 34.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", + "sp-state-machine 0.41.0", + "sp-trie 35.0.0", "trie-db 0.29.1", ] @@ -16920,7 +17119,7 @@ dependencies = [ "sp-maybe-compressed-blob", "strum 0.24.1", "tempfile", - "toml 0.8.12", + "toml 0.8.14", "walkdir", "wasm-opt", ] @@ -16931,25 +17130,16 @@ version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ - "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata", - "merkleized-metadata", - "parity-scale-codec", "parity-wasm", "polkavm-linker", - "sc-executor", - "sp-core 32.0.0", - "sp-io 35.0.0", "sp-maybe-compressed-blob", - "sp-tracing 17.0.0", - "sp-version 34.0.0", - "strum 0.26.3", + "strum 0.26.2", "tempfile", - "toml 0.8.12", + "toml 0.8.14", "walkdir", "wasm-opt", ] @@ -16985,9 +17175,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.55" +version = "2.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0" +checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" dependencies = [ "proc-macro2", "quote", @@ -17006,6 +17196,17 @@ dependencies = [ "unicode-xid", ] +[[package]] +name = "synstructure" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + [[package]] name = "system-configuration" version = "0.5.1" @@ -17030,7 +17231,7 @@ dependencies = [ [[package]] name = "system-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#e7265b10b28d8b82c3146e72c98895dac2b55729" +source = "git+https://github.com/paseo-network/runtimes/?tag=v1.2.5-system-chains#2fa66a19eef96bd2c079385057fab2564d09b751" dependencies = [ "frame-support 29.0.2", "parachains-common 8.0.1", @@ -17060,8 +17261,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", - "fastrand 2.0.2", - "rustix 0.38.32", + "fastrand 2.1.0", + "rustix 0.38.34", "windows-sys 0.52.0", ] @@ -17080,7 +17281,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.34", "windows-sys 0.48.0", ] @@ -17092,9 +17293,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] @@ -17116,18 +17317,18 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -17229,6 +17430,16 @@ dependencies = [ "crunchy", ] +[[package]] +name = "tinystr" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +dependencies = [ + "displaydoc", + "zerovec", +] + [[package]] name = "tinyvec" version = "1.6.0" @@ -17246,32 +17457,32 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "bytes", "libc", "mio", "num_cpus", - "parking_lot 0.12.1", - "pin-project-lite 0.2.13", + "parking_lot 0.12.3", + "pin-project-lite 0.2.14", "signal-hook-registry", - "socket2 0.5.6", + "socket2 0.5.7", "tokio-macros", "windows-sys 0.48.0", ] [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -17280,7 +17491,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.10", + "rustls 0.21.12", "tokio", ] @@ -17302,7 +17513,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tokio", "tokio-util", ] @@ -17315,7 +17526,7 @@ checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", @@ -17324,17 +17535,16 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" +checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tokio", - "tracing", ] [[package]] @@ -17348,30 +17558,30 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.12" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.9", + "toml_edit 0.22.14", ] [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.19.15" +version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ "indexmap 2.2.6", "toml_datetime", @@ -17391,15 +17601,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.9" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.5", + "winnow 0.6.13", ] [[package]] @@ -17411,7 +17621,7 @@ dependencies = [ "futures-core", "futures-util", "pin-project", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tower-layer", "tower-service", "tracing", @@ -17430,7 +17640,7 @@ dependencies = [ "http", "http-body", "http-range-header", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tower-layer", "tower-service", ] @@ -17454,7 +17664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", - "pin-project-lite 0.2.13", + "pin-project-lite 0.2.14", "tracing-attributes", "tracing-core", ] @@ -17467,7 +17677,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -17492,12 +17702,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" +checksum = "518b1159d234d0833152f6f60501ed28a04e9e263293746dad886ec0a8bb20e7" dependencies = [ "coarsetime", - "polkadot-primitives 12.0.0", + "polkadot-primitives 13.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17508,11 +17718,11 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f074568687ffdfd0adb6005aa8d1d96840197f2c159f80471285f08694cf0ce" dependencies = [ - "expander 2.1.0", + "expander", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -17578,7 +17788,7 @@ dependencies = [ "matchers 0.1.0", "nu-ansi-term", "once_cell", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "regex", "sharded-slab", "smallvec", @@ -17684,7 +17894,7 @@ dependencies = [ "ipconfig", "lazy_static", "lru-cache", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "resolv-conf", "smallvec", "thiserror", @@ -17704,7 +17914,7 @@ dependencies = [ "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "resolv-conf", "smallvec", @@ -17739,13 +17949,19 @@ dependencies = [ "httparse", "log", "rand 0.8.5", - "rustls 0.21.10", + "rustls 0.21.12", "sha1", "thiserror", "url", "utf-8", ] +[[package]] +name = "tuplex" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "676ac81d5454c4dcf37955d34fa8626ede3490f744b86ca14a7b90168d2a08aa" + [[package]] name = "twox-hash" version = "1.6.3" @@ -17805,9 +18021,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode-xid" @@ -17852,12 +18068,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.0" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56" dependencies = [ "form_urlencoded", - "idna 0.5.0", + "idna 1.0.0", "percent-encoding", ] @@ -17867,11 +18083,23 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" +[[package]] +name = "utf16_iter" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + [[package]] name = "utf8parse" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "valuable" @@ -17899,9 +18127,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -17923,9 +18151,9 @@ dependencies = [ [[package]] name = "waker-fn" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" [[package]] name = "walkdir" @@ -17988,7 +18216,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", "wasm-bindgen-shared", ] @@ -18022,7 +18250,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -18044,9 +18272,9 @@ dependencies = [ [[package]] name = "wasm-opt" -version = "0.116.0" +version = "0.116.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc942673e7684671f0c5708fc18993569d184265fd5223bb51fc8e5b9b6cfd52" +checksum = "2fd87a4c135535ffed86123b6fb0f0a5a0bc89e50416c942c5f0662c645f679c" dependencies = [ "anyhow", "libc", @@ -18140,9 +18368,9 @@ dependencies = [ [[package]] name = "wasmparser-nostd" -version = "0.100.1" +version = "0.100.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724" +checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa" dependencies = [ "indexmap-nostd", ] @@ -18373,107 +18601,106 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "12.0.1" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" +checksum = "01b641fb4783e441a32ddc3e3f7927a6092cec39af9de2f85becacba412b6815" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 33.0.0", - "frame-election-provider-support 33.0.0", - "frame-executive 33.0.0", - "frame-metadata-hash-extension 0.2.0", - "frame-support 33.0.0", - "frame-system 33.0.0", - "frame-system-benchmarking 33.0.0", - "frame-system-rpc-runtime-api 31.0.0", - "frame-try-runtime 0.39.0", + "frame-benchmarking 34.0.0", + "frame-election-provider-support 34.0.0", + "frame-executive 34.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", + "frame-system-benchmarking 34.0.0", + "frame-system-rpc-runtime-api 32.0.0", + "frame-try-runtime 0.40.0", "hex-literal", "log", - "pallet-asset-rate 12.0.0", - "pallet-authority-discovery 33.0.0", - "pallet-authorship 33.0.0", - "pallet-babe 33.0.0", - "pallet-bags-list 32.0.0", - "pallet-balances 34.0.0", - "pallet-beefy 33.0.0", - "pallet-beefy-mmr 33.0.0", + "pallet-asset-rate 13.0.0", + "pallet-authority-discovery 34.0.0", + "pallet-authorship 34.0.0", + "pallet-babe 34.0.0", + "pallet-bags-list 33.0.0", + "pallet-balances 35.0.0", + "pallet-beefy 34.0.0", + "pallet-beefy-mmr 34.0.0", "pallet-collective", - "pallet-conviction-voting 33.0.0", + "pallet-conviction-voting 34.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 32.0.0", - "pallet-election-provider-support-benchmarking 32.0.0", + "pallet-election-provider-multi-phase 33.0.0", + "pallet-election-provider-support-benchmarking 33.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 32.0.0", - "pallet-grandpa 33.0.0", - "pallet-identity 33.0.0", - "pallet-indices 33.0.0", + "pallet-fast-unstake 33.0.0", + "pallet-grandpa 34.0.0", + "pallet-identity 34.0.0", + "pallet-indices 34.0.0", "pallet-membership", - "pallet-message-queue 36.0.0", - "pallet-mmr 32.0.0", - "pallet-multisig 33.0.0", - "pallet-nomination-pools 30.0.0", - "pallet-nomination-pools-benchmarking 31.0.0", - "pallet-nomination-pools-runtime-api 28.0.0", - "pallet-offences 32.0.0", - "pallet-offences-benchmarking 33.0.0", - "pallet-preimage 33.0.0", - "pallet-proxy 33.0.0", + "pallet-message-queue 37.0.0", + "pallet-mmr 33.0.0", + "pallet-multisig 34.0.0", + "pallet-nomination-pools 31.0.0", + "pallet-nomination-pools-benchmarking 32.0.0", + "pallet-nomination-pools-runtime-api 29.0.0", + "pallet-offences 33.0.0", + "pallet-offences-benchmarking 34.0.0", + "pallet-preimage 34.0.0", + "pallet-proxy 34.0.0", "pallet-recovery", - "pallet-referenda 33.0.0", + "pallet-referenda 34.0.0", "pallet-root-testing", - "pallet-scheduler 34.0.0", - "pallet-session 33.0.0", - "pallet-session-benchmarking 33.0.0", + "pallet-scheduler 35.0.0", + "pallet-session 34.0.0", + "pallet-session-benchmarking 34.0.0", "pallet-society", - "pallet-staking 33.0.0", + "pallet-staking 34.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 19.0.0", - "pallet-state-trie-migration 34.0.0", - "pallet-sudo 33.0.0", - "pallet-timestamp 32.0.0", - "pallet-transaction-payment 33.0.0", - "pallet-transaction-payment-rpc-runtime-api 33.0.0", - "pallet-treasury 32.0.0", - "pallet-utility 33.0.0", - "pallet-vesting 33.0.0", - "pallet-whitelist 32.0.0", - "pallet-xcm 12.0.0", - "pallet-xcm-benchmarks 12.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-common 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "pallet-staking-runtime-api 20.0.0", + "pallet-state-trie-migration 35.0.0", + "pallet-sudo 34.0.0", + "pallet-timestamp 33.0.0", + "pallet-transaction-payment 34.0.0", + "pallet-transaction-payment-rpc-runtime-api 34.0.0", + "pallet-treasury 33.0.0", + "pallet-utility 34.0.0", + "pallet-vesting 34.0.0", + "pallet-whitelist 33.0.0", + "pallet-xcm 13.0.0", + "pallet-xcm-benchmarks 13.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-common 13.0.0", + "polkadot-runtime-parachains 13.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 31.0.0", - "sp-application-crypto 35.0.0", + "sp-api 32.0.0", + "sp-application-crypto 36.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 31.0.0", - "sp-block-builder 31.0.0", - "sp-consensus-babe 0.37.0", - "sp-consensus-beefy 18.0.0", - "sp-core 32.0.0", - "sp-genesis-builder 0.12.0", - "sp-inherents 31.0.0", - "sp-io 35.0.0", - "sp-mmr-primitives 31.0.0", - "sp-npos-elections 31.0.0", - "sp-offchain 31.0.0", - "sp-runtime 36.0.0", - "sp-session 32.0.0", - "sp-staking 31.0.0", + "sp-authority-discovery 32.0.0", + "sp-block-builder 32.0.0", + "sp-consensus-babe 0.38.0", + "sp-consensus-beefy 19.0.0", + "sp-core 33.0.1", + "sp-genesis-builder 0.13.0", + "sp-inherents 32.0.0", + "sp-io 36.0.0", + "sp-mmr-primitives 32.0.1", + "sp-npos-elections 32.0.0", + "sp-offchain 32.0.0", + "sp-runtime 37.0.0", + "sp-session 33.0.0", + "sp-staking 32.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 31.0.0", - "sp-version 34.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", - "staging-xcm-executor 12.0.0", + "sp-transaction-pool 32.0.0", + "sp-version 35.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", + "staging-xcm-executor 13.0.0", "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", @@ -18481,19 +18708,19 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" +checksum = "55241a1b789ae6acf4bbe62687f2876fa83b151abf3d94e275c92ba4a2b59fe8" dependencies = [ - "frame-support 33.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-common 12.0.0", + "frame-support 34.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-common 13.0.0", "smallvec", - "sp-core 32.0.0", - "sp-runtime 36.0.0", + "sp-core 33.0.1", + "sp-runtime 37.0.0", "sp-weights 31.0.0", - "staging-xcm 12.0.0", - "staging-xcm-builder 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-builder 13.0.0", ] [[package]] @@ -18505,14 +18732,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.32", + "rustix 0.38.34", ] [[package]] name = "wide" -version = "0.7.15" +version = "0.7.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89beec544f246e679fc25490e3f8e08003bc4bf612068f325120dad4cea02c1c" +checksum = "8a040b111774ab63a19ef46bbc149398ab372b4ccdcfd719e9814dbd7dfd76c8" dependencies = [ "bytemuck", "safe_arch", @@ -18520,9 +18747,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" +checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" [[package]] name = "winapi" @@ -18542,11 +18769,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" dependencies = [ - "winapi", + "windows-sys 0.52.0", ] [[package]] @@ -18561,7 +18788,7 @@ version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" dependencies = [ - "windows-core", + "windows-core 0.51.1", "windows-targets 0.48.5", ] @@ -18574,6 +18801,15 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.5", +] + [[package]] name = "windows-sys" version = "0.42.0" @@ -18613,7 +18849,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.4", + "windows-targets 0.52.5", ] [[package]] @@ -18648,17 +18884,18 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" +checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" dependencies = [ - "windows_aarch64_gnullvm 0.52.4", - "windows_aarch64_msvc 0.52.4", - "windows_i686_gnu 0.52.4", - "windows_i686_msvc 0.52.4", - "windows_x86_64_gnu 0.52.4", - "windows_x86_64_gnullvm 0.52.4", - "windows_x86_64_msvc 0.52.4", + "windows_aarch64_gnullvm 0.52.5", + "windows_aarch64_msvc 0.52.5", + "windows_i686_gnu 0.52.5", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.5", + "windows_x86_64_gnu 0.52.5", + "windows_x86_64_gnullvm 0.52.5", + "windows_x86_64_msvc 0.52.5", ] [[package]] @@ -18675,9 +18912,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" +checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" [[package]] name = "windows_aarch64_msvc" @@ -18693,9 +18930,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" +checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" [[package]] name = "windows_i686_gnu" @@ -18711,9 +18948,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.4" +version = "0.52.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" +checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" [[package]] name = "windows_i686_msvc" @@ -18729,9 +18972,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" +checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" [[package]] name = "windows_x86_64_gnu" @@ -18747,9 +18990,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" +checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" [[package]] name = "windows_x86_64_gnullvm" @@ -18765,9 +19008,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" +checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" [[package]] name = "windows_x86_64_msvc" @@ -18783,9 +19026,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.4" +version = "0.52.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" +checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "winnow" @@ -18798,9 +19041,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.5" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" +checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" dependencies = [ "memchr", ] @@ -18815,6 +19058,18 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "write16" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" + +[[package]] +name = "writeable" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" + [[package]] name = "wyz" version = "0.5.1" @@ -18884,53 +19139,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" +checksum = "78cdb92db9f5334f6dc32c1acd2830482e745dd0f11bd411757d0ffeb9bd564c" dependencies = [ - "cumulus-pallet-parachain-system 0.12.0", - "cumulus-pallet-xcmp-queue 0.12.0", - "cumulus-primitives-core 0.12.0", - "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-pallet-parachain-system 0.13.0", + "cumulus-pallet-xcmp-queue 0.13.0", + "cumulus-primitives-core 0.13.0", + "cumulus-primitives-parachain-inherent 0.13.0", "cumulus-test-relay-sproof-builder", - "frame-support 33.0.0", - "frame-system 33.0.0", + "frame-support 34.0.0", + "frame-system 34.0.1", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 34.0.0", - "pallet-message-queue 36.0.0", - "parachains-common 12.0.0", + "pallet-balances 35.0.0", + "pallet-message-queue 37.0.0", + "parachains-common 13.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 11.0.0", - "polkadot-primitives 12.0.0", - "polkadot-runtime-parachains 12.0.0", + "polkadot-parachain-primitives 12.0.0", + "polkadot-primitives 13.0.0", + "polkadot-runtime-parachains 13.0.0", "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-core 33.0.1", "sp-crypto-hashing", - "sp-io 35.0.0", - "sp-runtime 36.0.0", + "sp-io 36.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 12.0.0", - "staging-xcm-executor 12.0.0", + "staging-xcm 13.0.1", + "staging-xcm-executor 13.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" +checksum = "a08b02854d1e3f844dec37dcf5897524f8e7ac6f227d225cba4ab43dadd0b691" dependencies = [ - "frame-support 33.0.0", + "frame-support 34.0.0", "parity-scale-codec", "scale-info", - "sp-api 31.0.0", - "sp-runtime 36.0.0", + "sp-api 32.0.0", + "sp-runtime 37.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 12.0.0", + "staging-xcm 13.0.1", ] [[package]] @@ -18942,7 +19197,7 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -18954,7 +19209,7 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", ] [[package]] @@ -18966,7 +19221,7 @@ dependencies = [ "futures", "log", "nohash-hasher", - "parking_lot 0.12.1", + "parking_lot 0.12.3", "rand 0.8.5", "static_assertions", ] @@ -18980,31 +19235,76 @@ dependencies = [ "time", ] +[[package]] +name = "yoke" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", + "synstructure 0.13.1", +] + [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", +] + +[[package]] +name = "zerofrom" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", + "synstructure 0.13.1", ] [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ "zeroize_derive", ] @@ -19017,7 +19317,29 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.55", + "syn 2.0.66", +] + +[[package]] +name = "zerovec" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.66", ] [[package]] @@ -19060,9 +19382,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.9+zstd.1.5.5" +version = "2.0.11+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" +checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index ccfca7ad..83117c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build substrate-build-script-utils = "11.0.0" -substrate-wasm-builder = "22.0.1" +substrate-wasm-builder = "22.0.0" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true, features = [ @@ -61,114 +61,113 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.39.0" -sc-chain-spec = "32.0.0" -sc-cli = "0.41.0" -sc-client-api = "33.0.0" -sc-offchain = "34.0.0" -sc-consensus = "0.38.0" -sc-executor = "0.37.0" -sc-network = "0.39.0" -sc-network-sync = "0.38.0" -sc-rpc = "34.0.0" -sc-service = "0.40.0" -sc-sysinfo = "32.0.0" -sc-telemetry = "19.0.0" -sc-tracing = "33.0.0" -sc-transaction-pool = "33.0.0" -sc-transaction-pool-api = "33.0.0" -frame-benchmarking = { version = "33.0.0", default-features = false } -frame-benchmarking-cli = "37.0.0" -frame-executive = { version = "33.0.0", default-features = false } -frame-metadata-hash-extension = { version = "0.2.0", default-features = false } -frame-support = { version = "33.0.0", default-features = false } -frame-system = { version = "33.0.0", default-features = false } -frame-system-benchmarking = { version = "33.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } -frame-try-runtime = { version = "0.39.0", default-features = false } -pallet-aura = { version = "32.0.0", default-features = false } -pallet-authorship = { version = "33.0.0", default-features = false } -pallet-assets = { version = "34.0.0", default-features = false } -pallet-balances = { version = "34.0.0", default-features = false } -pallet-contracts = { version = "32.0.0", default-features = false } -pallet-message-queue = { version = "36.0.0", default-features = false } -pallet-multisig = { version = "33.0.0", default-features = false } -pallet-nft-fractionalization = { version = "15.0.0", default-features = false } -pallet-nfts = { version = "27.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } -pallet-preimage = { version = "33.0.0", default-features = false } -pallet-proxy = { version = "33.0.0", default-features = false } -pallet-scheduler = { version = "34.0.0", default-features = false } -pallet-session = { version = "33.0.0", default-features = false } -pallet-sudo = { version = "33.0.0", default-features = false } -pallet-timestamp = { version = "32.0.0", default-features = false } -pallet-transaction-payment = { version = "33.0.0", default-features = false } -pallet-transaction-payment-rpc = "35.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } -pallet-utility = { version = "33.0.0", default-features = false } -sp-api = { version = "31.0.0", default-features = false } -sp-authority-discovery = { version = "31.0.0", default-features = false } -sp-block-builder = { version = "31.0.0", default-features = false } -sp-blockchain = "33.0.0" -sp-consensus-aura = { version = "0.37.0", default-features = false } -sp-consensus-babe = { version = "0.37.0", default-features = false } -sp-consensus-beefy = { version = "18.0.0", default-features = false } -sp-consensus-grandpa = { version = "18.0.0", default-features = false } -sp-core = { version = "32.0.0", default-features = false } -sp-keystore = "0.38.0" -sp-io = { version = "35.0.0", default-features = false } -sp-genesis-builder = { version = "0.12.0", default-features = false } -sp-inherents = { version = "31.0.0", default-features = false } -sp-offchain = { version = "31.0.0", default-features = false } -sp-runtime = { version = "36.0.0", default-features = false } -sp-timestamp = "31.0.0" -substrate-frame-rpc-system = "33.0.0" +sc-basic-authorship = "0.40.0" +sc-chain-spec = "33.0.0" +sc-cli = "0.42.0" +sc-client-api = "34.0.0" +sc-offchain = "35.0.0" +sc-consensus = "0.39.1" +sc-executor = "0.38.0" +sc-network = "0.40.0" +sc-network-sync = "0.39.0" +sc-rpc = "35.0.0" +sc-service = "0.41.0" +sc-sysinfo = "33.0.0" +sc-telemetry = "20.0.0" +sc-tracing = "34.0.0" +sc-transaction-pool = "34.0.0" +sc-transaction-pool-api = "34.0.0" +frame-benchmarking = { version = "34.0.0", default-features = false } +frame-benchmarking-cli = "38.0.0" +frame-executive = { version = "34.0.0", default-features = false } +frame-support = { version = "34.0.0", default-features = false } +frame-system = { version = "34.0.1", default-features = false } +frame-system-benchmarking = { version = "34.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "32.0.0", default-features = false } +frame-try-runtime = { version = "0.40.0", default-features = false } +pallet-aura = { version = "33.0.0", default-features = false } +pallet-authorship = { version = "34.0.0", default-features = false } +pallet-assets = { version = "35.0.0", default-features = false } +pallet-balances = { version = "35.0.0", default-features = false } +pallet-contracts = { version = "33.0.0", default-features = false } +pallet-message-queue = { version = "37.0.0", default-features = false } +pallet-multisig = { version = "34.0.0", default-features = false } +pallet-nft-fractionalization = { version = "16.0.0", default-features = false } +pallet-nfts = { version = "28.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "20.0.0", default-features = false } +pallet-preimage = { version = "34.0.0", default-features = false } +pallet-proxy = { version = "34.0.0", default-features = false } +pallet-scheduler = { version = "35.0.0", default-features = false } +pallet-session = { version = "34.0.0", default-features = false } +pallet-sudo = { version = "34.0.0", default-features = false } +pallet-timestamp = { version = "33.0.0", default-features = false } +pallet-transaction-payment = { version = "34.0.0", default-features = false } +pallet-transaction-payment-rpc = "36.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "34.0.0", default-features = false } +pallet-utility = { version = "34.0.0", default-features = false } +sp-api = { version = "32.0.0", default-features = false } +sp-authority-discovery = { version = "32.0.0", default-features = false } +sp-block-builder = { version = "32.0.0", default-features = false } +sp-blockchain = "34.0.0" +sp-consensus-aura = { version = "0.38.0", default-features = false } +sp-consensus-babe = { version = "0.38.0", default-features = false } +sp-consensus-beefy = { version = "19.0.0", default-features = false } +sp-consensus-grandpa = { version = "19.0.0", default-features = false } +sp-core = { version = "33.0.1", default-features = false } +sp-keystore = "0.39.0" +sp-io = { version = "36.0.0", default-features = false } +sp-genesis-builder = { version = "0.13.0", default-features = false } +sp-inherents = { version = "32.0.0", default-features = false } +sp-offchain = { version = "32.0.0", default-features = false } +sp-runtime = { version = "37.0.0", default-features = false } +sp-timestamp = "32.0.0" +substrate-frame-rpc-system = "34.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "32.0.0", default-features = false } +sp-session = { version = "33.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "31.0.0", default-features = false } -sp-version = { version = "34.0.0", default-features = false } +sp-transaction-pool = { version = "32.0.0", default-features = false } +sp-version = { version = "35.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "12.0.0", default-features = false } -polkadot-cli = "12.0.0" -polkadot-parachain-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-parachains = { version = "12.0.0", default-features = false } -polkadot-primitives = { version = "12.0.0", default-features = false } -polkadot-runtime-common = { version = "12.0.0", default-features = false } -rococo-runtime-constants = { version = "12.0.0", default-features = false } -rococo-runtime = { version = "12.0.1", default-features = false } -xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "13.0.0", default-features = false } +polkadot-cli = "13.0.0" +polkadot-parachain-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-parachains = { version = "13.0.0", default-features = false } +polkadot-primitives = { version = "13.0.0", default-features = false } +polkadot-runtime-common = { version = "13.0.0", default-features = false } +rococo-runtime-constants = { version = "13.0.0", default-features = false } +rococo-runtime = { version = "13.0.0", default-features = false } +xcm = { version = "13.0.1", package = "staging-xcm", default-features = false } +xcm-builder = { version = "13.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "13.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } -asset-test-utils = { version = "12.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.17.0", default-features = false } +asset-test-utils = { version = "13.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.13.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.13.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.12.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } -cumulus-primitives-aura = { version = "0.12.0", default-features = false } -cumulus-primitives-core = { version = "0.12.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.12.0", default-features = false } -emulated-integration-tests-common = { version = "8.0.0", default-features = false } -pallet-collator-selection = { version = "14.0.0", default-features = false } -parachains-common = { version = "12.0.0", default-features = false } -parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.12.0" -cumulus-relay-chain-interface = "0.12.0" +cumulus-pallet-session-benchmarking = { version = "15.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.13.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.13.0", default-features = false } +cumulus-primitives-aura = { version = "0.13.0", default-features = false } +cumulus-primitives-core = { version = "0.13.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "4.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.13.0", default-features = false } +emulated-integration-tests-common = { version = "9.0.0", default-features = false } +pallet-collator-selection = { version = "15.0.0", default-features = false } +parachains-common = { version = "13.0.0", default-features = false } +parachain-info = { version = "0.13.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.13.0" +cumulus-relay-chain-interface = "0.13.0" color-print = "0.3.4" -cumulus-client-cli = "0.12.0" -cumulus-client-collator = "0.12.0" -cumulus-client-consensus-aura = "0.12.0" -cumulus-client-consensus-common = "0.12.0" -cumulus-client-consensus-proposer = "0.12.0" -cumulus-client-service = "0.12.0" +cumulus-client-cli = "0.13.0" +cumulus-client-collator = "0.13.0" +cumulus-client-consensus-aura = "0.13.0" +cumulus-client-consensus-common = "0.13.0" +cumulus-client-consensus-proposer = "0.13.0" +cumulus-client-service = "0.13.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/node/src/chain_spec.rs b/node/src/chain_spec.rs index ca6c9542..e32d18af 100644 --- a/node/src/chain_spec.rs +++ b/node/src/chain_spec.rs @@ -31,11 +31,12 @@ pub fn get_from_seed(seed: &str) -> ::Pu /// The extensions for the [`ChainSpec`]. #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, ChainSpecGroup, ChainSpecExtension)] -#[serde(deny_unknown_fields)] pub struct Extensions { /// The relay chain of the Parachain. + #[serde(alias = "relayChain", alias = "RelayChain")] pub relay_chain: String, /// The id of the Parachain. + #[serde(alias = "paraId", alias = "ParaId")] pub para_id: u32, } diff --git a/node/src/service.rs b/node/src/service.rs index 0e0c6d6e..3eceb62a 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -271,7 +271,7 @@ where config: parachain_config, keystore: params.keystore_container.keystore(), backend: backend.clone(), - network: network.clone(), + network, sync_service: sync_service.clone(), system_rpc_tx, tx_handler_controller, @@ -335,9 +335,9 @@ where prometheus_registry.as_ref(), telemetry.as_ref().map(|t| t.handle()), &task_manager, - relay_chain_interface.clone(), + relay_chain_interface, transaction_pool, - sync_service.clone(), + sync_service, params.keystore_container.keystore(), relay_chain_slot_duration, para_id, diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 5585479b..cbecc7f2 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,7 +28,6 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true -frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -227,16 +226,3 @@ try-runtime = [ ] experimental = [] - -# Enable the metadata hash generation. -# -# This is hidden behind a feature because it increases the compile time. -# The wasm binary needs to be compiled twice, once to fetch the metadata, -# generate the metadata hash and then a second time with the -# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` -# extension. -metadata-hash = ["substrate-wasm-builder/metadata-hash"] - -# A convenience feature for enabling things when doing a build -# for an on-chain release. -on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 9fc445de..02d6973f 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,14 +1,4 @@ -#[cfg(all(feature = "std", feature = "metadata-hash"))] -fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .enable_metadata_hash("UNIT", 12) - .build() -} - -#[cfg(all(feature = "std", not(feature = "metadata-hash")))] +#[cfg(feature = "std")] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index edd82cf6..6062ae37 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -157,6 +157,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 6fe9ac6d..b8d0cb59 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -102,7 +102,6 @@ pub type SignedExtra = ( frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index a8a49437..1cd8982e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,7 +28,6 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true -frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -225,16 +224,3 @@ try-runtime = [ ] experimental = [] - -# Enable the metadata hash generation. -# -# This is hidden behind a feature because it increases the compile time. -# The wasm binary needs to be compiled twice, once to fetch the metadata, -# generate the metadata hash and then a second time with the -# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` -# extension. -metadata-hash = ["substrate-wasm-builder/metadata-hash"] - -# A convenience feature for enabling things when doing a build -# for an on-chain release. -on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 9fc445de..02d6973f 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,14 +1,4 @@ -#[cfg(all(feature = "std", feature = "metadata-hash"))] -fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .enable_metadata_hash("UNIT", 12) - .build() -} - -#[cfg(all(feature = "std", not(feature = "metadata-hash")))] +#[cfg(feature = "std")] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index edd82cf6..6062ae37 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -157,6 +157,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 664ef542..d1d1a4ef 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. From 2352a5033450e9ecfb5dfc0f0c6c6f2a18e74c92 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:36:46 +0700 Subject: [PATCH 33/80] chore: revert pov reclaim feature --- Cargo.lock | 19 ------------------- Cargo.toml | 1 - node/src/command.rs | 3 +-- node/src/service.rs | 8 ++------ runtime/devnet/Cargo.toml | 2 -- runtime/devnet/src/lib.rs | 1 - 6 files changed, 3 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 526a173f..29a91410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2694,24 +2694,6 @@ dependencies = [ "sp-trie 32.0.0", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11562,7 +11544,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.10.0", "cumulus-primitives-aura 0.10.0", "cumulus-primitives-core 0.10.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index db4a9b21..80723f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,6 @@ 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-storage-weight-reclaim = { version = "1.0.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 } diff --git a/node/src/command.rs b/node/src/command.rs index 27901ef0..dcda471f 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,6 +1,5 @@ use std::{net::SocketAddr, path::PathBuf}; -use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -271,7 +270,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| cmd.run::, ()>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index 79ea908f..e79877a8 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -44,10 +44,7 @@ use substrate_prometheus_endpoint::Registry; pub struct DevnetRuntimeExecutor; impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = ( - cumulus_client_service::storage_proof_size::HostFunctions, - frame_benchmarking::benchmarking::HostFunctions, - ); + type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; fn dispatch(method: &str, data: &[u8]) -> Option> { pop_runtime_devnet::api::dispatch(method, data) @@ -134,11 +131,10 @@ where let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts_record_import::( + sc_service::new_full_parts::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, - true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 35183429..a6824acb 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -104,7 +103,6 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 667d4ebd..913c38d1 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 0d8e50a640894e0802b0ba4bb30efe8e8b11bcfa Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:46:51 +0700 Subject: [PATCH 34/80] chore: update lock file --- Cargo.lock | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..c4ddaf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,24 +2695,6 @@ dependencies = [ "sp-trie 33.0.0", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" -dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", - "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 35.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11502,7 +11484,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", From 9cd01ddd8cd30fc63545c8f98cf3a68ad93458bc Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:46:33 +0700 Subject: [PATCH 35/80] chore: upgrade to v1.9.0 --- 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) } } From e68615e63d3dbb3f66720c169184cf453f664c5e Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 36/80] feat: pov claim feature --- Cargo.lock | 19 +++++++++++++++++++ Cargo.toml | 1 + node/src/command.rs | 3 ++- node/src/service.rs | 8 ++++++-- runtime/devnet/Cargo.toml | 2 ++ 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29a91410..526a173f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2694,6 +2694,24 @@ dependencies = [ "sp-trie 32.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "docify", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11544,6 +11562,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.10.0", "cumulus-primitives-aura 0.10.0", "cumulus-primitives-core 0.10.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index 80723f7b..db4a9b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ 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-storage-weight-reclaim = { version = "1.0.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 } diff --git a/node/src/command.rs b/node/src/command.rs index dcda471f..27901ef0 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,6 @@ use std::{net::SocketAddr, path::PathBuf}; +use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -270,7 +271,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index e79877a8..79ea908f 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -44,7 +44,10 @@ use substrate_prometheus_endpoint::Registry; pub struct DevnetRuntimeExecutor; impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; + type ExtendHostFunctions = ( + cumulus_client_service::storage_proof_size::HostFunctions, + frame_benchmarking::benchmarking::HostFunctions, + ); fn dispatch(method: &str, data: &[u8]) -> Option> { pop_runtime_devnet::api::dispatch(method, data) @@ -131,10 +134,11 @@ where let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + sc_service::new_full_parts_record_import::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index a6824acb..35183429 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -103,6 +104,7 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", + "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From f22d339b94ed67586304ac464f6e239926abdfcb Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:16:38 +0700 Subject: [PATCH 37/80] fix: add missing signed extra --- runtime/devnet/src/lib.rs | 1 + runtime/testnet/src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 913c38d1..667d4ebd 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -101,6 +101,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 36e5f710..5d38a10f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,6 +101,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From a3e6de2f7f02ecfbdf53dec8baab97b39aa83f8b Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 38/80] chore: upgrade to 1.10.0 --- Cargo.lock | 4866 +++++++++++++++-------------- Cargo.toml | 197 +- runtime/devnet/Cargo.toml | 2 +- runtime/devnet/src/config/xcm.rs | 3 + runtime/devnet/src/lib.rs | 4 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/config/xcm.rs | 3 + runtime/testnet/src/lib.rs | 4 +- 8 files changed, 2553 insertions(+), 2528 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 526a173f..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "sp-weights 28.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -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", +checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" +dependencies = [ + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-bridge-hub-router 0.9.0", + "parachains-common 11.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "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", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1177,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1288,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2096,9 +2096,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b5137986e7a4374bf410e4e11ce02c9807c5d3200d590960056220963ecdbf" +checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", @@ -2107,55 +2107,55 @@ dependencies = [ "sc-client-api", "sc-service", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7dde39268c86d2975bdd608d114dd52cd8803618196bc7606e684b9090d24d" +checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fbbba68555835c2e2d7f1c17060d3cd6fafafdb16597a2e680e7376f71dec51" +checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2163,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6ff3972c798e87b918e3065d7b52aabb3fc871136b7dde7c708d20567b509f" +checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2ff43b5735f8f1a306aa8c44d9efe5bb50c3a3b29afa18728e7a5321a6ba70" +checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-parachain-inherent 0.11.0", "sp-consensus", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f10d8141b3de22f002b94fafd9a372f351ee55ad41e1c40ad6534024f176f5bb" +checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2238,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ebeda41b913144e0dbaf57a9537fed6f37ee14c5f31f1bd23808f87e8515ec7" +checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf51e1e7cfe82e68a93a4f3221181f8258664f0c4113e4d7c846e449b3596f3" +checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2289,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb334fbaedca019671b900bba71fb7cf70244d9436a832b1c5d67491569359d" +checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,12 +2328,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-transaction-pool 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-transaction-pool 30.0.0", ] [[package]] @@ -2357,20 +2358,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ec277f09a2c2b693bca6283eb6bc10aede2eaee43a7c395911235d8b632dab" +checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" dependencies = [ - "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", + "cumulus-pallet-parachain-system 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-aura 31.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2412,37 +2413,37 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.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", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", "trie-db", ] @@ -2475,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2507,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2550,28 +2551,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.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", + "bp-xcm-bridge-hub-router 0.10.0", + "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-message-queue 34.0.0", + "pallet-message-queue 35.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -2591,16 +2592,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" dependencies = [ "parity-scale-codec", - "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", + "polkadot-core-primitives 11.0.0", + "polkadot-primitives 11.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2624,20 +2625,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2658,18 +2659,18 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -2685,30 +2686,30 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2735,33 +2736,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", "log", - "pallet-asset-conversion 13.0.0", + "pallet-asset-conversion 14.0.0", "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec58113249ac91ceb4da1c846f6474cd4b6616100d0b29a86845b177caad52f" +checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2772,48 +2773,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-state-machine 0.38.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a416b2e6a5c99d78049b91425dbdb844f4351fd9fb61da47b70c2f90cf2ed4" +checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.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 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2822,7 +2823,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2831,11 +2832,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2843,12 +2844,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e011f8da350318316e80356dca70bee537d8f8fb29bb99d1765348b0ab6f6d88" +checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2866,14 +2867,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "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 32.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-util", @@ -2883,17 +2884,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" dependencies = [ - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "polkadot-primitives 11.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -3370,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ "asset-test-utils", - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bridge-runtime-common", - "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", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "sc-consensus-grandpa", - "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", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -3805,9 +3807,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +checksum = "ad4cc2314d3be8b49c555f6a7e550f5559e73ffd6ef9690ffbd9a706774452e0" dependencies = [ "parity-scale-codec", ] @@ -3849,50 +3851,50 @@ dependencies = [ "sp-runtime 32.0.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" dependencies = [ - "frame-support 31.0.0", - "frame-support-procedural 26.0.1", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-support-procedural 27.0.0", + "frame-system 32.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-std", + "sp-storage 21.0.0", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "35.0.1" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f1660c2e59d206386658ca7fa867c2ccdb44429cc8a5a16a2975a338aa7047" +checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3911,19 +3913,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.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 32.0.0", - "sp-wasm-interface", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", + "sp-wasm-interface 21.0.0", "thiserror", "thousands", ] @@ -3960,19 +3962,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" dependencies = [ "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -3992,27 +3994,27 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "frame-executive" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d4502dd4218aaf90240527adb789b9620fcada2af76f4751a8a852583eb0c2" +checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" dependencies = [ "aquamarine 0.3.3", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-try-runtime 0.37.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-try-runtime 0.38.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -4045,9 +4047,9 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c935bea33258c329e9ad4784a720aa4b1faff8c5af474f14e0898db11b7cb8ab" +checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" dependencies = [ "futures", "indicatif", @@ -4055,11 +4057,11 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "spinners", "substrate-rpc-client", "tokio", @@ -4097,12 +4099,12 @@ dependencies = [ "sp-genesis-builder 0.8.0", "sp-inherents 27.0.0", "sp-io 31.0.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-weights 28.0.0", "static_assertions", "tt-call", @@ -4110,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4120,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4131,21 +4133,21 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing", - "sp-weights 30.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-tracing 17.0.0", + "sp-weights 31.0.0", "static_assertions", "tt-call", ] @@ -4172,13 +4174,13 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "26.0.1" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" dependencies = [ "Inflector", "cfg-expr", - "derive-syn-parse 0.1.5", + "derive-syn-parse 0.2.0", "expander 2.1.0", "frame-support-procedural-tools 11.0.1", "itertools 0.10.5", @@ -4261,23 +4263,23 @@ dependencies = [ [[package]] name = "frame-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" dependencies = [ "cfg-if", "docify", - "frame-support 31.0.0", + "frame-support 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -4298,17 +4300,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6bd0f5700363a845d4c0f83ea3478cdfcfe404d08f35865b78ebc5d37c0a" +checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -4324,12 +4326,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ae4e8decf1630ed6731e8912d1ed4ac3986d86c68f59580f2a9f61909150c41" +checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", ] [[package]] @@ -4347,14 +4349,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad42234b76beabf35bbc9a54566f0060b8d3d4fe93726007f02896e8beb91e3" +checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" dependencies = [ - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -5164,29 +5166,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.10.0", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", - "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", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "pop-runtime-common", "pop-runtime-devnet", - "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", + "sp-authority-discovery 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "tracing-subscriber 0.3.18", ] @@ -6379,38 +6381,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5265ecba4e5fc2c242798fc7795f6bf7ce7c9ab909ecea7df3f8242fa74af" +checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "mmr-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfab619df48bac956375483e4d57e995fbfaec310c86cfbc420e905506b67002" +checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -6971,20 +6973,20 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7022,17 +7024,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7057,20 +7059,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-transaction-payment 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7093,18 +7095,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7128,19 +7130,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3f1176f435a94b510b99bc2aaaa84788d60f8c5352c5f34f165b37523e448a1" +checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-consensus-aura 0.35.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7163,18 +7165,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "31.0.1" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-authority-discovery 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7195,16 +7197,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7235,26 +7237,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7278,30 +7280,30 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-bags-list" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc3f838e96a2cbd06731beb72b755ccc5bd05bcc696717a1148bdddfe9062e93" +checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -7323,18 +7325,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "31.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7361,22 +7363,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1371a2f241fd33b794b0e824f28be9de76e7544a2602421e1c4a58cb0eccef6" +checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 16.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-staking 29.0.0", + "sp-consensus-beefy 17.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7408,27 +7410,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c32a1e978b043f4bf7cfcdb130a51dda4dbade1de5b85d2d634082edbc08f9cb" +checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-beefy 31.0.0", - "pallet-mmr 30.0.0", - "pallet-session 31.0.0", + "pallet-beefy 32.0.0", + "pallet-mmr 31.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", "serde", - "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-api 30.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", ] @@ -7453,104 +7455,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23273ffc30d94c725cb37ac1f45a40e308d8e8bfab251a299d4ed1fa9e8e46f" +checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "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", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "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", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7575,19 +7577,19 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7613,21 +7615,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f1f5d1f6420b72e7fff2fa9146f1f13f68e3a3d293b421d9b9d34ad0dfa134" +checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-bounties 30.0.0", - "pallet-treasury 30.0.0", + "pallet-bounties 31.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7654,72 +7656,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "12.0.1" +version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241ffbf21673fca6bf8caa2ee35088a18704b95d174e32280cb7569f58af7c61" +checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a186a60e5b6f7927f8aa77e2fbd7b331b22ad8de870f261dc9d87627d21cbe3" +checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", + "paste", "rand", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", "wasm-instrument", "wasmi", ] @@ -7737,14 +7740,14 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2b8fce1fa76a3d59b49a532cb43de816f9e5c77dba87d9a7367d764a04e8d7" +checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.5.0", + "polkavm-derive", "scale-info", ] @@ -7768,38 +7771,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51344679f168ecc258bf52d0a9578f6c3043e2aff4b9147004c7b8429460370" +checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1603fc7a149fd1f8bc43349035a69370a024acc95d6a10a37d3b9e1f22cc58ab" +checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -7829,26 +7832,26 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "parity-scale-codec", "rand", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "strum 0.24.1", + "strum 0.26.3", ] [[package]] @@ -7868,36 +7871,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de22659bdd6190e4f94936f0d338e67dde80e537fe22c30eb96ceab9f0d9914f" +checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "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-core 32.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7923,21 +7926,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -7967,25 +7970,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f8a78e4f5e2399596fa918f22e588e034d78c13a46925313abb4b152a9d919" +checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8009,19 +8012,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8048,22 +8051,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39cb6cbcef9e9ab68a5e79429a1f32ebc8114e4c9c2c2b0356c1db212e3e0bc2" +checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", + "pallet-authorship 32.0.0", "parity-scale-codec", "scale-info", - "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-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8087,37 +8090,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e23345544e9b6635d296195c355a768c82a9e1d82138378ef5b80102828664" +checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8bb958b03ec28b6e7e97abfca28acb1c1d8e91ad5194537f6550c348fc60f54" +checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8144,23 +8147,23 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8184,20 +8187,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f5356b869f71205d53ed686846075ebb7d67824f334289ebbe6c61766c90c6" +checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8220,36 +8223,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284ff5c6675ac6438c2f4a20d75627ad4b6d7c78bb5fd911198e34ce48bc7cf2" +checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146f26bb84d332034fe4bb1d5938179b23bed20f8aaf3cf37c777014eb35cad6" +checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-assets 32.0.0", - "pallet-nfts 25.0.0", + "pallet-assets 33.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8274,20 +8277,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fed85cb8969cfbbf7681f16bc2d240cf377af021046c5628d563c8ed041aa26" +checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" dependencies = [ "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8305,30 +8308,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3881d652cf44b1cb8fb6f2b2b25a950338692c3d5f49c5e621a5cf9a1a88c76" +checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" dependencies = [ - "pallet-nfts 25.0.0", + "pallet-nfts 26.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948a11c933d345bfd7750e92b5650656e4d967f4fbcf7e36200ef7063985b9c6" +checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8349,27 +8352,27 @@ dependencies = [ "sp-runtime 32.0.0", "sp-staking 27.0.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "pallet-nomination-pools" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781148c86c07aca84f471d06b449d7098e94d76bc08dd7e69bcb2572264d1b20" +checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -8395,22 +8398,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d267d96d52b7bb17b5bd1333375f86a58595a457218ddc82ddec32c194806713" +checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" dependencies = [ - "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", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8428,13 +8431,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2055f407f235071239494548d86f4f6d5c6ec24968fd8dcac553e00e08588d" +checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" dependencies = [ - "pallet-nomination-pools 28.0.0", + "pallet-nomination-pools 29.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-std", ] @@ -8458,19 +8461,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f42b47ac29f107f30213d259cc0f73e1270743b66909fc7c9079d691a891b5a" +checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8501,26 +8504,26 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d0745d6fd98a6ef7b19139470a28f9b9530b425c03dc02fbd773c989fe0a96b" +checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "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", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-grandpa 32.0.0", + "pallet-im-online 31.0.0", + "pallet-offences 31.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8544,19 +8547,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d01a900fe79c5f0762ccc29a11dda2799830ce233aa5384b2f13d9cc28e2e70" +checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8578,53 +8581,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61918227f99ed2b322bf9050337773c8a40908b2f6a800352a20485e5ba0ef1c" +checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47fbdfc5da0a70c788be3ea594153c825b4e79ae6a83499f38c251cdb5a726c0" +checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cf473e4b04cd9ba40ed8963a03499de0a1a84c8eb9343b569b15bab6bb47a79" +checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8650,37 +8653,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b515fdbcade5b8a507e1a8ffc8b5a59725b1c8c71cfc6f8f5ae490e4a33f732c" +checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" dependencies = [ "assert_matches", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7926eb378bda52162a713aca44a6faab5fc7d6867f82ac14ba375df2b33eaa7f" +checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8705,21 +8708,21 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f81ff1151067225c2c359a132880e084a1c72656457fe443147ed2e6daaac2" +checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -8747,25 +8750,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 30.0.0", + "pallet-timestamp 31.0.0", "parity-scale-codec", "scale-info", - "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-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -8788,38 +8791,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "118d0e5a8c09dbb1c7326021335aab36546846c678b3ce79301ace02cec260f7" +checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" dependencies = [ - "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", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", "parity-scale-codec", "rand", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f3255dc30ce7ebfd7ee59b1890d1f0091f416f486532d4eaf795dc209e3c28e" +checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8849,25 +8852,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", + "pallet-authorship 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", + "sp-application-crypto 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] @@ -8895,12 +8898,12 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +checksum = "988a7ebeacc84d4bdb0b12409681e956ffe35438447d8f8bc78db547cffb6ebc" dependencies = [ "log", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -8916,13 +8919,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b398bbc910ed6e7e2fd76251910a8895e7c3343023e2279124568a1c860cab54" +checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-staking 29.0.0", + "sp-api 30.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -8945,19 +8948,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de51e792bcf770a00c5adf8db67f35dae450f445d36fa4b650980017063a62aa" +checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8980,18 +8983,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00abb554e916fd31ffbc792bff01e2dd9961a0a4bb781d27ef5f30c908ac2f6" +checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9012,48 +9015,48 @@ dependencies = [ "sp-io 31.0.0", "sp-runtime 32.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-timestamp 27.0.0", ] [[package]] name = "pallet-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-storage", - "sp-timestamp 29.0.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", ] [[package]] name = "pallet-tips" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fee0ebf5ee31239f9017785cecd54b46be26edef126b6369af477d67f5088ffb" +checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-treasury 30.0.0", + "pallet-treasury 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9076,36 +9079,36 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b3e7cc2ef454af06e0d73e180d2f22c7f6714dca7c1d4a3cc95786041e42c2" +checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 31.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9123,15 +9126,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e060567db5e59e3f26cc274cb9fc5db5af160ac67062d61e488f7887fef5470" +checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" dependencies = [ - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-weights 30.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -9156,21 +9159,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" dependencies = [ "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9209,18 +9212,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9242,17 +9245,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9274,17 +9277,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68e2271ffe7a20565b7539931b9c01f29039ab151ac14fd93032e81f250727f" +checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -9314,26 +9317,27 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "10.0.1" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "pallet-balances 31.0.0", + "pallet-balances 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] @@ -9358,22 +9362,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af346fe874360fdd3e36a63cac72a891283b63a2865b28f8afccaa63472fd40" +checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -9398,22 +9402,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ - "bp-xcm-bridge-hub-router 0.9.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -9450,66 +9454,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-utility 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", - "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", + "pallet-asset-tx-payment 32.0.0", + "pallet-assets 33.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-consensus-aura 0.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "parachains-runtimes-test-utils" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" dependencies = [ - "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-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "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", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", + "pallet-session 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-xcm 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-parachain-info 0.10.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", - "substrate-wasm-builder 20.0.0", + "sp-tracing 17.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -9766,7 +9770,7 @@ dependencies = [ "sp-session 28.0.0", "sp-staking 27.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "sp-transaction-pool 27.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", @@ -9975,9 +9979,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71bcf7eaa793354f996553b9b472833f761d9cd9e9bf6b2123895da4df6a25b" +checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" dependencies = [ "bitvec", "futures", @@ -9989,16 +9993,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b156f5a0a20ffcd852e266b865ad9149c6180a4cf1af07f334567c3b86f0fec" +checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" dependencies = [ "always-assert", "futures", @@ -10006,16 +10010,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "156b913d3eb7981ac8d540bacef09d5dac3a5d0584fa5a27fc8971870a02040a" +checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" dependencies = [ "derive_more", "fatality", @@ -10026,20 +10030,20 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "schnellru", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d736bca91fe70f303d09a1e251b7d3cb39164c94948d95a7769256ece066a3ed" +checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" dependencies = [ "async-trait", "fatality", @@ -10050,7 +10054,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-network", "schnellru", @@ -10061,9 +10065,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5509ed80ddcbb63c88b9f346b22f4b663e52dadf475118ec06406a0688817c55" +checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" dependencies = [ "cfg-if", "clap", @@ -10079,11 +10083,11 @@ dependencies = [ "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-keyring 34.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -10091,9 +10095,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82682bdd0aea251ab8f31a1b06f4c2c1c494e80fed4fc13ca9bc7622870bc82" +checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" dependencies = [ "bitvec", "fatality", @@ -10103,10 +10107,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10127,22 +10131,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5331cccd51a1593bc26a1619964f49876629589139cdf46151c21a6308c6bad" +checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" dependencies = [ "derive_more", "fatality", @@ -10155,58 +10159,58 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "schnellru", - "sp-application-crypto 33.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4842b32ecf4ab29521f1f9dd199c35398cd101883912f74e070658cd465037af" +checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", - "sp-core 31.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-trie 33.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3165cced1fd975f43d21e8a0701b19461d07131ace5feae2bfeb8ea005953683" +checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f34d1b7dde0d43c37aeacb37c199cbfc1c541a3ff03317fcb6bcc2d69501f6" +checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" dependencies = [ "always-assert", "async-trait", @@ -10219,7 +10223,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10228,9 +10232,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1060f6954c43f120751ad3f2a54155541893fcf9a966f4a9ce5192ee7888fa1f" +checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" dependencies = [ "futures", "parity-scale-codec", @@ -10238,8 +10242,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -10247,9 +10251,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427edaa41cc878f0d22b3248e900d1f65760a92f6e230e7a54ff6118b8ef9c79" +checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" dependencies = [ "bitvec", "derive_more", @@ -10264,26 +10268,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 33.0.0", + "sp-application-crypto 34.0.0", "sp-consensus", - "sp-consensus-slots 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-runtime 35.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "669f4ba3485a915853e94db99cf0dc5af9bccacd76b4d6f06550c5ecbd33d4aa" +checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" dependencies = [ "bitvec", "futures", @@ -10296,7 +10300,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10304,9 +10308,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ec8006475fd2f5f878bbfd7c74368f4fde0fd10096925a85b5e027ace4889" +checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" dependencies = [ "bitvec", "fatality", @@ -10315,25 +10319,25 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "schnellru", - "sp-keystore 0.37.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8133ce90b5bfc6d81c8d124dd26ec86624eb88bb33e57c0fb59d1262c9224ea" +checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", "wasm-timer", @@ -10341,9 +10345,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a4335b31f5d7dd3c59a7a061ca32061d290244fde416186fd22bee5093cf4bb" +checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" dependencies = [ "async-trait", "futures", @@ -10355,17 +10359,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b25733a45754fa4f049d26289994e379be21b132ca36982378604b53341104" +checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", "polkadot-node-metrics", @@ -10378,9 +10382,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a7c69bd67b0840c0f97c61637b798f6ec49c6a1c4cf153e4d8e8b22e34c45" +checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" dependencies = [ "futures", "futures-timer", @@ -10389,16 +10393,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6fb7b632e37b5eff4d3ceb246a6d7277c82bb573cbc2360c37719a5e00df82" +checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" dependencies = [ "fatality", "futures", @@ -10407,7 +10411,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10416,27 +10420,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c904246202cb80fc3e3872e142d74958903515c3b91d3d4d88907cf8bca46e2" +checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-blockchain", - "sp-inherents 29.0.0", + "sp-inherents 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d343298e502e687bc2f8ae837cad538a9b5d60ce714ace58120cb91aeb41d1c1" +checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" dependencies = [ "bitvec", "fatality", @@ -10445,16 +10449,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9be87118cc96f05bd5a35bee2f8c495b894d23fbff1c954b15d7dbe4516564c" +checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" dependencies = [ "bitvec", "fatality", @@ -10463,7 +10467,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10471,9 +10475,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c07e2dad8712e1e5978c6404aca20d2c7f1b5d6151d60277f49ce949b3ed5d" +checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10485,18 +10489,18 @@ dependencies = [ "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "slotmap", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10505,26 +10509,26 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1536bf89078dca39061f2a4d742e11dc14da38ffa5b6ce84e5c454cf9fd9b151" +checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2781bf5b07873b37ed5a76b28866367ea2529d4b91497c3db560c0eb59b2a2d9" +checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" dependencies = [ "cfg-if", "cpu-time", @@ -10533,42 +10537,42 @@ dependencies = [ "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-tracing", + "sp-externalities 0.28.0", + "sp-io 34.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7065d7dd209b05ceaf3781ca0a7cdfcb0071c3a61a8357e37dff8587a94928d2" +checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnellru", - "sp-consensus-babe 0.35.0", + "sp-consensus-babe 0.36.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" dependencies = [ "lazy_static", "log", @@ -10576,25 +10580,25 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-network", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10605,9 +10609,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10619,44 +10623,44 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "rand", "sc-authority-discovery", "sc-network", - "strum 0.24.1", + "strum 0.26.3", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 33.0.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7865c507f0eab9d816c40b1d4e2acb4e8f77db9efc8c0af23942d6b0f50e6f6" +checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10665,9 +10669,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" dependencies = [ "async-trait", "bitvec", @@ -10677,26 +10681,26 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", "sc-transaction-pool-api", "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4937553bd1a5f9ee9343a1a227ae07237b48a29c99ecd53217b090ca84b753c6" +checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" dependencies = [ "async-trait", "derive_more", @@ -10716,23 +10720,23 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", "sc-client-api", "schnellru", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" dependencies = [ "async-trait", "futures", @@ -10743,10 +10747,10 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-client-api", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -10771,20 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -10817,42 +10821,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf68469a4e01a0c8a16869fde6de3071fbebdf836058c8afe8396470ef2c462" +checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10866,13 +10870,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10931,53 +10935,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" dependencies = [ "bitvec", - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "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 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", + "pallet-asset-rate 11.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-fast-unstake 31.0.0", + "pallet-identity 32.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-staking-reward-fn 22.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-treasury 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "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", + "slot-range-helper 11.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-npos-elections 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] @@ -10992,21 +10996,21 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 8.0.1", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", ] [[package]] name = "polkadot-runtime-metrics" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "sp-std", - "sp-tracing", + "sp-tracing 17.0.0", ] [[package]] @@ -11061,66 +11065,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "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", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-broker 0.10.0", + "pallet-message-queue 35.0.0", + "pallet-session 32.0.0", + "pallet-staking 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-vesting 32.0.0", + "parity-scale-codec", + "polkadot-core-primitives 11.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-metrics 11.0.0", "rand", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.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-session 30.0.0", - "sp-staking 29.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322db94a98084bf62ac2c58194856d823455ceb74000c9602f817b8b738a8f78" +checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" dependencies = [ "async-trait", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", - "frame-support 31.0.0", - "frame-system 31.0.0", - "frame-system-rpc-runtime-api 29.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "hex-literal", "is_executable", @@ -11128,11 +11132,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "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", + "pallet-babe 32.0.0", + "pallet-staking 32.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11141,7 +11144,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11166,10 +11169,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 10.0.0", + "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11198,40 +11201,42 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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 29.0.0", - "sp-transaction-pool 29.0.0", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", "westend-runtime", + "xcm-fee-payment-runtime-api", ] [[package]] name = "polkadot-statement-distribution" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a4ef148c9bbed26f8630311ac26c9df1c07195a46a84fb5e8e7e7122e90248" +checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11244,22 +11249,22 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 10.0.0", - "sp-keystore 0.37.0", - "sp-staking 29.0.0", + "polkadot-primitives 11.0.0", + "sp-keystore 0.38.0", + "sp-staking 30.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" dependencies = [ "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", + "polkadot-primitives 11.0.0", + "sp-core 32.0.0", "tracing-gum", ] @@ -11272,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -11285,18 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88b4e215c80fe876147f3d58158d5dfeae7dabdd6047e175af77095b78d0035c" - -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -11306,56 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6380dbe1fb03ecc74ad55d841cfc75480222d153ba69ddcb00977866cbdabdb8" -dependencies = [ - "polkavm-derive-impl 0.5.0", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "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]] -name = "polkavm-derive-impl" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8211b3365bbafb2fb32057d68b0e1ca55d079f5cf6f9da9b98079b94b3987d" -dependencies = [ - "polkavm-common 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -11364,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "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", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -11400,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11477,11 +11417,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-relay-chain-interface", - "frame-benchmarking 31.0.0", + "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11489,7 +11429,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11511,19 +11451,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "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", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-timestamp 30.0.0", + "sp-transaction-pool 30.0.0", + "staging-xcm 11.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11542,12 +11482,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 31.0.0", - "parachains-common 10.0.0", + "frame-support 32.0.0", + "parachains-common 11.0.0", "parity-scale-codec", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -11555,147 +11495,147 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "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-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "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-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "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", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "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", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "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", + "cumulus-pallet-aura-ext 0.11.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex", "hex-literal", "log", - "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-assets 33.0.0", + "pallet-aura 31.0.0", + "pallet-authorship 32.0.0", + "pallet-balances 33.0.0", + "pallet-collator-selection 13.0.1", "pallet-contracts", - "pallet-message-queue 34.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-multisig 32.0.0", "pallet-nft-fractionalization", - "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", + "pallet-nfts 26.0.0", + "pallet-nfts-runtime-api 18.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-utility 32.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-runtime-common 11.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "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", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-std", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-parachain-info 0.11.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", ] [[package]] @@ -12406,116 +12346,116 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "165988588402ce7dc2d32dfba280cbbd59befc444d8f95579b999ecd8575ef27" +checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" dependencies = [ "binary-merkle-tree 15.0.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", + "frame-benchmarking 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "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-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", + "pallet-bounties 31.0.0", + "pallet-child-bounties 31.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 31.0.0", - "pallet-identity 31.0.0", - "pallet-im-online 30.0.0", - "pallet-indices 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "pallet-message-queue 34.0.0", - "pallet-mmr 30.0.0", - "pallet-multisig 31.0.0", + "pallet-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", "pallet-nis", - "pallet-offences 30.0.0", - "pallet-preimage 31.0.0", - "pallet-proxy 31.0.0", + "pallet-offences 31.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", "pallet-society", - "pallet-staking 31.0.0", - "pallet-state-trie-migration 32.0.0", - "pallet-sudo 31.0.0", - "pallet-timestamp 30.0.0", + "pallet-staking 32.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", "pallet-tips", - "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", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.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 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", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", "static_assertions", - "substrate-wasm-builder 20.0.0", + "substrate-wasm-builder 21.0.0", + "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0033b0335cd7cb691fbcd16346e151ffb21ad4e2a8675eda06b48275b8f52549" +checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "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", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -12800,27 +12740,28 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" dependencies = [ "log", - "sp-core 31.0.0", - "sp-wasm-interface", + "sp-core 32.0.0", + "sp-wasm-interface 21.0.0", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" dependencies = [ "async-trait", "futures", "futures-timer", "ip_network", "libp2p", + "linked_hash_set", "log", "multihash 0.18.1", "multihash-codetable", @@ -12830,21 +12771,21 @@ dependencies = [ "rand", "sc-client-api", "sc-network", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", + "sp-api 30.0.0", + "sp-authority-discovery 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "295be922b93bd4bc77edadffe66ac85a09436284afe7f12c1efd4d01ec530d07" +checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" dependencies = [ "futures", "futures-timer", @@ -12854,36 +12795,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" dependencies = [ "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-chain-spec" -version = "30.0.1" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12898,12 +12839,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-genesis-builder 0.11.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] @@ -12920,9 +12861,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12950,21 +12891,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keyring 35.0.0", + "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" dependencies = [ "fnv", "futures", @@ -12974,25 +12915,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-statement-store", - "sp-storage", - "sp-trie 32.0.0", + "sp-storage 21.0.0", + "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" dependencies = [ "hash-db", "kvdb", @@ -13006,20 +12947,20 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", ] [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -13031,21 +12972,21 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "988701c58dcd9521412cfcbb54457b17546bb4363f021ee8131af409a027b879" +checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ "async-trait", "futures", @@ -13056,26 +12997,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-aura 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a65da2a2d198d0c06be3614eabc254b40ebb27516dd17bee56d24cbe08d0c19e" +checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", "fork-tree", @@ -13092,27 +13033,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-consensus-slots 0.35.0", - "sp-core 31.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 29.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-inherents 30.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec114d8e12b82b298abdfbca76e7aac3af42865510dfb0f92fd3992e7edbb383" +checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" dependencies = [ "futures", "jsonrpsee", @@ -13120,22 +13061,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a49993da0847cf1ef84184e24e8d95f71efac2e940556678bf9e45a8fd0a47f" +checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13151,17 +13092,17 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-mmr-primitives 29.0.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13170,9 +13111,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "179b561aa302c0a5a572c5484a50f85e4ccd55025fc14daddabf5fe16e8150e1" +checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" dependencies = [ "futures", "jsonrpsee", @@ -13182,31 +13123,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e892ae8bf5faa9042b6ec46396db1b4d9ded180a5f82afe3236fdebe0195f850" +checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13232,25 +13173,25 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68cd632a2a33d82e67cfd57dda6d966a6e25df08a4698c8d6ea7010515c5aebc" +checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" dependencies = [ "finality-grandpa", "futures", @@ -13262,16 +13203,16 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80b431251c43b5af64b0f2758a387061f53fa045bdbf97d7353fe06aa9ddfb7b" +checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" dependencies = [ "async-trait", "futures", @@ -13281,21 +13222,21 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "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", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", ] [[package]] name = "sc-executor" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13303,49 +13244,49 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-io 34.0.0", "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", + "sp-wasm-interface 21.0.0", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b9c814d3a94df7a323d728a6961a3b9ec8c5c5979eb858ec098ddf2838cfc0" +checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface", + "sp-wasm-interface 21.0.0", ] [[package]] name = "sc-executor-wasmtime" -version = "0.32.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" dependencies = [ "anyhow", "cfg-if", @@ -13355,16 +13296,16 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface", + "sp-runtime-interface 27.0.0", + "sp-wasm-interface 21.0.0", "wasmtime", ] [[package]] name = "sc-informant" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" dependencies = [ "ansi_term", "futures", @@ -13375,29 +13316,29 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "thiserror", ] [[package]] name = "sc-mixnet" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13414,20 +13355,20 @@ dependencies = [ "sc-client-api", "sc-network", "sc-transaction-pool-api", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", - "sp-core 31.0.0", - "sp-keystore 0.37.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13454,10 +13395,10 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13469,9 +13410,9 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" dependencies = [ "async-channel 1.9.0", "cid", @@ -13483,16 +13424,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] [[package]] name = "sc-network-common" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13502,15 +13443,15 @@ dependencies = [ "prost-build", "sc-consensus", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" dependencies = [ "ahash 0.8.11", "futures", @@ -13521,16 +13462,16 @@ dependencies = [ "sc-network-common", "sc-network-sync", "schnellru", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13543,16 +13484,16 @@ dependencies = [ "sc-client-api", "sc-network", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13573,12 +13514,12 @@ dependencies = [ "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13587,9 +13528,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13601,15 +13542,15 @@ dependencies = [ "sc-network-sync", "sc-utils", "sp-consensus", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9d03fd90a535f30badaee9763a2124b9c68dae406e29497f406bfd45cbc7eac" +checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13630,12 +13571,12 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sc-utils", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", "threadpool", "tracing", ] @@ -13652,9 +13593,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" dependencies = [ "futures", "jsonrpsee", @@ -13670,24 +13611,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-offchain 30.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-session 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", "sp-statement-store", - "sp-version 32.0.0", + "sp-version 33.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13697,18 +13638,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", ] [[package]] name = "sc-rpc-server" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +checksum = "76f6d0924de213aa5c72a47c7bd0d7668531c5845e832d1ac5c33c96d0ff7b9b" dependencies = [ "futures", "governor", @@ -13725,9 +13666,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13744,12 +13685,12 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-version 32.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", "tokio-stream", @@ -13757,9 +13698,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" dependencies = [ "async-trait", "directories", @@ -13797,20 +13738,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", "sp-consensus", - "sp-core 31.0.0", - "sp-externalities 0.27.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 29.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-state-machine 0.39.0", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", "sp-transaction-storage-proof", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-trie 33.0.0", + "sp-version 33.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13822,35 +13763,35 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +checksum = "7259ab2e8e2fa1e7a1c38dd8a88353f80e66369ef8b48d5f7098dbc18c67887f" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] name = "sc-storage-monitor" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54aa61816b82fbe136f3c39b40ecb27bc7302c0c9039cc426b2c6f492666ac5" +checksum = "4536eb51128eed3d3780f442ca74a4464f26401065bc4cf038609c0f9efeab9c" dependencies = [ "clap", "fs4", "log", - "sp-core 31.0.0", + "sp-core 32.0.0", "thiserror", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fa4c5d5add3ee03e2b0aa02c827b8e3bc307be7c403eb534f95d5c81d372f78" +checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13862,15 +13803,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" dependencies = [ "derive_more", "futures", @@ -13882,17 +13823,17 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", + "sp-io 34.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" dependencies = [ "chrono", "futures", @@ -13910,9 +13851,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" dependencies = [ "ansi_term", "chrono", @@ -13927,12 +13868,12 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-tracing", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", @@ -13953,9 +13894,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" dependencies = [ "async-trait", "futures", @@ -13968,22 +13909,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-blockchain", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing", - "sp-transaction-pool 29.0.0", + "sp-runtime 35.0.0", + "sp-tracing 17.0.0", + "sp-transaction-pool 30.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" dependencies = [ "async-trait", "futures", @@ -13991,16 +13932,16 @@ dependencies = [ "parity-scale-codec", "serde", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "thiserror", ] [[package]] name = "sc-utils" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +checksum = "acf1bad736c230f16beb1cf48af9e69564df23b13aca9e5751a61266340b4bb5" dependencies = [ "async-channel 1.9.0", "futures", @@ -14009,7 +13950,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", ] [[package]] @@ -14428,14 +14369,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -14755,7 +14696,7 @@ dependencies = [ "sp-api-proc-macro 15.0.1", "sp-core 29.0.0", "sp-externalities 0.26.0", - "sp-metadata-ir", + "sp-metadata-ir 0.6.0", "sp-runtime 32.0.0", "sp-state-machine 0.36.0", "sp-std", @@ -14766,24 +14707,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", + "sp-api-proc-macro 18.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", + "sp-std", + "sp-trie 33.0.0", + "sp-version 33.0.0", "thiserror", ] @@ -14804,9 +14745,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "17.0.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14833,15 +14774,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", ] @@ -14862,10 +14803,11 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +checksum = "46d0d0a4c591c421d3231ddd5e27d828618c24456d51445d21a1f79fcee97c23" dependencies = [ + "docify", "integer-sqrt", "num-traits", "parity-scale-codec", @@ -14891,16 +14833,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -14917,48 +14858,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-blockchain" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 29.0.0", + "sp-api 30.0.0", "sp-consensus", "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" dependencies = [ "async-trait", "futures", "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "thiserror", ] @@ -14982,20 +14922,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "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 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15020,22 +14959,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "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 29.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-slots 0.36.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15061,24 +14999,23 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "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", + "sp-io 34.0.0", + "sp-keystore 0.38.0", + "sp-mmr-primitives 30.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15102,21 +15039,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15134,15 +15070,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 30.0.0", ] [[package]] @@ -15182,7 +15117,7 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface 25.0.0", "sp-std", - "sp-storage", + "sp-storage 20.0.0", "ss58-registry", "substrate-bip39 0.4.6", "thiserror", @@ -15193,9 +15128,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" dependencies = [ "array-bytes 6.2.2", "bitflags 1.3.2", @@ -15226,12 +15161,12 @@ dependencies = [ "serde", "sp-crypto-hashing", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", "sp-std", - "sp-storage", + "sp-storage 21.0.0", "ss58-registry", - "substrate-bip39 0.5.0", + "substrate-bip39 0.6.0", "thiserror", "tracing", "w3f-bls", @@ -15293,19 +15228,18 @@ dependencies = [ "environmental", "parity-scale-codec", "sp-std", - "sp-storage", + "sp-storage 20.0.0", ] [[package]] name = "sp-externalities" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +checksum = "33abaec4be69b1613796bbf430decbbcaaf978756379e2016e683a4d6379cd02" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-storage 21.0.0", ] [[package]] @@ -15322,14 +15256,13 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" dependencies = [ "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15349,16 +15282,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15382,7 +15314,7 @@ dependencies = [ "sp-runtime-interface 25.0.0", "sp-state-machine 0.36.0", "sp-std", - "sp-tracing", + "sp-tracing 16.0.0", "sp-trie 30.0.0", "tracing", "tracing-core", @@ -15390,27 +15322,27 @@ dependencies = [ [[package]] name = "sp-io" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" dependencies = [ "bytes", "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-tracing", - "sp-trie 32.0.0", + "sp-tracing 17.0.0", + "sp-trie 33.0.0", "tracing", "tracing-core", ] @@ -15428,13 +15360,13 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "strum 0.26.3", ] [[package]] @@ -15452,14 +15384,14 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", ] [[package]] @@ -15485,16 +15417,26 @@ dependencies = [ ] [[package]] -name = "sp-mixnet" +name = "sp-metadata-ir" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +checksum = "a616fa51350b35326682a472ee8e6ba742fdacb18babac38ecd46b3e05ead869" dependencies = [ + "frame-metadata", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", +] + +[[package]] +name = "sp-mixnet" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", ] [[package]] @@ -15518,20 +15460,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", + "sp-runtime 35.0.0", "thiserror", ] @@ -15552,17 +15493,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15578,13 +15518,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15600,13 +15540,13 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +checksum = "51104c3cab9d6c9e8361adbd487dd409a8343e740744fb0b3f983bc775fd1847" dependencies = [ "rustc-hash", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", ] [[package]] @@ -15636,9 +15576,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" dependencies = [ "docify", "either", @@ -15651,12 +15591,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", "sp-std", - "sp-weights 30.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -15672,29 +15612,29 @@ dependencies = [ "sp-externalities 0.26.0", "sp-runtime-interface-proc-macro 17.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", "static_assertions", ] [[package]] name = "sp-runtime-interface" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +checksum = "647db5e1dc481686628b41554e832df6ab400c4b43a6a54e54d3b0a71ca404aa" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.8.0", + "polkavm-derive", "primitive-types", - "sp-externalities 0.27.0", + "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-storage 21.0.0", + "sp-tracing 17.0.0", + "sp-wasm-interface 21.0.0", "static_assertions", ] @@ -15744,18 +15684,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" dependencies = [ "parity-scale-codec", "scale-info", - "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", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-keystore 0.38.0", + "sp-runtime 35.0.0", + "sp-staking 30.0.0", ] [[package]] @@ -15775,17 +15714,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" +checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -15812,9 +15750,9 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" dependencies = [ "hash-db", "log", @@ -15822,11 +15760,10 @@ dependencies = [ "parking_lot 0.12.1", "rand", "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "thiserror", "tracing", "trie-db", @@ -15834,9 +15771,9 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -15846,14 +15783,13 @@ dependencies = [ "rand", "scale-info", "sha2 0.10.8", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", + "sp-externalities 0.28.0", + "sp-runtime 35.0.0", + "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", ] @@ -15878,6 +15814,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-storage" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99c82989b3a4979a7e1ad848aad9f5d0b4388f1f454cc131766526601ab9e8f8" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", +] + [[package]] name = "sp-timestamp" version = "27.0.0" @@ -15894,15 +15843,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", "thiserror", ] @@ -15919,6 +15867,18 @@ dependencies = [ "tracing-subscriber 0.2.25", ] +[[package]] +name = "sp-tracing" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90b3decf116db9f1dfaf1f1597096b043d0e12c952d3bcdc018c6d6b77deec7e" +dependencies = [ + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sp-transaction-pool" version = "27.0.0" @@ -15931,28 +15891,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-inherents 30.0.0", + "sp-runtime 35.0.0", + "sp-trie 33.0.0", ] [[package]] @@ -15982,9 +15941,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15996,9 +15955,8 @@ dependencies = [ "rand", "scale-info", "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", + "sp-core 32.0.0", + "sp-externalities 0.28.0", "thiserror", "tracing", "trie-db", @@ -16019,15 +15977,15 @@ dependencies = [ "sp-crypto-hashing-proc-macro", "sp-runtime 32.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 13.0.0", "thiserror", ] [[package]] name = "sp-version" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16035,9 +15993,9 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-version-proc-macro", + "sp-version-proc-macro 14.0.0", "thiserror", ] @@ -16053,6 +16011,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-version-proc-macro" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aee8f6730641a65fcf0c8f9b1e448af4b3bb083d08058b47528188bccc7b7a7" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -16067,6 +16037,19 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b04b919e150b4736d85089d49327eab65507deb1485eec929af69daa2278eb3" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", +] + [[package]] name = "sp-weights" version = "28.0.0" @@ -16085,18 +16068,17 @@ dependencies = [ [[package]] name = "sp-weights" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +checksum = "93cdaf72a1dad537bbb130ba4d47307ebe5170405280ed1aa31fa712718a400e" dependencies = [ "bounded-collections 0.2.0", "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 25.0.0", + "sp-arithmetic 26.0.0", "sp-debug-derive", - "sp-std", ] [[package]] @@ -16202,16 +16184,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -16236,9 +16218,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16249,7 +16231,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 30.0.0", + "sp-weights 31.0.0", "xcm-procedural", ] @@ -16278,25 +16260,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 31.0.0", + "pallet-transaction-payment 32.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", + "polkadot-parachain-primitives 10.0.0", "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] @@ -16323,24 +16305,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" dependencies = [ "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -16411,6 +16393,15 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +[[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +dependencies = [ + "strum_macros 0.26.4", +] + [[package]] name = "strum_macros" version = "0.24.3" @@ -16437,6 +16428,19 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.55", +] + [[package]] name = "substrate-bip39" version = "0.4.6" @@ -16452,9 +16456,9 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b564c293e6194e8b222e52436bcb99f60de72043c7f845cf6c4406db4df121" +checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16471,22 +16475,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0da351445855b0d5bff2721c64508dc790d5cc0804d1d395074c8dafeb2170" +checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" dependencies = [ - "frame-system-rpc-runtime-api 29.0.0", + "frame-system-rpc-runtime-api 30.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", + "sp-api 30.0.0", + "sp-block-builder 30.0.0", "sp-blockchain", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", ] [[package]] @@ -16504,33 +16508,33 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e71c3305c6159e3f4cfc158f88ceefb94dd86b2c92c6120ad51a9d9c31c0dce6" +checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3afa7be8eca9226448012fa58eeaaab9c42be60214471d304658ac4856052b" +checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-client-api", "sc-rpc-api", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-trie 33.0.0", "trie-db", ] @@ -16555,9 +16559,9 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" dependencies = [ "build-helper", "cargo_metadata", @@ -16566,7 +16570,7 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sp-maybe-compressed-blob", - "strum 0.24.1", + "strum 0.26.3", "tempfile", "toml 0.8.12", "walkdir", @@ -17107,12 +17111,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" dependencies = [ "coarsetime", - "polkadot-primitives 10.0.0", + "polkadot-primitives 11.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17277,14 +17281,14 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80765dc36d90e9f2112dccc6e5d70df50ab1239dba8e004bcc70cc77b3a9712d" +checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" dependencies = [ "async-trait", "clap", "frame-remote-externalities", - "frame-try-runtime 0.37.0", + "frame-try-runtime 0.38.0", "hex", "log", "parity-scale-codec", @@ -17292,22 +17296,22 @@ dependencies = [ "sc-executor", "serde", "serde_json", - "sp-api 29.0.0", - "sp-consensus-aura 0.35.0", - "sp-consensus-babe 0.35.0", - "sp-core 31.0.0", + "sp-api 30.0.0", + "sp-consensus-aura 0.36.0", + "sp-consensus-babe 0.36.0", + "sp-core 32.0.0", "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-keystore 0.37.0", + "sp-externalities 0.28.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-keystore 0.38.0", "sp-rpc", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-timestamp 29.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", + "sp-timestamp 30.0.0", "sp-transaction-storage-proof", - "sp-version 32.0.0", - "sp-weights 30.0.0", + "sp-version 33.0.0", + "sp-weights 31.0.0", "substrate-rpc-client", "zstd 0.12.4", ] @@ -17938,126 +17942,126 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef1f629f711d7d110a1d13a12d3b4ab8fdc4ec3f97abbe9d1f0d248014a9e72" +checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "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", + "frame-benchmarking 32.0.0", + "frame-election-provider-support 32.0.0", + "frame-executive 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "frame-system-benchmarking 32.0.0", + "frame-system-rpc-runtime-api 30.0.0", + "frame-try-runtime 0.38.0", "hex-literal", "log", - "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-asset-rate 11.0.0", + "pallet-authority-discovery 32.0.0", + "pallet-authorship 32.0.0", + "pallet-babe 32.0.0", + "pallet-bags-list 31.0.0", + "pallet-balances 33.0.0", + "pallet-beefy 32.0.0", + "pallet-beefy-mmr 32.0.0", "pallet-collective", - "pallet-conviction-voting 31.0.0", + "pallet-conviction-voting 32.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 30.0.0", - "pallet-election-provider-support-benchmarking 30.0.0", + "pallet-election-provider-multi-phase 31.0.0", + "pallet-election-provider-support-benchmarking 31.0.0", "pallet-elections-phragmen", - "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-fast-unstake 31.0.0", + "pallet-grandpa 32.0.0", + "pallet-identity 32.0.0", + "pallet-indices 32.0.0", "pallet-membership", - "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-message-queue 35.0.0", + "pallet-mmr 31.0.0", + "pallet-multisig 32.0.0", + "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools-benchmarking 30.0.0", + "pallet-nomination-pools-runtime-api 27.0.0", + "pallet-offences 31.0.0", + "pallet-offences-benchmarking 32.0.0", + "pallet-preimage 32.0.0", + "pallet-proxy 32.0.0", "pallet-recovery", - "pallet-referenda 31.0.0", + "pallet-referenda 32.0.0", "pallet-root-testing", - "pallet-scheduler 32.0.0", - "pallet-session 31.0.0", - "pallet-session-benchmarking 31.0.0", + "pallet-scheduler 33.0.0", + "pallet-session 32.0.0", + "pallet-session-benchmarking 32.0.0", "pallet-society", - "pallet-staking 31.0.0", + "pallet-staking 32.0.0", "pallet-staking-reward-curve", - "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", + "pallet-staking-runtime-api 18.0.0", + "pallet-state-trie-migration 33.0.0", + "pallet-sudo 32.0.0", + "pallet-timestamp 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-treasury 31.0.0", + "pallet-utility 32.0.0", + "pallet-vesting 32.0.0", + "pallet-whitelist 31.0.0", + "pallet-xcm 11.0.0", + "pallet-xcm-benchmarks 11.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", + "polkadot-runtime-parachains 11.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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 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", + "sp-api 30.0.0", + "sp-application-crypto 34.0.0", + "sp-arithmetic 26.0.0", + "sp-authority-discovery 30.0.0", + "sp-block-builder 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", + "sp-io 34.0.0", + "sp-mmr-primitives 30.0.0", + "sp-npos-elections 30.0.0", + "sp-offchain 30.0.0", + "sp-runtime 35.0.0", + "sp-session 31.0.0", + "sp-staking 30.0.0", + "sp-std", + "sp-storage 21.0.0", + "sp-transaction-pool 30.0.0", + "sp-version 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", + "staging-xcm-executor 11.0.0", + "substrate-wasm-builder 21.0.0", "westend-runtime-constants", + "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ee9606d7d954aef2b22107e80fc128a467cd8d6f1d347f64e417f88b2833c8" +checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" dependencies = [ - "frame-support 31.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-common 10.0.0", + "frame-support 32.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-common 11.0.0", "smallvec", - "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", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -18416,37 +18420,53 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "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-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", "cumulus-test-relay-sproof-builder", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-std", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", +] + +[[package]] +name = "xcm-fee-payment-runtime-api" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +dependencies = [ + "frame-support 32.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 30.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-weights 31.0.0", + "staging-xcm 11.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index db4a9b21..d78f96be 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 = "20.0.0" +substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" # Local @@ -61,113 +61,112 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -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 = "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" +sc-basic-authorship = "0.38.0" +sc-chain-spec = "31.0.0" +sc-cli = "0.40.0" +sc-client-api = "32.0.0" +sc-offchain = "33.0.0" +sc-consensus = "0.37.0" +sc-executor = "0.36.0" +sc-network = "0.38.0" +sc-network-sync = "0.37.0" +sc-rpc = "33.0.0" +sc-service = "0.39.0" +sc-sysinfo = "31.0.0" +sc-telemetry = "18.0.0" +sc-tracing = "32.0.0" +sc-transaction-pool = "32.0.0" +sc-transaction-pool-api = "32.0.0" +frame-benchmarking = { version = "32.0.0", default-features = false } +frame-benchmarking-cli = "36.0.0" +frame-executive = { version = "32.0.0", default-features = false } +frame-support = { version = "32.0.0", default-features = false } +frame-system = { version = "32.0.0", default-features = false } +frame-system-benchmarking = { version = "32.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } +frame-try-runtime = { version = "0.38.0", default-features = false } +pallet-aura = { version = "31.0.0", default-features = false } +pallet-authorship = { version = "32.0.0", default-features = false } +pallet-assets = { version = "33.0.0", default-features = false } +pallet-balances = { version = "33.0.0", default-features = false } +pallet-contracts = { version = "31.0.0", default-features = false } +pallet-message-queue = { version = "35.0.0", default-features = false } +pallet-multisig = { version = "32.0.0", default-features = false } +pallet-nft-fractionalization = { version = "14.0.0", default-features = false } +pallet-nfts = { version = "26.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } +pallet-preimage = { version = "32.0.0", default-features = false } +pallet-proxy = { version = "32.0.0", default-features = false } +pallet-scheduler = { version = "33.0.0", default-features = false } +pallet-session = { version = "32.0.0", default-features = false } +pallet-sudo = { version = "32.0.0", default-features = false } +pallet-timestamp = { version = "31.0.0", default-features = false } +pallet-transaction-payment = { version = "32.0.0", default-features = false } +pallet-transaction-payment-rpc = "34.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } +pallet-utility = { version = "32.0.0", default-features = false } +sp-api = { version = "30.0.0", default-features = false } +sp-authority-discovery = { version = "30.0.0", default-features = false } +sp-block-builder = { version = "30.0.0", default-features = false } +sp-blockchain = "32.0.0" +sp-consensus-aura = { version = "0.36.0", default-features = false } +sp-consensus-babe = { version = "0.36.0", default-features = false } +sp-consensus-beefy = { version = "17.0.0", default-features = false } +sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sp-core = { version = "32.0.0", default-features = false } +sp-keystore = "0.38.0" +sp-io = { version = "34.0.0", default-features = false } +sp-genesis-builder = { version = "0.11.0", default-features = false } +sp-inherents = { version = "30.0.0", default-features = false } +sp-offchain = { version = "30.0.0", default-features = false } +sp-runtime = { version = "35.0.0", default-features = false } +sp-timestamp = "30.0.0" +substrate-frame-rpc-system = "32.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "30.0.0", default-features = false } +sp-session = { version = "31.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "29.0.0", default-features = false } -sp-version = { version = "32.0.0", default-features = false } +sp-transaction-pool = { version = "30.0.0", default-features = false } +sp-version = { version = "33.0.0", default-features = false } # Polkadot -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 } +pallet-xcm = { version = "11.0.0", default-features = false } +polkadot-cli = "11.0.0" +polkadot-parachain-primitives = { version = "10.0.0", default-features = false } +polkadot-runtime-parachains = { version = "11.0.0", default-features = false } +polkadot-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-common = { version = "11.0.0", default-features = false } +rococo-runtime-constants = { version = "11.0.0", default-features = false } +rococo-runtime = { version = "11.0.0", default-features = false } +xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -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 = [ +asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } +asset-test-utils = { version = "11.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -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-storage-weight-reclaim = { version = "1.0.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" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" -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" +cumulus-client-cli = "0.11.0" +cumulus-client-collator = "0.11.0" +cumulus-client-consensus-aura = "0.11.0" +cumulus-client-consensus-common = "0.11.0" +cumulus-client-consensus-proposer = "0.11.0" +cumulus-client-service = "0.11.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/Cargo.toml b/runtime/devnet/Cargo.toml index 35183429..13d4fe77 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -225,4 +225,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index da756fe9..d73ece85 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -150,6 +150,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 667d4ebd..f0264043 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -415,6 +415,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -456,7 +457,6 @@ impl pallet_aura::Config for Runtime { type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; type AllowMultipleBlocksPerSlot = ConstBool; - #[cfg(feature = "experimental")] type SlotDuration = ConstU64; } @@ -629,7 +629,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d77274ec..1cd8982e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -223,4 +223,4 @@ try-runtime = [ "sp-runtime/try-runtime", ] -experimental = ["pallet-aura/experimental"] +experimental = [] diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index da756fe9..d73ece85 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -150,6 +150,9 @@ impl xcm_executor::Config for XcmConfig { type SafeCallFilter = Everything; type Aliasers = Nothing; type TransactionalProcessor = FrameTransactionalProcessor; + type HrmpNewChannelOpenRequestHandler = (); + type HrmpChannelAcceptedHandler = (); + type HrmpChannelClosingHandler = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 5d38a10f..d2e1918b 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -404,6 +404,7 @@ impl pallet_message_queue::Config for Runtime { type HeapSize = sp_core::ConstU32<{ 64 * 1024 }>; type MaxStale = sp_core::ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; + type IdleMaxServiceWeight = (); } impl cumulus_pallet_aura_ext::Config for Runtime {} @@ -448,7 +449,6 @@ impl pallet_aura::Config for Runtime { // Note: SlotDuration potentially enabled here due to devnet runtime and Rust's feature // unification, requiring the setting of a backwards compatible value. // See https://github.com/paritytech/polkadot-sdk/blob/09df373db9cd5dfed82c5cdb0736d417d54249e6/substrate/frame/aura/src/lib.rs#L262 - #[cfg(feature = "experimental")] type SlotDuration = pallet_aura::MinimumPeriodTimesTwo; } @@ -621,7 +621,7 @@ impl_runtime_apis! { } fn authorities() -> Vec { - Aura::authorities().into_inner() + pallet_aura::Authorities::::get().into_inner() } } From 7943f0a8517d8d812e85951208c843192fb239ba Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 39/80] refactor: remove native executor, add unified host functions --- node/src/command.rs | 16 ++--- node/src/service.rs | 139 ++++++++++++++------------------------------ 2 files changed, 49 insertions(+), 106 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index 27901ef0..f0f1ad25 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -16,7 +16,7 @@ use crate::{ chain_spec, chain_spec::Relay, cli::{Cli, RelayChainCli, Subcommand}, - service::{new_partial, DevnetRuntimeExecutor, TestnetRuntimeExecutor}, + service::new_partial, }; #[derive(Debug, PartialEq)] @@ -158,7 +158,7 @@ macro_rules! construct_async_run { match runner.config().chain_spec.runtime() { Runtime::Devnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -167,7 +167,7 @@ macro_rules! construct_async_run { } Runtime::Testnet => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config )?; let task_manager = $components.task_manager; @@ -182,15 +182,11 @@ macro_rules! construct_benchmark_partials { ($config:expr, |$partials:ident| $code:expr) => { match $config.chain_spec.runtime() { Runtime::Devnet => { - let $partials = - new_partial::(&$config)?; + let $partials = new_partial::(&$config)?; $code }, Runtime::Testnet => { - let $partials = new_partial::< - pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, - >(&$config)?; + let $partials = new_partial::(&$config)?; $code }, } @@ -349,7 +345,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_devnet::RuntimeApi, - DevnetRuntimeExecutor, >( config, polkadot_config, @@ -367,7 +362,6 @@ pub fn run() -> Result<()> { ); crate::service::start_parachain_node::< pop_runtime_testnet::RuntimeApi, - TestnetRuntimeExecutor, >( config, polkadot_config, diff --git a/node/src/service.rs b/node/src/service.rs index 79ea908f..b2d39caf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,7 +13,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -25,10 +26,7 @@ use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface}; use frame_benchmarking_cli::SUBSTRATE_REFERENCE_HARDWARE; use sc_client_api::Backend; use sc_consensus::ImportQueue; -use sc_executor::{ - HeapAllocStrategy, NativeElseWasmExecutor, NativeExecutionDispatch, WasmExecutor, - DEFAULT_HEAP_ALLOC_STRATEGY, -}; +use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY}; use sc_network::NetworkBlock; use sc_network_sync::SyncingService; use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager}; @@ -40,73 +38,37 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -/// Devnet Native executor type. -pub struct DevnetRuntimeExecutor; - -impl NativeExecutionDispatch for DevnetRuntimeExecutor { - type ExtendHostFunctions = ( - cumulus_client_service::storage_proof_size::HostFunctions, - frame_benchmarking::benchmarking::HostFunctions, - ); - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_devnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_devnet::native_version() - } -} - -/// Testnet Native executor type. -pub struct TestnetRuntimeExecutor; +type ParachainExecutor = WasmExecutor; -impl NativeExecutionDispatch for TestnetRuntimeExecutor { - type ExtendHostFunctions = frame_benchmarking::benchmarking::HostFunctions; - - fn dispatch(method: &str, data: &[u8]) -> Option> { - pop_runtime_testnet::api::dispatch(method, data) - } - - fn native_version() -> sc_executor::NativeVersion { - pop_runtime_testnet::native_version() - } -} - -type ParachainExecutor = NativeElseWasmExecutor; - -type ParachainClient = - TFullClient>; +type ParachainClient = TFullClient; type ParachainBackend = TFullBackend; -type ParachainBlockImport = - TParachainBlockImport>, ParachainBackend>; +type ParachainBlockImport = + TParachainBlockImport>, ParachainBackend>; /// Assembly of PartialComponents (enough to run chain ops subcommands) -type Service = PartialComponents< - ParachainClient, +type Service = PartialComponents< + ParachainClient, ParachainBackend, (), sc_consensus::DefaultImportQueue, - sc_transaction_pool::FullPool>, - (ParachainBlockImport, Option, Option), + sc_transaction_pool::FullPool>, + (ParachainBlockImport, Option, Option), >; /// Starts a `ServiceBuilder` for a full service. /// /// Use this macro if you don't actually need the full service, but just the builder in order to /// be able to perform chain operations. -pub fn new_partial( +pub fn new_partial( config: &Configuration, -) -> Result, sc_service::Error> +) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, - Executor: NativeExecutionDispatch + 'static, { let telemetry = config .telemetry_endpoints @@ -123,7 +85,7 @@ where .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ }); - let wasm = WasmExecutor::builder() + let executor = ParachainExecutor::builder() .with_execution_method(config.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) @@ -131,8 +93,6 @@ where .with_runtime_cache_size(config.runtime_cache_size) .build(); - let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); - let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts_record_import::( config, @@ -157,8 +117,7 @@ where client.clone(), ); - let block_import = - ParachainBlockImport::::new(client.clone(), backend.clone()); + let block_import = ParachainBlockImport::::new(client.clone(), backend.clone()); let import_queue = build_import_queue( client.clone(), @@ -184,28 +143,26 @@ where /// /// This is the actual implementation that is abstract over the executor and the runtime api. #[sc_tracing::logging::prefix_logs_with("Parachain")] -async fn start_node_impl( +async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, start_consensus: SC, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, SC: FnOnce( - Arc>, + Arc>, Arc, - ParachainBlockImport, + ParachainBlockImport, Option<&Registry>, Option, &TaskManager, Arc, - Arc>>, + Arc>>, Arc>, KeystorePtr, Duration, @@ -217,7 +174,7 @@ where { let parachain_config = prepare_node_config(parachain_config); - let params = new_partial::(¶chain_config)?; + let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); @@ -384,17 +341,16 @@ where /// Build the import queue for the parachain runtime. #[allow(clippy::type_complexity)] -pub(crate) fn build_import_queue( - client: Arc>, - block_import: ParachainBlockImport, +pub(crate) fn build_import_queue( + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result, sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -419,17 +375,15 @@ where } #[allow(clippy::too_many_arguments)] -fn start_consensus( - client: Arc>, +fn start_consensus( + client: Arc>, backend: Arc, - block_import: ParachainBlockImport, + block_import: ParachainBlockImport, prometheus_registry: Option<&Registry>, telemetry: Option, task_manager: &TaskManager, relay_chain_interface: Arc, - transaction_pool: Arc< - sc_transaction_pool::FullPool>, - >, + transaction_pool: Arc>>, sync_oracle: Arc>, keystore: KeystorePtr, relay_chain_slot_duration: Duration, @@ -439,10 +393,8 @@ fn start_consensus( announce_block: Arc>) + Send + Sync>, ) -> Result<(), sc_service::Error> where - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, - Executor: NativeExecutionDispatch + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; @@ -497,32 +449,30 @@ where } /// Start a parachain node. -pub async fn start_parachain_node( +pub async fn start_parachain_node( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, para_id: ParaId, hwbench: Option, -) -> sc_service::error::Result<(TaskManager, Arc>)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - Executor: NativeExecutionDispatch + 'static, - RuntimeApi: - ConstructRuntimeApi> + Send + Sync + 'static, - RuntimeApi::RuntimeApi: RuntimeApiExt, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, + RuntimeApi::RuntimeApi: RuntimeApiExt, { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, collator_options, para_id, - start_consensus::, + start_consensus::, hwbench, ) .await } // Trait alias refactored out from above to simplify repeated trait bounds -pub(crate) trait RuntimeApiExt: +pub(crate) trait RuntimeApiExt: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::Metadata + sp_session::SessionKeys @@ -549,7 +499,6 @@ impl< + substrate_frame_rpc_system::AccountNonceApi + cumulus_primitives_aura::AuraUnincludedSegmentApi, RuntimeApi, - Executor, - > RuntimeApiExt for T + > RuntimeApiExt for T { } From 8e91a8d88ad53b98d73ef18b98066c5a47c22236 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 40/80] feat: pov claim feature --- Cargo.lock | 14 +++++++------- Cargo.toml | 25 +++++++++++++------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..49989667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] diff --git a/Cargo.toml b/Cargo.toml index d78f96be..bf71f28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,18 +148,19 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.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-storage-weight-reclaim = { version = "1.0.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.11.0" cumulus-client-collator = "0.11.0" From 833e4ba4cc1d55a851ab863f7768dd8bccb0c0dc Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 41/80] chore: upgrade to 1.10.0 --- Cargo.lock | 4341 +++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 25 +- 2 files changed, 3641 insertions(+), 725 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49989667..ae6a8e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,37 @@ dependencies = [ "system-parachains-constants", ] +[[package]] +name = "asset-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +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 10.0.0", + "parity-scale-codec", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "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 = "asset-test-utils" version = "11.0.0" @@ -536,7 +567,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils", + "parachains-runtimes-test-utils 11.0.0", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1143,19 +1174,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1177,35 +1208,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.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 32.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.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 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1230,35 +1261,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.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 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1288,12 +1319,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1332,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.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 33.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.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 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" dependencies = [ "sp-std", ] @@ -1352,6 +1383,18 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1366,38 +1409,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.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 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.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 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2102,11 +2145,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-service 0.39.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2124,13 +2167,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2149,25 +2192,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2188,18 +2231,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2218,7 +2261,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2232,17 +2275,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sp-blockchain", - "sp-consensus", + "sc-client-api 32.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2258,10 +2301,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-relay-chain-interface 0.11.0", + "cumulus-test-relay-sproof-builder 0.11.0", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2282,18 +2325,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-client-api", - "sc-consensus", - "sp-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2313,24 +2356,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2411,6 +2454,42 @@ dependencies = [ "trie-db", ] +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-externalities 0.27.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", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2476,16 +2555,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2508,19 +2587,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.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 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2549,6 +2628,32 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +dependencies = [ + "bounded-collections 0.2.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 34.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2556,9 +2661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2590,6 +2693,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "cumulus-primitives-aura" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +dependencies = [ + "parity-scale-codec", + "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", +] + [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2623,6 +2741,24 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "cumulus-primitives-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2657,6 +2793,22 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2684,6 +2836,17 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +dependencies = [ + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2734,6 +2897,27 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-primitives-utility" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "log", + "pallet-asset-conversion 13.0.0", + "parity-scale-codec", + "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 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2763,23 +2947,42 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2791,10 +2994,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", + "polkadot-overseer 11.0.0", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-state-machine 0.39.0", "thiserror", ] @@ -2808,7 +3011,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -2820,21 +3023,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", + "sc-authority-discovery 0.38.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -2850,18 +3053,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "rand", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", + "sc-service 0.39.0", "schnellru", "serde", "serde_json", @@ -2882,6 +3085,21 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3371,35 +3589,34 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ - "asset-test-utils", - "bp-messages 0.11.0", + "asset-test-utils 10.0.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.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 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sc-consensus-grandpa 0.22.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", ] @@ -3805,6 +4022,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "13.0.0" @@ -3855,6 +4081,32 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +dependencies = [ + "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 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 20.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -3904,17 +4156,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.37.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -3960,6 +4212,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "frame-election-provider-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +dependencies = [ + "frame-election-provider-solution-type", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4110,6 +4380,48 @@ dependencies = [ "tt-call", ] +[[package]] +name = "frame-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +dependencies = [ + "aquamarine 0.5.0", + "array-bytes 6.2.2", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 26.0.1", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-weights 30.0.0", + "static_assertions", + "tt-call", +] + [[package]] name = "frame-support" version = "32.0.0" @@ -4172,6 +4484,26 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "frame-support-procedural" +version = "26.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.1.5", + "expander 2.1.0", + "frame-support-procedural-tools 11.0.1", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.55", +] + [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4261,6 +4593,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "frame-system" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +dependencies = [ + "cfg-if", + "docify", + "frame-support 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-version 32.0.0", + "sp-weights 30.0.0", +] + [[package]] name = "frame-system" version = "32.0.0" @@ -5165,8 +5518,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "asset-test-utils 11.0.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6388,11 +6741,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6409,7 +6762,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -6971,13 +7324,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-conversion" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7022,6 +7393,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-rate" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7057,19 +7444,36 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +dependencies = [ + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", - "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7093,6 +7497,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-assets" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-assets" version = "33.0.0" @@ -7163,6 +7584,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authority-discovery" +version = "31.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7195,6 +7633,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authorship" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7235,6 +7688,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-babe" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "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", +] + [[package]] name = "pallet-babe" version = "32.0.0" @@ -7323,6 +7801,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-balances" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-balances" version = "33.0.0" @@ -7474,85 +7969,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 26.0.0", - "sp-runtime 35.0.0", + "sp-arithmetic 25.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7575,6 +8070,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-broker" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +dependencies = [ + "bitvec", + "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 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-broker" version = "0.10.0" @@ -7654,13 +8167,33 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-collator-selection" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -7747,7 +8280,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.9.1", "scale-info", ] @@ -7830,6 +8363,30 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +dependencies = [ + "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 30.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-arithmetic 25.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", +] + [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -7869,6 +8426,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -7924,6 +8496,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-fast-unstake" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +dependencies = [ + "docify", + "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 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8010,6 +8602,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-identity" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +dependencies = [ + "enumflags2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-identity" version = "32.0.0" @@ -8145,6 +8755,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "pallet-message-queue" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +dependencies = [ + "environmental", + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "pallet-message-queue" version = "35.0.0" @@ -8748,6 +9379,29 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "pallet-session" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "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 32.0.0", +] + [[package]] name = "pallet-session" version = "32.0.0" @@ -8850,6 +9504,30 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-staking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +dependencies = [ + "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 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-staking" version = "32.0.0" @@ -8896,6 +9574,16 @@ dependencies = [ "sp-arithmetic 24.0.0", ] +[[package]] +name = "pallet-staking-reward-fn" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +dependencies = [ + "log", + "sp-arithmetic 25.0.0", +] + [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9019,6 +9707,27 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "pallet-timestamp" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-timestamp 29.0.0", +] + [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9077,6 +9786,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9104,9 +9830,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9157,6 +9883,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-treasury" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9210,6 +9956,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-utility" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-utility" version = "32.0.0" @@ -9243,6 +10006,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-vesting" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-vesting" version = "32.0.0" @@ -9315,6 +10094,30 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "pallet-xcm" +version = "10.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +dependencies = [ + "bounded-collections 0.2.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "pallet-xcm" version = "11.0.0" @@ -9400,6 +10203,26 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "pallet-xcm-bridge-hub-router" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +dependencies = [ + "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 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", +] + [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -9407,7 +10230,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -9454,15 +10276,47 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", + "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 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.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "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-common" +version = "11.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +dependencies = [ + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "log", "pallet-asset-tx-payment 32.0.0", "pallet-assets 33.0.0", "pallet-authorship 32.0.0", @@ -9484,6 +10338,38 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] +[[package]] +name = "parachains-runtimes-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +dependencies = [ + "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 0.10.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 16.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 = "11.0.0" @@ -9494,7 +10380,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.11.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -9987,15 +10873,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10007,12 +10893,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10026,8 +10912,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10036,7 +10922,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10050,17 +10936,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network", + "sc-network 0.38.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10074,15 +10960,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.40.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", + "sc-sysinfo 31.0.0", + "sc-tracing 32.0.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10103,8 +10989,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10113,7 +10999,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10129,6 +11015,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-core-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -10155,17 +11054,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10175,7 +11074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -10191,19 +11090,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", + "sc-network 0.38.0", + "sc-network-common 0.37.0", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10219,15 +11118,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", - "sp-consensus", + "sc-network 0.38.0", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10239,14 +11138,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10263,24 +11162,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10295,15 +11194,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10316,15 +11215,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table", + "polkadot-statement-table 11.0.0", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10339,7 +11238,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "wasm-timer", ] @@ -10354,15 +11253,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10372,12 +11271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", + "polkadot-node-subsystem-types 11.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10390,12 +11289,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10408,14 +11307,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10428,12 +11327,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-inherents 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10446,12 +11345,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10464,13 +11363,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10491,8 +11390,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -10504,7 +11403,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10514,14 +11413,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10539,9 +11438,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.36.0", + "sc-executor-common 0.33.0", + "sc-executor-wasmtime 0.33.1", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -10549,7 +11448,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10559,13 +11458,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sc-network 0.37.0", + "sp-core 31.0.0", + "thiserror", + "tokio", ] [[package]] @@ -10579,14 +11497,34 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "sp-core 32.0.0", "thiserror", "tokio", ] +[[package]] +name = "polkadot-node-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +dependencies = [ + "bs58 0.5.1", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "prioritized-metered-channel", + "sc-cli 0.39.0", + "sc-service 0.38.0", + "sc-tracing 31.0.0", + "substrate-prometheus-endpoint", + "tracing-gum 10.0.0", +] + [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -10600,11 +11538,36 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", + "sc-cli 0.40.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "rand", + "sc-authority-discovery 0.37.0", + "sc-network 0.37.0", + "strum 0.24.1", + "thiserror", + "tracing-gum 10.0.0", ] [[package]] @@ -10621,15 +11584,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.38.0", + "sc-network 0.38.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnorrkel 0.11.4", + "serde", + "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 34.0.0", + "thiserror", + "zstd 0.12.4", ] [[package]] @@ -10662,9 +11649,38 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "polkadot-statement-table 10.0.0", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "smallvec", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", ] [[package]] @@ -10678,18 +11694,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-statement-table 11.0.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -10713,23 +11729,46 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api", + "sc-client-api 32.0.0", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-node-subsystem-types 10.0.0", + "polkadot-primitives 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 10.0.0", ] [[package]] @@ -10743,16 +11782,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10773,6 +11812,24 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "polkadot-parachain-primitives" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +dependencies = [ + "bounded-collections 0.2.0", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "polkadot-parachain-primitives" version = "10.0.0" @@ -10819,6 +11876,34 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.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-primitives" version = "11.0.0" @@ -10857,23 +11942,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 33.0.0", + "sc-rpc-spec-v2 0.38.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -10933,6 +12018,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +dependencies = [ + "bitvec", + "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 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 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "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", +] + [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -10999,6 +12136,20 @@ dependencies = [ "sp-tracing 16.0.0", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-std", + "sp-tracing 16.0.0", +] + [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -11063,6 +12214,56 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-parachains" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "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 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.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-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-runtime-parachains" version = "11.0.0" @@ -11163,49 +12364,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.38.0", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.36.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-service", + "sc-service 0.39.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -11227,7 +12428,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -11245,15 +12446,27 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "tracing-gum 10.0.0", ] [[package]] @@ -11265,7 +12478,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -11277,7 +12490,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -11290,6 +12503,12 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" @@ -11299,13 +12518,34 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "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", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.55", ] [[package]] @@ -11314,7 +12554,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.55", @@ -11322,17 +12562,27 @@ dependencies = [ [[package]] name = "polkavm-derive-impl-macro" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" dependencies = [ - "polkavm-derive-impl", + "polkavm-derive-impl 0.8.0", "syn 2.0.55", ] [[package]] -name = "polkavm-linker" -version = "0.9.2" +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.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ @@ -11340,7 +12590,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11417,10 +12667,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-relay-chain-interface 0.10.0", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -11434,26 +12684,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -11483,7 +12733,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -11497,13 +12747,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.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-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11520,7 +12770,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11537,7 +12787,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11558,7 +12808,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -11571,12 +12821,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.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 32.0.0", @@ -11593,7 +12843,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11610,7 +12860,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11631,7 +12881,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12738,6 +13988,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +dependencies = [ + "log", + "sp-core 31.0.0", + "sp-wasm-interface 20.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "27.0.0" @@ -12750,6 +14012,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-authority-discovery" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash 0.18.1", + "multihash-codetable", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "rand", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -12769,11 +14061,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api", - "sc-network", + "sc-client-api 32.0.0", + "sc-network 0.38.0", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12791,19 +14083,35 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.37.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-block-builder" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +dependencies = [ + "parity-scale-codec", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-blockchain 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-block-builder" version = "0.37.0" @@ -12813,13 +14121,40 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] +[[package]] +name = "sc-chain-spec" +version = "30.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +dependencies = [ + "array-bytes 6.2.2", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api 31.0.0", + "sc-executor 0.35.0", + "sc-network 0.37.0", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", +] + [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -12832,13 +14167,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-telemetry 18.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -12859,6 +14194,48 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-cli" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +dependencies = [ + "array-bytes 6.2.2", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand", + "regex", + "rpassword", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-keystore 28.0.0", + "sc-mixnet 0.7.0", + "sc-network 0.37.0", + "sc-service 0.38.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-panic-handler", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", +] + [[package]] name = "sc-cli" version = "0.40.0" @@ -12879,18 +14256,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-keystore 29.0.0", + "sc-mixnet 0.8.0", + "sc-network 0.38.0", + "sc-service 0.39.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -12901,6 +14278,34 @@ dependencies = [ "tokio", ] +[[package]] +name = "sc-client-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +dependencies = [ + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.35.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-database", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-statement-store 13.0.0", + "sp-storage 20.0.0", + "sp-trie 32.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-client-api" version = "32.0.0" @@ -12912,23 +14317,50 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", + "sc-executor 0.36.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-client-db" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-state-db 0.33.0", + "schnellru", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-client-db" version = "0.39.0" @@ -12944,11 +14376,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 32.0.0", + "sc-state-db 0.34.0", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -12956,6 +14388,32 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "sc-consensus" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.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" version = "0.37.0" @@ -12969,12 +14427,12 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -12992,16 +14450,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13019,7 +14477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "log", "num-bigint", @@ -13027,17 +14485,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13059,12 +14517,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -13086,17 +14544,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13121,7 +14579,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 33.0.0", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -13135,14 +14593,58 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-consensus-grandpa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +dependencies = [ + "ahash 0.8.11", + "array-bytes 6.2.2", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-gossip 0.37.0", + "sc-network-sync 0.36.0", + "sc-telemetry 17.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -13154,30 +14656,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13198,11 +14700,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", + "sc-client-api 32.0.0", + "sc-consensus-grandpa 0.23.0", + "sc-rpc 33.0.0", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -13219,12 +14721,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-telemetry 18.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -13232,6 +14734,30 @@ dependencies = [ "sp-state-machine 0.39.0", ] +[[package]] +name = "sc-executor" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.32.0", + "sc-executor-polkavm 0.29.0", + "sc-executor-wasmtime 0.32.0", + "schnellru", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-io 33.0.0", + "sp-panic-handler", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "sp-wasm-interface 20.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.36.0" @@ -13240,9 +14766,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -13256,6 +14782,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +dependencies = [ + "polkavm", + "sc-allocator 26.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.33.0" @@ -13263,13 +14803,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 27.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "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 0.32.0", + "sp-wasm-interface 20.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -13278,10 +14830,29 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.33.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 26.0.0", + "sc-executor-common 0.32.0", + "sp-runtime-interface 26.0.0", + "sp-wasm-interface 20.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -13294,13 +14865,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] +[[package]] +name = "sc-informant" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-informant" version = "0.37.0" @@ -13311,29 +14900,74 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", - "sp-core 32.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "thiserror", +] + +[[package]] +name = "sc-keystore" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +dependencies = [ + "array-bytes 6.2.2", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 34.0.0", + "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-mixnet 0.7.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-mixnet" version = "0.8.0" @@ -13352,18 +14986,62 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet", + "sp-mixnet 0.8.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand", + "sc-client-api 31.0.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.38.0" @@ -13389,14 +15067,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -13408,6 +15086,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-bitswap" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", + "thiserror", + "unsigned-varint", +] + [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -13421,14 +15120,32 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.36.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-network-common" version = "0.37.0" @@ -13441,12 +15158,32 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-network-gossip" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +dependencies = [ + "ahash 0.8.11", + "futures", + "futures-timer", + "libp2p", + "log", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "schnellru", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -13458,15 +15195,37 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-network-light" version = "0.37.0" @@ -13481,14 +15240,51 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network-sync" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-network-sync" version = "0.37.0" @@ -13498,7 +15294,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "libp2p", @@ -13507,16 +15303,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -13526,6 +15322,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-network-transactions" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sc-utils 16.0.0", + "sp-consensus 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -13537,11 +15353,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", + "sp-consensus 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -13566,11 +15382,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -13591,6 +15407,39 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-rpc" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-mixnet 0.7.0", + "sc-rpc-api 0.36.0", + "sc-tracing 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-statement-store 13.0.0", + "sp-version 32.0.0", + "tokio", +] + [[package]] name = "sc-rpc" version = "33.0.0" @@ -13602,28 +15451,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-mixnet 0.8.0", + "sc-rpc-api 0.37.0", + "sc-tracing 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-version 33.0.0", "tokio", ] +[[package]] +name = "sc-rpc-api" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec 30.0.1", + "sc-mixnet 0.7.0", + "sc-transaction-pool-api 31.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -13632,19 +15502,38 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 31.0.0", + "sc-mixnet 0.8.0", + "sc-transaction-pool-api 32.0.0", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] +[[package]] +name = "sc-rpc-server" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +dependencies = [ + "futures", + "governor", + "http", + "hyper", + "jsonrpsee", + "log", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", +] + [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -13664,6 +15553,38 @@ dependencies = [ "tower-http", ] +[[package]] +name = "sc-rpc-spec-v2" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-rpc 32.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -13679,16 +15600,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-rpc 33.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", @@ -13696,6 +15617,71 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-service" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-consensus 0.36.0", + "sc-executor 0.35.0", + "sc-informant 0.36.0", + "sc-keystore 28.0.0", + "sc-network 0.37.0", + "sc-network-bitswap 0.36.0", + "sc-network-common 0.36.0", + "sc-network-light 0.36.0", + "sc-network-sync 0.36.0", + "sc-network-transactions 0.36.0", + "sc-rpc 32.0.0", + "sc-rpc-server 14.0.0", + "sc-rpc-spec-v2 0.37.0", + "sc-sysinfo 30.0.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-transaction-pool 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "schnellru", + "serde", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", + "sp-storage 20.0.0", + "sp-transaction-pool 29.0.0", + "sp-transaction-storage-proof 29.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", +] + [[package]] name = "sc-service" version = "0.39.0" @@ -13713,34 +15699,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-informant 0.37.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-bitswap 0.37.0", + "sc-network-common 0.37.0", + "sc-network-light 0.37.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-rpc-server 15.0.0", + "sc-rpc-spec-v2 0.38.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -13749,7 +15735,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -13761,6 +15747,18 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "sc-state-db" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", +] + [[package]] name = "sc-state-db" version = "0.34.0" @@ -13795,16 +15793,38 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", + "serde", + "serde_json", + "sp-blockchain 32.0.0", + "sp-runtime 35.0.0", + "thiserror", +] + +[[package]] +name = "sc-sysinfo" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand", + "rand_pcg", + "regex", + "sc-telemetry 17.0.0", "serde", "serde_json", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-std", ] [[package]] @@ -13820,7 +15840,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 18.0.0", "serde", "serde_json", "sp-core 32.0.0", @@ -13829,6 +15849,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sc-telemetry" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-utils 16.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "18.0.0" @@ -13842,13 +15882,44 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils", + "sc-utils 17.0.0", "serde", "serde_json", "thiserror", "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +dependencies = [ + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 31.0.0", + "sc-tracing-proc-macro", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing" version = "32.0.0" @@ -13865,13 +15936,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", + "sc-client-api 32.0.0", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -13892,6 +15963,34 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-transaction-pool" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "sp-transaction-pool 29.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -13905,12 +16004,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -13920,6 +16019,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -13931,12 +16047,28 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-utils" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 25.0.0", +] + [[package]] name = "sc-utils" version = "17.0.0" @@ -14367,6 +16499,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "slot-range-helper" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "slot-range-helper" version = "11.0.0" @@ -14705,6 +16850,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "30.0.0" @@ -14743,6 +16911,21 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-api-proc-macro" +version = "17.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.1.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -14772,6 +16955,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -14801,6 +16998,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -14831,6 +17043,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-authority-discovery" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -14856,6 +17082,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-block-builder" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +dependencies = [ + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-block-builder" version = "30.0.0" @@ -14867,6 +17105,25 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-blockchain" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-blockchain" version = "32.0.0" @@ -14879,13 +17136,29 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] +[[package]] +name = "sp-consensus" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-consensus" version = "0.36.0" @@ -14920,6 +17193,24 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-aura" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "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 29.0.0", +] + [[package]] name = "sp-consensus-aura" version = "0.36.0" @@ -14957,6 +17248,26 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-babe" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "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 29.0.0", +] + [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -14997,6 +17308,28 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-beefy" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "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", +] + [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -15037,6 +17370,25 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-consensus-grandpa" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "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", +] + [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -15068,6 +17420,19 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-slots" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -15126,6 +17491,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +dependencies = [ + "array-bytes 6.2.2", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "ss58-registry", + "substrate-bip39 0.5.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "32.0.0" @@ -15231,6 +17643,18 @@ dependencies = [ "sp-storage 20.0.0", ] +[[package]] +name = "sp-externalities" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 20.0.0", +] + [[package]] name = "sp-externalities" version = "0.28.0" @@ -15254,6 +17678,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-genesis-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +dependencies = [ + "serde_json", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -15280,6 +17716,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-inherents" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-inherents" version = "30.0.0" @@ -15320,6 +17771,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive 0.9.1", + "rustversion", + "secp256k1", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-trie 32.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "34.0.0" @@ -15331,7 +17809,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -15358,6 +17836,17 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-keyring" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +dependencies = [ + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "strum 0.24.1", +] + [[package]] name = "sp-keyring" version = "35.0.0" @@ -15382,6 +17871,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", +] + [[package]] name = "sp-keystore" version = "0.38.0" @@ -15427,6 +17928,19 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-std", +] + [[package]] name = "sp-mixnet" version = "0.8.0" @@ -15458,6 +17972,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-mmr-primitives" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +dependencies = [ + "ckb-merkle-mountain-range", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-debug-derive", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -15491,6 +18024,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-npos-elections" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -15516,6 +18064,17 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-offchain" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +dependencies = [ + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-offchain" version = "30.0.0" @@ -15538,6 +18097,17 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-rpc" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 31.0.0", +] + [[package]] name = "sp-rpc" version = "30.0.0" @@ -15574,6 +18144,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "sp-runtime" version = "35.0.0" @@ -15618,6 +18213,26 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive 0.8.0", + "primitive-types", + "sp-externalities 0.27.0", + "sp-runtime-interface-proc-macro 18.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "27.0.0" @@ -15627,7 +18242,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15682,6 +18297,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-session" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +dependencies = [ + "parity-scale-codec", + "scale-info", + "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", +] + [[package]] name = "sp-session" version = "31.0.0" @@ -15701,14 +18332,29 @@ dependencies = [ name = "sp-staking" version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +checksum = "1e14d003ecf0b610bf1305a92bdab875289b39d514c073f30e75e78c2763a788" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 29.0.0", + "sp-runtime 32.0.0", + "sp-std", +] + +[[package]] +name = "sp-staking" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 29.0.0", - "sp-runtime 32.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -15748,6 +18394,28 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-state-machine" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "smallvec", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-panic-handler", + "sp-std", + "sp-trie 32.0.0", + "thiserror", + "tracing", + "trie-db", +] + [[package]] name = "sp-state-machine" version = "0.39.0" @@ -15769,6 +18437,32 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-statement-store" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +dependencies = [ + "aes-gcm", + "curve25519-dalek 4.1.2", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand", + "scale-info", + "sha2 0.10.8", + "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 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "thiserror", + "x25519-dalek 2.0.1", +] + [[package]] name = "sp-statement-store" version = "14.0.0" @@ -15841,6 +18535,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-timestamp" version = "30.0.0" @@ -15889,6 +18597,16 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-transaction-pool" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +dependencies = [ + "sp-api 29.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -15899,6 +18617,22 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-transaction-storage-proof" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -15939,6 +18673,31 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "scale-info", + "schnellru", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-trie" version = "33.0.0" @@ -15981,6 +18740,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 34.0.0", + "sp-std", + "sp-version-proc-macro 13.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "33.0.0" @@ -16066,6 +18843,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-weights" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +dependencies = [ + "bounded-collections 0.2.0", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -16182,6 +18975,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "staging-parachain-info" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -16216,6 +19024,25 @@ dependencies = [ "xcm-procedural", ] +[[package]] +name = "staging-xcm" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +dependencies = [ + "array-bytes 6.2.2", + "bounded-collections 0.2.0", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 30.0.0", + "xcm-procedural", +] + [[package]] name = "staging-xcm" version = "11.0.0" @@ -16258,6 +19085,29 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "staging-xcm-builder" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -16303,6 +19153,28 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "staging-xcm-executor" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +dependencies = [ + "environmental", + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -16454,6 +19326,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-bip39" version = "0.6.0" @@ -16484,11 +19369,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", + "sc-rpc-api 0.37.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -16515,7 +19400,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-runtime 35.0.0", ] @@ -16528,8 +19413,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -16557,6 +19442,26 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substrate-wasm-builder" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "parity-wasm", + "polkavm-linker", + "sp-maybe-compressed-blob", + "strum 0.24.1", + "tempfile", + "toml 0.8.12", + "walkdir", + "wasm-opt", +] + [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -17109,6 +20014,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +dependencies = [ + "coarsetime", + "polkadot-primitives 10.0.0", + "tracing", + "tracing-gum-proc-macro", +] + [[package]] name = "tracing-gum" version = "11.0.0" @@ -17292,8 +20209,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.40.0", + "sc-executor 0.36.0", "serde", "serde_json", "sp-api 30.0.0", @@ -17305,11 +20222,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -18420,37 +21337,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.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 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.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 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.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 31.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-tracing 16.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bf71f28e..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,19 +148,18 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -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-storage-weight-reclaim = { version = "1.0.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" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From ea2adeedadb40bf39d27c37a062e466416e4a4fd Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:40:27 +0700 Subject: [PATCH 42/80] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..0a44e735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From e923e9e0cba416d65bab4f8b5de761a8e83f1ba9 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:45:52 +0700 Subject: [PATCH 43/80] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,37 +517,6 @@ dependencies = [ "system-parachains-constants", ] -[[package]] -name = "asset-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -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 10.0.0", - "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "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 = "asset-test-utils" version = "11.0.0" @@ -567,7 +536,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils 11.0.0", + "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1174,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1208,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1261,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1319,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1332,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1383,18 +1352,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1409,38 +1366,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2145,11 +2102,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-service 0.39.0", - "sp-blockchain 32.0.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2167,13 +2124,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2192,25 +2149,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2231,18 +2188,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2261,7 +2218,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2275,17 +2232,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2301,10 +2258,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2325,18 +2282,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2356,24 +2313,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2454,42 +2411,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.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", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2555,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2587,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2628,32 +2549,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" -dependencies = [ - "bounded-collections 0.2.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 34.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2661,7 +2556,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2693,21 +2590,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-aura" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" -dependencies = [ - "parity-scale-codec", - "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", -] - [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2741,24 +2623,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2793,22 +2657,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2836,17 +2684,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" -dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2860,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2897,27 +2734,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-primitives-utility" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "log", - "pallet-asset-conversion 13.0.0", - "parity-scale-codec", - "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 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2947,42 +2763,23 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2994,10 +2791,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 11.0.0", - "sc-client-api 32.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-state-machine 0.39.0", "thiserror", ] @@ -3011,7 +2808,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -3023,21 +2820,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery 0.38.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -3053,18 +2850,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "rand", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", - "sc-service 0.39.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3085,21 +2882,6 @@ dependencies = [ "url", ] -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3589,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ - "asset-test-utils 10.0.0", - "bp-messages 0.10.0", + "asset-test-utils", + "bp-messages 0.11.0", "bridge-runtime-common", - "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", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sc-consensus-grandpa 0.22.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", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sc-consensus-grandpa", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -4022,15 +3805,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "13.0.0" @@ -4081,32 +3855,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "frame-benchmarking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" -dependencies = [ - "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 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 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -4156,17 +3904,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.37.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -4212,24 +3960,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "frame-election-provider-support" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4382,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4392,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4403,51 +4133,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-weights 30.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder 0.11.0", @@ -4484,26 +4172,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "frame-support-procedural" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.55", -] - [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4593,27 +4261,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "frame-system" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" -dependencies = [ - "cfg-if", - "docify", - "frame-support 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", -] - [[package]] name = "frame-system" version = "32.0.0" @@ -5518,8 +5165,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils 11.0.0", - "cumulus-primitives-core 0.10.0", + "asset-test-utils", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6741,11 +6388,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6762,7 +6409,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -7324,31 +6971,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-conversion" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7393,22 +7022,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-rate" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7444,36 +7057,19 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" -dependencies = [ - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", + "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7497,23 +7093,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-assets" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-assets" version = "33.0.0" @@ -7584,23 +7163,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authority-discovery" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7633,21 +7195,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authorship" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7688,31 +7235,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-babe" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "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", -] - [[package]] name = "pallet-babe" version = "32.0.0" @@ -7801,23 +7323,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-balances" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-balances" version = "33.0.0" @@ -7969,85 +7474,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "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", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "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", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8070,24 +7575,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-broker" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" -dependencies = [ - "bitvec", - "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 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-broker" version = "0.10.0" @@ -8167,33 +7654,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-collator-selection" -version = "12.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -8280,7 +7747,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.9.1", + "polkavm-derive", "scale-info", ] @@ -8363,30 +7830,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" -dependencies = [ - "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 30.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 25.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", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -8426,21 +7869,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -8496,26 +7924,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-fast-unstake" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" -dependencies = [ - "docify", - "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 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8602,24 +8010,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-identity" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" -dependencies = [ - "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-identity" version = "32.0.0" @@ -8757,30 +8147,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" -dependencies = [ - "environmental", - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "pallet-message-queue" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", "frame-benchmarking 32.0.0", @@ -9379,29 +8748,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "pallet-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "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 32.0.0", -] - [[package]] name = "pallet-session" version = "32.0.0" @@ -9504,30 +8850,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-staking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" -dependencies = [ - "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 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-staking" version = "32.0.0" @@ -9574,16 +8896,6 @@ dependencies = [ "sp-arithmetic 24.0.0", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" -dependencies = [ - "log", - "sp-arithmetic 25.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9707,27 +9019,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "pallet-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 29.0.0", -] - [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9786,23 +9077,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-transaction-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9830,9 +9104,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9883,26 +9157,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-treasury" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9956,23 +9210,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-utility" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-utility" version = "32.0.0" @@ -10006,22 +9243,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-vesting" version = "32.0.0" @@ -10094,30 +9315,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "pallet-xcm" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "pallet-xcm" version = "11.0.0" @@ -10203,26 +9400,6 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" -dependencies = [ - "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 31.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", -] - [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -10230,6 +9407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -10274,38 +9452,6 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] -[[package]] -name = "parachains-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" -dependencies = [ - "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 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.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "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-common" version = "11.0.0" @@ -10338,38 +9484,6 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] -[[package]] -name = "parachains-runtimes-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" -dependencies = [ - "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 0.10.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 16.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 = "11.0.0" @@ -10380,7 +9494,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-test-relay-sproof-builder", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -10873,15 +9987,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10893,12 +10007,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10912,8 +10026,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10922,7 +10036,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10936,17 +10050,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network 0.38.0", + "sc-network", "schnellru", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10960,15 +10074,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.40.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 31.0.0", - "sc-tracing 32.0.0", + "sc-sysinfo", + "sc-tracing", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10989,8 +10103,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10999,7 +10113,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11015,19 +10129,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -11054,17 +10155,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11074,7 +10175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -11090,19 +10191,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network 0.38.0", - "sc-network-common 0.37.0", + "sc-network", + "sc-network-common", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11118,15 +10219,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", - "sp-consensus 0.36.0", + "sc-network", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11138,14 +10239,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11162,24 +10263,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11194,15 +10295,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11215,15 +10316,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11238,7 +10339,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "wasm-timer", ] @@ -11253,15 +10354,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11271,12 +10372,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "sc-client-api 32.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11289,12 +10390,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11307,14 +10408,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11327,12 +10428,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-inherents 30.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11345,12 +10446,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11363,13 +10464,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11390,8 +10491,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -11403,7 +10504,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11413,14 +10514,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11438,9 +10539,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor 0.36.0", - "sc-executor-common 0.33.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -11448,7 +10549,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11458,32 +10559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sc-network 0.37.0", - "sp-core 31.0.0", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -11497,34 +10579,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "sp-core 32.0.0", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "prioritized-metered-channel", - "sc-cli 0.39.0", - "sc-service 0.38.0", - "sc-tracing 31.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 10.0.0", -] - [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -11538,36 +10600,11 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli 0.40.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "rand", - "sc-authority-discovery 0.37.0", - "sc-network 0.37.0", - "strum 0.24.1", - "thiserror", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11584,39 +10621,15 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery 0.38.0", - "sc-network 0.38.0", + "sc-authority-discovery", + "sc-network", "strum 0.26.3", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "schnorrkel 0.11.4", - "serde", - "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 34.0.0", - "thiserror", - "zstd 0.12.4", + "tracing-gum", ] [[package]] @@ -11649,38 +10662,9 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger 11.0.0", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" -dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "polkadot-statement-table 10.0.0", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -11694,18 +10678,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -11729,46 +10713,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 32.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "parking_lot 0.12.1", - "polkadot-node-metrics 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-node-subsystem-types 10.0.0", - "polkadot-primitives 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "tikv-jemalloc-ctl", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11782,16 +10743,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11814,38 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-std", - "sp-weights 31.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -11876,34 +10819,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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-primitives" version = "11.0.0" @@ -11942,23 +10857,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 33.0.0", - "sc-rpc-spec-v2 0.38.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 32.0.0", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12018,58 +10933,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" -dependencies = [ - "bitvec", - "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 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 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "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", -] - [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -12136,20 +10999,6 @@ dependencies = [ "sp-tracing 16.0.0", ] -[[package]] -name = "polkadot-runtime-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" -dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -12214,56 +11063,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "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 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.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-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-runtime-parachains" version = "11.0.0" @@ -12364,49 +11163,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.38.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.36.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-service 0.39.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -12428,7 +11227,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -12446,27 +11245,15 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -12478,7 +11265,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -12490,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -12503,12 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -12518,34 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "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]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -12554,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "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", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -12590,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -12667,10 +11417,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-relay-chain-interface 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-relay-chain-interface", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -12684,26 +11434,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -12733,7 +11483,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -12747,13 +11497,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.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-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12770,7 +11520,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12787,7 +11537,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12808,7 +11558,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12821,12 +11571,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.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", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12843,7 +11593,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12860,7 +11610,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12881,7 +11631,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -13988,18 +12738,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" -dependencies = [ - "log", - "sp-core 31.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "27.0.0" @@ -14012,36 +12750,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-authority-discovery" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "multihash 0.18.1", - "multihash-codetable", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "rand", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -14061,11 +12769,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", + "sc-client-api", + "sc-network", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -14083,35 +12791,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" -dependencies = [ - "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-blockchain 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-block-builder" version = "0.37.0" @@ -14121,40 +12813,13 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] -[[package]] -name = "sc-chain-spec" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 31.0.0", - "sc-executor 0.35.0", - "sc-network 0.37.0", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", -] - [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -14167,13 +12832,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -14194,48 +12859,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-cli" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-keystore 28.0.0", - "sc-mixnet 0.7.0", - "sc-network 0.37.0", - "sc-service 0.38.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", -] - [[package]] name = "sc-cli" version = "0.40.0" @@ -14256,18 +12879,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -14278,34 +12901,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "sc-client-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.35.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-statement-store 13.0.0", - "sp-storage 20.0.0", - "sp-trie 32.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "32.0.0" @@ -14317,50 +12912,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-state-db 0.33.0", - "schnellru", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-client-db" version = "0.39.0" @@ -14376,11 +12944,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -14390,9 +12958,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -14401,48 +12969,22 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-utils 16.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.38.0" +name = "sc-consensus-aura" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ @@ -14450,16 +12992,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14477,7 +13019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -14485,17 +13027,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14517,12 +13059,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -14544,17 +13086,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-utils", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14579,7 +13121,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc 33.0.0", + "sc-rpc", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -14593,58 +13135,14 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-consensus-grandpa" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" -dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-gossip 0.37.0", - "sc-network-sync 0.36.0", - "sc-telemetry 17.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -14656,30 +13154,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14700,11 +13198,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus-grandpa 0.23.0", - "sc-rpc 33.0.0", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -14721,12 +13219,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -14734,30 +13232,6 @@ dependencies = [ "sp-state-machine 0.39.0", ] -[[package]] -name = "sc-executor" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.32.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.32.0", - "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.36.0" @@ -14766,9 +13240,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -14782,20 +13256,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" -dependencies = [ - "polkavm", - "sc-allocator 26.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.33.0" @@ -14803,25 +13263,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "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 0.32.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -14830,29 +13278,10 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common 0.33.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 26.0.0", - "sc-executor-common 0.32.0", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -14865,31 +13294,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] -[[package]] -name = "sc-informant" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-informant" version = "0.37.0" @@ -14900,29 +13311,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-keystore" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "thiserror", -] - [[package]] name = "sc-keystore" version = "29.0.0" @@ -14938,36 +13334,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-mixnet 0.7.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.8.0" @@ -14986,62 +13352,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", + "sp-mixnet", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 31.0.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network" version = "0.38.0" @@ -15067,14 +13389,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -15086,27 +13408,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -15120,32 +13421,14 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-common" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.36.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-network-common" version = "0.37.0" @@ -15158,32 +13441,12 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-consensus", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-network-gossip" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" -dependencies = [ - "ahash 0.8.11", - "futures", - "futures-timer", - "libp2p", - "log", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "schnellru", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -15195,37 +13458,15 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.37.0" @@ -15240,51 +13481,14 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network-sync" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-sync" version = "0.37.0" @@ -15294,7 +13498,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", @@ -15303,16 +13507,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -15322,26 +13526,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-transactions" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sc-utils 16.0.0", - "sp-consensus 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -15353,11 +13537,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -15382,11 +13566,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -15407,39 +13591,6 @@ dependencies = [ "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-mixnet 0.7.0", - "sc-rpc-api 0.36.0", - "sc-tracing 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-statement-store 13.0.0", - "sp-version 32.0.0", - "tokio", -] - [[package]] name = "sc-rpc" version = "33.0.0" @@ -15451,49 +13602,28 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-version 33.0.0", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 30.0.1", - "sc-mixnet 0.7.0", - "sc-transaction-pool-api 31.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -15502,38 +13632,19 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" -dependencies = [ - "futures", - "governor", - "http", - "hyper", - "jsonrpsee", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -15553,38 +13664,6 @@ dependencies = [ "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-rpc 32.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -15593,93 +13672,28 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-service" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", + "futures-util", + "hex", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project", "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-consensus 0.36.0", - "sc-executor 0.35.0", - "sc-informant 0.36.0", - "sc-keystore 28.0.0", - "sc-network 0.37.0", - "sc-network-bitswap 0.36.0", - "sc-network-common 0.36.0", - "sc-network-light 0.36.0", - "sc-network-sync 0.36.0", - "sc-network-transactions 0.36.0", - "sc-rpc 32.0.0", - "sc-rpc-server 14.0.0", - "sc-rpc-spec-v2 0.37.0", - "sc-sysinfo 30.0.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-transaction-pool 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "schnellru", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", "serde", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage 20.0.0", - "sp-transaction-pool 29.0.0", - "sp-transaction-storage-proof 29.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", + "sp-api 30.0.0", + "sp-blockchain", + "sp-core 32.0.0", + "sp-rpc", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", - "tracing", - "tracing-futures", + "tokio-stream", ] [[package]] @@ -15699,34 +13713,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -15735,7 +13749,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -15747,18 +13761,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", -] - [[package]] name = "sc-state-db" version = "0.34.0" @@ -15793,40 +13795,18 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-sysinfo" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -15840,7 +13820,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 18.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 32.0.0", @@ -15849,26 +13829,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sc-telemetry" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand", - "sc-utils 16.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-telemetry" version = "18.0.0" @@ -15882,44 +13842,13 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 31.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sc-tracing" version = "32.0.0" @@ -15936,13 +13865,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 32.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -15963,34 +13892,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-transaction-pool" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 29.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -16004,12 +13905,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -16019,23 +13920,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -16047,28 +13931,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-utils" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 25.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -16499,19 +14367,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "11.0.0" @@ -16850,29 +14705,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "30.0.0" @@ -16911,21 +14743,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sp-api-proc-macro" -version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 2.1.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -16955,20 +14772,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -16998,21 +14801,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -17043,20 +14831,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-authority-discovery" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -17082,18 +14856,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-block-builder" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" -dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-block-builder" version = "30.0.0" @@ -17105,25 +14867,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-blockchain" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "32.0.0" @@ -17136,29 +14879,13 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.36.0" @@ -17184,31 +14911,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "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-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 27.0.0", ] [[package]] @@ -17248,26 +14957,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-babe" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "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 29.0.0", -] - [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -17308,28 +14997,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-consensus-beefy" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "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", -] - [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -17370,25 +15037,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-consensus-grandpa" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "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", -] - [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -17420,19 +15068,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -17491,53 +15126,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.5.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "32.0.0" @@ -17643,18 +15231,6 @@ dependencies = [ "sp-storage 20.0.0", ] -[[package]] -name = "sp-externalities" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.28.0" @@ -17678,18 +15254,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-genesis-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" -dependencies = [ - "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -17716,21 +15280,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "30.0.0" @@ -17771,33 +15320,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 32.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "34.0.0" @@ -17809,7 +15331,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -17836,17 +15358,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" -dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "35.0.0" @@ -17871,18 +15382,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", -] - [[package]] name = "sp-keystore" version = "0.38.0" @@ -17928,19 +15427,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", -] - [[package]] name = "sp-mixnet" version = "0.8.0" @@ -17972,25 +15458,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-mmr-primitives" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -18024,21 +15491,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-npos-elections" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -18064,17 +15516,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-offchain" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" -dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-offchain" version = "30.0.0" @@ -18097,17 +15538,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 31.0.0", -] - [[package]] name = "sp-rpc" version = "30.0.0" @@ -18144,31 +15574,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", - "sp-weights 30.0.0", -] - [[package]] name = "sp-runtime" version = "35.0.0" @@ -18205,27 +15610,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.8.0", - "primitive-types", - "sp-externalities 0.27.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std", "sp-storage 20.0.0", "sp-tracing 16.0.0", @@ -18242,7 +15627,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -18297,22 +15682,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-session" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" -dependencies = [ - "parity-scale-codec", - "scale-info", - "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", -] - [[package]] name = "sp-session" version = "31.0.0" @@ -18343,21 +15712,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-staking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-staking" version = "30.0.0" @@ -18394,28 +15748,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.39.0" @@ -18437,32 +15769,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "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 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "14.0.0" @@ -18535,20 +15841,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "30.0.0" @@ -18597,16 +15889,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" -dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -18617,22 +15899,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -18673,31 +15939,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "33.0.0" @@ -18740,24 +15981,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "33.0.0" @@ -18843,22 +16066,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-weights" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -18975,21 +16182,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "staging-parachain-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -19024,25 +16216,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 30.0.0", - "xcm-procedural", -] - [[package]] name = "staging-xcm" version = "11.0.0" @@ -19085,29 +16258,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "staging-xcm-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -19153,28 +16303,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "staging-xcm-executor" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" -dependencies = [ - "environmental", - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -19326,19 +16454,6 @@ 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-bip39" version = "0.6.0" @@ -19369,11 +16484,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.37.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -19400,7 +16515,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-runtime 35.0.0", ] @@ -19413,8 +16528,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -19442,26 +16557,6 @@ dependencies = [ "wasm-opt", ] -[[package]] -name = "substrate-wasm-builder" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -20014,18 +17109,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" -dependencies = [ - "coarsetime", - "polkadot-primitives 10.0.0", - "tracing", - "tracing-gum-proc-macro", -] - [[package]] name = "tracing-gum" version = "11.0.0" @@ -20209,8 +17292,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", "sp-api 30.0.0", @@ -20222,11 +17305,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -21337,37 +18420,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "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 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-test-relay-sproof-builder", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing 16.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] From be5331770d4ce7417aea540751604693697405e7 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 44/80] fix: undo benchmarking host functions removal --- node/src/service.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index b2d39caf..36a1fa6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,8 +13,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -38,7 +37,12 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type ParachainExecutor = WasmExecutor; +type HostFunctions = ( + cumulus_client_service::ParachainHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); + +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From 48803bde5598ac47d5ead0110db1786926eebdbd Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 45/80] chore: upgrade to 1.10.0 --- Cargo.lock | 4385 +++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 1 - 2 files changed, 3651 insertions(+), 735 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..ae6a8e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,37 @@ dependencies = [ "system-parachains-constants", ] +[[package]] +name = "asset-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +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 10.0.0", + "parity-scale-codec", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "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 = "asset-test-utils" version = "11.0.0" @@ -536,7 +567,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils", + "parachains-runtimes-test-utils 11.0.0", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1143,19 +1174,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1177,35 +1208,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.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 32.0.0", + "sp-core 31.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.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 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1230,35 +1261,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.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 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.10.0", + "bp-runtime 0.10.0", + "frame-support 31.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -1288,12 +1319,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1301,41 +1332,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.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 33.0.0", + "sp-trie 32.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", + "bp-polkadot-core 0.10.0", + "bp-runtime 0.10.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.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 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" dependencies = [ "sp-std", ] @@ -1352,6 +1383,18 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "bp-xcm-bridge-hub-router" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1366,38 +1409,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.10.0", + "bp-messages 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.10.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.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 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-utility 31.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.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 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", ] [[package]] @@ -2102,11 +2145,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-service 0.39.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2124,13 +2167,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2149,25 +2192,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2188,18 +2231,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "schnellru", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2218,7 +2261,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2232,17 +2275,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", - "sp-blockchain", - "sp-consensus", + "sc-client-api 32.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2258,10 +2301,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", + "cumulus-relay-chain-interface 0.11.0", + "cumulus-test-relay-sproof-builder 0.11.0", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2282,18 +2325,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-client-api", - "sc-consensus", - "sp-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2313,24 +2356,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2411,6 +2454,42 @@ dependencies = [ "trie-db", ] +[[package]] +name = "cumulus-pallet-parachain-system" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" +dependencies = [ + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "environmental", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-message-queue 34.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-externalities 0.27.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", +] + [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2476,16 +2555,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2508,19 +2587,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.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 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 10.0.0", ] [[package]] @@ -2549,6 +2628,32 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" +dependencies = [ + "bounded-collections 0.2.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 34.0.0", + "parity-scale-codec", + "polkadot-runtime-common 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2556,9 +2661,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2590,6 +2693,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "cumulus-primitives-aura" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" +dependencies = [ + "parity-scale-codec", + "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", +] + [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2623,6 +2741,24 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "cumulus-primitives-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "scale-info", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2657,6 +2793,22 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2684,6 +2836,17 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" +dependencies = [ + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2697,19 +2860,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -2734,6 +2897,27 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "cumulus-primitives-utility" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "log", + "pallet-asset-conversion 13.0.0", + "parity-scale-codec", + "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 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2763,23 +2947,42 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" +dependencies = [ + "async-trait", + "cumulus-primitives-core 0.10.0", + "futures", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2791,10 +2994,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", + "polkadot-overseer 11.0.0", + "sc-client-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-state-machine 0.39.0", "thiserror", ] @@ -2808,7 +3011,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -2820,21 +3023,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", + "sc-authority-discovery 0.38.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -2850,18 +3053,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-relay-chain-interface 0.11.0", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "rand", - "sc-client-api", - "sc-rpc-api", - "sc-service", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", + "sc-service 0.39.0", "schnellru", "serde", "serde_json", @@ -2882,6 +3085,21 @@ dependencies = [ "url", ] +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3371,35 +3589,34 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" dependencies = [ - "asset-test-utils", - "bp-messages 0.11.0", + "asset-test-utils 10.0.0", + "bp-messages 0.10.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.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 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 34.0.0", + "pallet-xcm 10.0.1", + "parachains-common 10.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "sc-consensus-grandpa 0.22.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", ] @@ -3805,6 +4022,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "13.0.0" @@ -3855,6 +4081,32 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "frame-benchmarking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" +dependencies = [ + "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 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 20.0.0", + "static_assertions", +] + [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -3904,17 +4156,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", + "sc-block-builder 0.37.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -3960,6 +4212,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "frame-election-provider-support" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" +dependencies = [ + "frame-election-provider-solution-type", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4112,9 +4382,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4122,7 +4392,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 26.0.1", "impl-trait-for-tuples", "k256", "log", @@ -4133,13 +4403,55 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", + "sp-genesis-builder 0.10.0", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-weights 30.0.0", + "static_assertions", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +dependencies = [ + "aquamarine 0.5.0", + "array-bytes 6.2.2", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural 27.0.0", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder 0.11.0", + "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-metadata-ir 0.7.0", "sp-runtime 35.0.0", @@ -4172,6 +4484,26 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "frame-support-procedural" +version = "26.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse 0.1.5", + "expander 2.1.0", + "frame-support-procedural-tools 11.0.1", + "itertools 0.10.5", + "macro_magic", + "proc-macro-warning", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.55", +] + [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4261,6 +4593,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "frame-system" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" +dependencies = [ + "cfg-if", + "docify", + "frame-support 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-version 32.0.0", + "sp-weights 30.0.0", +] + [[package]] name = "frame-system" version = "32.0.0" @@ -5165,8 +5518,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "asset-test-utils 11.0.0", + "cumulus-primitives-core 0.10.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6388,11 +6741,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api", + "sc-client-api 32.0.0", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6409,7 +6762,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -6971,13 +7324,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-conversion" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7022,6 +7393,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-rate" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7057,19 +7444,36 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-asset-tx-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" +dependencies = [ + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", - "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7093,6 +7497,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-assets" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-assets" version = "33.0.0" @@ -7163,6 +7584,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authority-discovery" +version = "31.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-application-crypto 33.0.0", + "sp-authority-discovery 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7195,6 +7633,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-authorship" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7235,6 +7688,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-babe" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-session 31.0.0", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "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", +] + [[package]] name = "pallet-babe" version = "32.0.0" @@ -7323,6 +7801,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-balances" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-balances" version = "33.0.0" @@ -7474,85 +7969,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.10.0", + "bp-runtime 0.10.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.10.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 35.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 32.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.10.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.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 26.0.0", - "sp-runtime 35.0.0", + "sp-arithmetic 25.0.0", + "sp-runtime 34.0.0", "sp-std", ] @@ -7575,6 +8070,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-broker" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" +dependencies = [ + "bitvec", + "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 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-broker" version = "0.10.0" @@ -7654,13 +8167,33 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-collator-selection" +version = "12.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-authorship 31.0.0", + "pallet-balances 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -7747,7 +8280,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive", + "polkavm-derive 0.9.1", "scale-info", ] @@ -7830,6 +8363,30 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "pallet-election-provider-multi-phase" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" +dependencies = [ + "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 30.0.0", + "parity-scale-codec", + "rand", + "scale-info", + "sp-arithmetic 25.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", +] + [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -7869,6 +8426,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-election-provider-support-benchmarking" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-election-provider-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "sp-npos-elections 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -7924,6 +8496,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-fast-unstake" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" +dependencies = [ + "docify", + "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 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8010,6 +8602,24 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-identity" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" +dependencies = [ + "enumflags2", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-identity" version = "32.0.0" @@ -8145,6 +8755,27 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "pallet-message-queue" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" +dependencies = [ + "environmental", + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "pallet-message-queue" version = "35.0.0" @@ -8748,6 +9379,29 @@ dependencies = [ "sp-trie 30.0.0", ] +[[package]] +name = "pallet-session" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-timestamp 30.0.0", + "parity-scale-codec", + "scale-info", + "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 32.0.0", +] + [[package]] name = "pallet-session" version = "32.0.0" @@ -8850,6 +9504,30 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-staking" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" +dependencies = [ + "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 31.0.0", + "pallet-session 31.0.0", + "parity-scale-codec", + "rand_chacha 0.2.2", + "scale-info", + "serde", + "sp-application-crypto 33.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-staking 29.0.0", + "sp-std", +] + [[package]] name = "pallet-staking" version = "32.0.0" @@ -8896,6 +9574,16 @@ dependencies = [ "sp-arithmetic 24.0.0", ] +[[package]] +name = "pallet-staking-reward-fn" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" +dependencies = [ + "log", + "sp-arithmetic 25.0.0", +] + [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9019,6 +9707,27 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "pallet-timestamp" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents 29.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-timestamp 29.0.0", +] + [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9077,6 +9786,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-transaction-payment" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9104,9 +9830,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9157,6 +9883,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-treasury" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" +dependencies = [ + "docify", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9210,6 +9956,23 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-utility" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-utility" version = "32.0.0" @@ -9243,6 +10006,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-vesting" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" +dependencies = [ + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "pallet-vesting" version = "32.0.0" @@ -9315,6 +10094,30 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "pallet-xcm" +version = "10.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" +dependencies = [ + "bounded-collections 0.2.0", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "pallet-balances 31.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "pallet-xcm" version = "11.0.0" @@ -9400,6 +10203,26 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] +[[package]] +name = "pallet-xcm-bridge-hub-router" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" +dependencies = [ + "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 31.0.0", + "sp-runtime 34.0.0", + "sp-std", + "staging-xcm 10.0.0", + "staging-xcm-builder 10.0.0", +] + [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -9407,7 +10230,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -9452,6 +10274,38 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] +[[package]] +name = "parachains-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" +dependencies = [ + "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 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.35.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "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-common" version = "11.0.0" @@ -9484,6 +10338,38 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] +[[package]] +name = "parachains-runtimes-test-utils" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" +dependencies = [ + "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 0.10.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 16.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 = "11.0.0" @@ -9494,7 +10380,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", + "cumulus-test-relay-sproof-builder 0.11.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -9987,15 +10873,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10007,12 +10893,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10026,8 +10912,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10036,7 +10922,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10050,17 +10936,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network", + "sc-network 0.38.0", "schnellru", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10074,15 +10960,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", + "sc-cli 0.40.0", + "sc-executor 0.36.0", + "sc-service 0.39.0", "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", + "sc-sysinfo 31.0.0", + "sc-tracing 32.0.0", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10103,8 +10989,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10113,7 +10999,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10129,6 +11015,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-core-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -10155,17 +11054,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10175,7 +11074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -10191,19 +11090,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", + "sc-network 0.38.0", + "sc-network-common 0.37.0", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10219,15 +11118,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", - "sp-consensus", + "sc-network 0.38.0", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10239,14 +11138,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10263,24 +11162,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10295,15 +11194,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10316,15 +11215,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table", + "polkadot-statement-table 11.0.0", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10339,7 +11238,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "wasm-timer", ] @@ -10354,15 +11253,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10372,12 +11271,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", + "polkadot-node-subsystem-types 11.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10390,12 +11289,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10408,14 +11307,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore", + "sc-keystore 29.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10428,12 +11327,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-inherents 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10446,12 +11345,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10464,13 +11363,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10491,8 +11390,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", + "polkadot-node-metrics 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -10504,7 +11403,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10514,14 +11413,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10539,9 +11438,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.36.0", + "sc-executor-common 0.33.0", + "sc-executor-wasmtime 0.33.1", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -10549,7 +11448,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10559,13 +11458,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics", + "polkadot-node-metrics 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.1", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "sc-network 0.37.0", + "sp-core 31.0.0", + "thiserror", + "tokio", ] [[package]] @@ -10579,14 +11497,34 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "sc-network", + "sc-network 0.38.0", "sp-core 32.0.0", "thiserror", "tokio", ] +[[package]] +name = "polkadot-node-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" +dependencies = [ + "bs58 0.5.1", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "prioritized-metered-channel", + "sc-cli 0.39.0", + "sc-service 0.38.0", + "sc-tracing 31.0.0", + "substrate-prometheus-endpoint", + "tracing-gum 10.0.0", +] + [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -10600,11 +11538,36 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", + "sc-cli 0.40.0", + "sc-service 0.39.0", + "sc-tracing 32.0.0", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "rand", + "sc-authority-discovery 0.37.0", + "sc-network 0.37.0", + "strum 0.24.1", + "thiserror", + "tracing-gum 10.0.0", ] [[package]] @@ -10621,15 +11584,39 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery", - "sc-network", + "sc-authority-discovery 0.38.0", + "sc-network 0.38.0", "strum 0.26.3", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-node-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "polkadot-primitives 10.0.0", + "schnorrkel 0.11.4", + "serde", + "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 34.0.0", + "thiserror", + "zstd 0.12.4", ] [[package]] @@ -10662,9 +11649,38 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" +dependencies = [ + "async-trait", + "bitvec", + "derive_more", + "futures", + "orchestra", + "polkadot-node-jaeger 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-primitives 10.0.0", + "polkadot-statement-table 10.0.0", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "smallvec", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus-babe 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", ] [[package]] @@ -10678,18 +11694,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-primitives 11.0.0", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "polkadot-statement-table 11.0.0", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -10713,23 +11729,46 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-jaeger 11.0.0", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-subsystem-types 11.0.0", + "polkadot-overseer 11.0.0", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api", + "sc-client-api 32.0.0", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-overseer" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "orchestra", + "parking_lot 0.12.1", + "polkadot-node-metrics 10.0.0", + "polkadot-node-network-protocol 10.0.0", + "polkadot-node-primitives 10.0.0", + "polkadot-node-subsystem-types 10.0.0", + "polkadot-primitives 10.0.0", + "sc-client-api 31.0.0", + "sp-api 29.0.0", + "sp-core 31.0.0", + "tikv-jemalloc-ctl", + "tracing-gum 10.0.0", ] [[package]] @@ -10743,16 +11782,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", + "polkadot-node-metrics 11.0.0", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", + "polkadot-node-subsystem-types 11.0.0", "polkadot-primitives 11.0.0", - "sc-client-api", + "sc-client-api 32.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -10775,26 +11814,44 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 10.0.0", "scale-info", "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-weights 31.0.0", + "sp-weights 30.0.0", ] [[package]] -name = "polkadot-primitives" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" +name = "polkadot-parachain-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +dependencies = [ + "bounded-collections 0.2.0", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives 11.0.0", + "scale-info", + "serde", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-std", + "sp-weights 31.0.0", +] + +[[package]] +name = "polkadot-primitives" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0d5f9930210cab0233d81204415c9ef4a8889cdf3e60de1435250481a2773ca" dependencies = [ "bitvec", @@ -10819,6 +11876,34 @@ dependencies = [ "sp-std", ] +[[package]] +name = "polkadot-primitives" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 10.0.0", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.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-primitives" version = "11.0.0" @@ -10857,23 +11942,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", + "sc-rpc 33.0.0", + "sc-rpc-spec-v2 0.38.0", "sc-sync-state-rpc", - "sc-transaction-pool-api", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -10933,6 +12018,58 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-common" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" +dependencies = [ + "bitvec", + "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 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 30.0.0", + "pallet-transaction-payment 31.0.0", + "pallet-treasury 30.0.0", + "pallet-vesting 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "polkadot-runtime-parachains 10.0.0", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "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", +] + [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -10999,6 +12136,20 @@ dependencies = [ "sp-tracing 16.0.0", ] +[[package]] +name = "polkadot-runtime-metrics" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" +dependencies = [ + "bs58 0.5.1", + "frame-benchmarking 31.0.0", + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-std", + "sp-tracing 16.0.0", +] + [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -11063,6 +12214,56 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "polkadot-runtime-parachains" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" +dependencies = [ + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking 31.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "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 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.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-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-runtime-parachains" version = "11.0.0" @@ -11163,49 +12364,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", - "polkadot-node-subsystem-types", + "polkadot-node-subsystem-types 11.0.0", "polkadot-node-subsystem-util", - "polkadot-overseer", + "polkadot-overseer 11.0.0", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery", + "sc-authority-discovery 0.38.0", "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-executor 0.36.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-service", + "sc-service 0.39.0", "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -11227,7 +12428,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -11245,15 +12446,27 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", + "polkadot-node-network-protocol 11.0.0", + "polkadot-node-primitives 11.0.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum", + "tracing-gum 11.0.0", +] + +[[package]] +name = "polkadot-statement-table" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives 10.0.0", + "sp-core 31.0.0", + "tracing-gum 10.0.0", ] [[package]] @@ -11265,7 +12478,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum", + "tracing-gum 11.0.0", ] [[package]] @@ -11277,7 +12490,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common", + "polkavm-common 0.9.0", "polkavm-linux-raw", ] @@ -11290,6 +12503,12 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-common" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" + [[package]] name = "polkavm-common" version = "0.9.0" @@ -11299,13 +12518,34 @@ dependencies = [ "log", ] +[[package]] +name = "polkavm-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" +dependencies = [ + "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", + "polkavm-derive-impl-macro 0.9.0", +] + +[[package]] +name = "polkavm-derive-impl" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" +dependencies = [ + "polkavm-common 0.8.0", + "proc-macro2", + "quote", + "syn 2.0.55", ] [[package]] @@ -11314,19 +12554,29 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", + "polkavm-common 0.9.0", "proc-macro2", "quote", "syn 2.0.55", ] +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" +dependencies = [ + "polkavm-derive-impl 0.8.0", + "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", + "polkavm-derive-impl 0.9.0", "syn 2.0.55", ] @@ -11340,7 +12590,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common", + "polkavm-common 0.9.0", "regalloc2 0.9.3", "rustc-demangle", ] @@ -11417,10 +12667,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface", + "cumulus-primitives-aura 0.10.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-parachain-inherent 0.10.0", + "cumulus-relay-chain-interface 0.10.0", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -11434,26 +12684,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus", - "sc-executor", - "sc-network", - "sc-network-sync", + "sc-chain-spec 31.0.0", + "sc-cli 0.40.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-network-sync 0.37.0", "sc-offchain", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", + "sc-rpc 33.0.0", + "sc-service 0.39.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -11483,7 +12733,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -11497,13 +12747,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.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-storage-weight-reclaim", - "cumulus-primitives-utility 0.11.0", + "cumulus-primitives-utility 0.10.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -11520,7 +12770,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11537,7 +12787,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11558,7 +12808,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -11571,12 +12821,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.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 32.0.0", @@ -11593,7 +12843,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-collator-selection 12.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -11610,7 +12860,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "parachains-common 10.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -11631,7 +12881,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.11.0", + "staging-parachain-info 0.10.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12738,6 +13988,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" +dependencies = [ + "log", + "sp-core 31.0.0", + "sp-wasm-interface 20.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "27.0.0" @@ -12750,6 +14012,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-authority-discovery" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "log", + "multihash 0.18.1", + "multihash-codetable", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "rand", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-api 29.0.0", + "sp-authority-discovery 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -12769,11 +14061,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api", - "sc-network", + "sc-client-api 32.0.0", + "sc-network 0.38.0", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12791,19 +14083,35 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder", + "sc-block-builder 0.37.0", "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-block-builder" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" +dependencies = [ + "parity-scale-codec", + "sp-api 29.0.0", + "sp-block-builder 29.0.0", + "sp-blockchain 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-block-builder" version = "0.37.0" @@ -12813,13 +14121,40 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] +[[package]] +name = "sc-chain-spec" +version = "30.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" +dependencies = [ + "array-bytes 6.2.2", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api 31.0.0", + "sc-executor 0.35.0", + "sc-network 0.37.0", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-genesis-builder 0.10.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", +] + [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -12832,13 +14167,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-executor 0.36.0", + "sc-network 0.38.0", + "sc-telemetry 18.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -12859,6 +14194,48 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-cli" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" +dependencies = [ + "array-bytes 6.2.2", + "chrono", + "clap", + "fdlimit", + "futures", + "itertools 0.10.5", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand", + "regex", + "rpassword", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-keystore 28.0.0", + "sc-mixnet 0.7.0", + "sc-network 0.37.0", + "sc-service 0.38.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keyring 34.0.0", + "sp-keystore 0.37.0", + "sp-panic-handler", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", +] + [[package]] name = "sc-cli" version = "0.40.0" @@ -12879,18 +14256,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api", - "sc-client-db", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-keystore 29.0.0", + "sc-mixnet 0.8.0", + "sc-network 0.38.0", + "sc-service 0.39.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-utils 17.0.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -12901,6 +14278,34 @@ dependencies = [ "tokio", ] +[[package]] +name = "sc-client-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" +dependencies = [ + "fnv", + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor 0.35.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-database", + "sp-externalities 0.27.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-statement-store 13.0.0", + "sp-storage 20.0.0", + "sp-trie 32.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-client-api" version = "32.0.0" @@ -12912,23 +14317,50 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", + "sc-executor 0.36.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-client-db" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" +dependencies = [ + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-state-db 0.33.0", + "schnellru", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "sp-trie 32.0.0", +] + [[package]] name = "sc-client-db" version = "0.39.0" @@ -12944,11 +14376,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-state-db", + "sc-client-api 32.0.0", + "sc-state-db 0.34.0", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -12958,9 +14390,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" dependencies = [ "async-trait", "futures", @@ -12969,13 +14401,39 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api", - "sc-utils", + "sc-client-api 31.0.0", + "sc-utils 16.0.0", "serde", - "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", - "sp-core 32.0.0", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.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" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mockall", + "parking_lot 0.12.1", + "sc-client-api 32.0.0", + "sc-utils 17.0.0", + "serde", + "sp-api 30.0.0", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", + "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", @@ -12992,16 +14450,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", + "sc-block-builder 0.37.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-slots", - "sc-telemetry", + "sc-telemetry 18.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13019,7 +14477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "log", "num-bigint", @@ -13027,17 +14485,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -13059,12 +14517,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -13086,17 +14544,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13121,7 +14579,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc", + "sc-rpc 33.0.0", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -13135,14 +14593,58 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree", + "fork-tree 13.0.0", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-consensus-grandpa" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" +dependencies = [ + "ahash 0.8.11", + "array-bytes 6.2.2", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-gossip 0.37.0", + "sc-network-sync 0.36.0", + "sc-telemetry 17.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -13154,30 +14656,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-gossip 0.38.0", + "sc-network-sync 0.37.0", + "sc-telemetry 18.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -13198,11 +14700,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", + "sc-client-api 32.0.0", + "sc-consensus-grandpa 0.23.0", + "sc-rpc 33.0.0", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -13219,12 +14721,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-telemetry 18.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -13232,6 +14734,30 @@ dependencies = [ "sp-state-machine 0.39.0", ] +[[package]] +name = "sc-executor" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-executor-common 0.32.0", + "sc-executor-polkavm 0.29.0", + "sc-executor-wasmtime 0.32.0", + "schnellru", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-io 33.0.0", + "sp-panic-handler", + "sp-runtime-interface 26.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "sp-wasm-interface 20.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.36.0" @@ -13240,9 +14766,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -13256,6 +14782,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" +dependencies = [ + "polkavm", + "sc-allocator 26.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 20.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.33.0" @@ -13263,13 +14803,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 27.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "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 0.32.0", + "sp-wasm-interface 20.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -13278,10 +14830,29 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.33.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.1", + "rustix 0.36.17", + "sc-allocator 26.0.0", + "sc-executor-common 0.32.0", + "sp-runtime-interface 26.0.0", + "sp-wasm-interface 20.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -13294,13 +14865,31 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] +[[package]] +name = "sc-informant" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" +dependencies = [ + "ansi_term", + "futures", + "futures-timer", + "log", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-informant" version = "0.37.0" @@ -13311,14 +14900,29 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-keystore" +version = "28.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" +dependencies = [ + "array-bytes 6.2.2", + "parking_lot 0.12.1", + "serde_json", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "thiserror", +] + [[package]] name = "sc-keystore" version = "29.0.0" @@ -13334,6 +14938,36 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "bytes", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sc-transaction-pool-api 31.0.0", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-mixnet 0.7.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-mixnet" version = "0.8.0" @@ -13352,18 +14986,62 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-network", - "sc-transaction-pool-api", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet", + "sp-mixnet 0.8.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "mockall", + "parity-scale-codec", + "parking_lot 0.12.1", + "partial_sort", + "pin-project", + "rand", + "sc-client-api 31.0.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.38.0" @@ -13389,14 +15067,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -13408,6 +15086,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-bitswap" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" +dependencies = [ + "async-channel 1.9.0", + "cid", + "futures", + "libp2p-identity", + "log", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-runtime 34.0.0", + "thiserror", + "unsigned-varint", +] + [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -13421,14 +15120,32 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] +[[package]] +name = "sc-network-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "futures", + "libp2p-identity", + "parity-scale-codec", + "prost-build", + "sc-consensus 0.36.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sc-network-common" version = "0.37.0" @@ -13441,12 +15158,32 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus", - "sp-consensus", + "sc-consensus 0.37.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] +[[package]] +name = "sc-network-gossip" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" +dependencies = [ + "ahash 0.8.11", + "futures", + "futures-timer", + "libp2p", + "log", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "schnellru", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "tracing", +] + [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -13458,15 +15195,37 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network", - "sc-network-common", - "sc-network-sync", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] +[[package]] +name = "sc-network-light" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "futures", + "libp2p-identity", + "log", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-network 0.37.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-network-light" version = "0.37.0" @@ -13481,14 +15240,51 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-network-sync" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" +dependencies = [ + "array-bytes 6.2.2", + "async-channel 1.9.0", + "async-trait", + "fork-tree 12.0.0", + "futures", + "futures-timer", + "libp2p", + "log", + "mockall", + "parity-scale-codec", + "prost 0.12.3", + "prost-build", + "sc-client-api 31.0.0", + "sc-consensus 0.36.0", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-utils 16.0.0", + "schnellru", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-consensus-grandpa 16.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-network-sync" version = "0.37.0" @@ -13498,7 +15294,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree", + "fork-tree 13.0.0", "futures", "futures-timer", "libp2p", @@ -13507,16 +15303,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-utils", + "sc-client-api 32.0.0", + "sc-consensus 0.37.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-utils 17.0.0", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -13526,6 +15322,26 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "sc-network-transactions" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "libp2p", + "log", + "parity-scale-codec", + "sc-network 0.37.0", + "sc-network-common 0.36.0", + "sc-network-sync 0.36.0", + "sc-utils 16.0.0", + "sp-consensus 0.35.0", + "sp-runtime 34.0.0", + "substrate-prometheus-endpoint", +] + [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -13537,11 +15353,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-utils", - "sp-consensus", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-network-sync 0.37.0", + "sc-utils 17.0.0", + "sp-consensus 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -13566,11 +15382,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-network 0.38.0", + "sc-network-common 0.37.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -13591,6 +15407,39 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-rpc" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" +dependencies = [ + "futures", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-block-builder 0.36.0", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-mixnet 0.7.0", + "sc-rpc-api 0.36.0", + "sc-tracing 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-keystore 0.37.0", + "sp-offchain 29.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-statement-store 13.0.0", + "sp-version 32.0.0", + "tokio", +] + [[package]] name = "sc-rpc" version = "33.0.0" @@ -13602,28 +15451,49 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", + "sc-block-builder 0.37.0", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-mixnet 0.8.0", + "sc-rpc-api 0.37.0", + "sc-tracing 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde_json", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store", + "sp-statement-store 14.0.0", "sp-version 33.0.0", "tokio", ] +[[package]] +name = "sc-rpc-api" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec 30.0.1", + "sc-mixnet 0.7.0", + "sc-transaction-pool-api 31.0.0", + "scale-info", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -13632,19 +15502,38 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", + "sc-chain-spec 31.0.0", + "sc-mixnet 0.8.0", + "sc-transaction-pool-api 32.0.0", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] +[[package]] +name = "sc-rpc-server" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" +dependencies = [ + "futures", + "governor", + "http", + "hyper", + "jsonrpsee", + "log", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", +] + [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -13664,6 +15553,38 @@ dependencies = [ "tower-http", ] +[[package]] +name = "sc-rpc-spec-v2" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" +dependencies = [ + "array-bytes 6.2.2", + "futures", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-rpc 32.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-version 32.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -13672,28 +15593,93 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-rpc 33.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", + "serde", + "sp-api 30.0.0", + "sp-blockchain 32.0.0", + "sp-core 32.0.0", + "sp-rpc 30.0.0", + "sp-runtime 35.0.0", + "sp-version 33.0.0", + "thiserror", + "tokio", + "tokio-stream", +] + +[[package]] +name = "sc-service" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" +dependencies = [ + "async-trait", + "directories", + "exit-future", + "futures", + "futures-timer", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", + "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 30.0.1", + "sc-client-api 31.0.0", + "sc-client-db 0.38.0", + "sc-consensus 0.36.0", + "sc-executor 0.35.0", + "sc-informant 0.36.0", + "sc-keystore 28.0.0", + "sc-network 0.37.0", + "sc-network-bitswap 0.36.0", + "sc-network-common 0.36.0", + "sc-network-light 0.36.0", + "sc-network-sync 0.36.0", + "sc-network-transactions 0.36.0", + "sc-rpc 32.0.0", + "sc-rpc-server 14.0.0", + "sc-rpc-spec-v2 0.37.0", + "sc-sysinfo 30.0.0", + "sc-telemetry 17.0.0", + "sc-tracing 31.0.0", + "sc-transaction-pool 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "schnellru", "serde", - "sp-api 30.0.0", - "sp-blockchain", - "sp-core 32.0.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "serde_json", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-consensus 0.35.0", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime 34.0.0", + "sp-session 30.0.0", + "sp-state-machine 0.38.0", + "sp-storage 20.0.0", + "sp-transaction-pool 29.0.0", + "sp-transaction-storage-proof 29.0.0", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", "thiserror", "tokio", - "tokio-stream", + "tracing", + "tracing-futures", ] [[package]] @@ -13713,34 +15699,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-bitswap", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", + "sc-client-db 0.39.0", + "sc-consensus 0.37.0", + "sc-executor 0.36.0", + "sc-informant 0.37.0", + "sc-keystore 29.0.0", + "sc-network 0.38.0", + "sc-network-bitswap 0.37.0", + "sc-network-common 0.37.0", + "sc-network-light 0.37.0", + "sc-network-sync 0.37.0", + "sc-network-transactions 0.37.0", + "sc-rpc 33.0.0", + "sc-rpc-server 15.0.0", + "sc-rpc-spec-v2 0.38.0", + "sc-sysinfo 31.0.0", + "sc-telemetry 18.0.0", + "sc-tracing 32.0.0", + "sc-transaction-pool 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain", - "sp-consensus", + "sp-blockchain 32.0.0", + "sp-consensus 0.36.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -13749,7 +15735,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -13761,6 +15747,18 @@ dependencies = [ "tracing-futures", ] +[[package]] +name = "sc-state-db" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" +dependencies = [ + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", +] + [[package]] name = "sc-state-db" version = "0.34.0" @@ -13795,18 +15793,40 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", + "sc-chain-spec 31.0.0", + "sc-client-api 32.0.0", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa", + "sc-consensus-grandpa 0.23.0", "serde", "serde_json", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-sysinfo" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" +dependencies = [ + "derive_more", + "futures", + "libc", + "log", + "rand", + "rand_pcg", + "regex", + "sc-telemetry 17.0.0", + "serde", + "serde_json", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -13820,7 +15840,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry", + "sc-telemetry 18.0.0", "serde", "serde_json", "sp-core 32.0.0", @@ -13829,6 +15849,26 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sc-telemetry" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" +dependencies = [ + "chrono", + "futures", + "libp2p", + "log", + "parking_lot 0.12.1", + "pin-project", + "rand", + "sc-utils 16.0.0", + "serde", + "serde_json", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "18.0.0" @@ -13842,13 +15882,44 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils", + "sc-utils 17.0.0", "serde", "serde_json", "thiserror", "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" +dependencies = [ + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "regex", + "rustc-hash", + "sc-client-api 31.0.0", + "sc-tracing-proc-macro", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-rpc 29.0.0", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "thiserror", + "tracing", + "tracing-log 0.1.4", + "tracing-subscriber 0.2.25", +] + [[package]] name = "sc-tracing" version = "32.0.0" @@ -13865,13 +15936,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api", + "sc-client-api 32.0.0", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -13892,6 +15963,34 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sc-transaction-pool" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" +dependencies = [ + "async-trait", + "futures", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api 31.0.0", + "sc-transaction-pool-api 31.0.0", + "sc-utils 16.0.0", + "serde", + "sp-api 29.0.0", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-runtime 34.0.0", + "sp-tracing 16.0.0", + "sp-transaction-pool 29.0.0", + "substrate-prometheus-endpoint", + "thiserror", +] + [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -13905,12 +16004,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", + "sc-client-api 32.0.0", + "sc-transaction-pool-api 32.0.0", + "sc-utils 17.0.0", "serde", "sp-api 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -13920,6 +16019,23 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-transaction-pool-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" +dependencies = [ + "async-trait", + "futures", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain 31.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "thiserror", +] + [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -13931,12 +16047,28 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] +[[package]] +name = "sc-utils" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" +dependencies = [ + "async-channel 1.9.0", + "futures", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.1", + "prometheus", + "sp-arithmetic 25.0.0", +] + [[package]] name = "sc-utils" version = "17.0.0" @@ -14367,6 +16499,19 @@ dependencies = [ "sp-std", ] +[[package]] +name = "slot-range-helper" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "slot-range-helper" version = "11.0.0" @@ -14705,6 +16850,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 17.0.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-metadata-ir 0.6.0", + "sp-runtime 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-trie 32.0.0", + "sp-version 32.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "30.0.0" @@ -14743,6 +16911,21 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "sp-api-proc-macro" +version = "17.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" +dependencies = [ + "Inflector", + "blake2 0.10.6", + "expander 2.1.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -14772,6 +16955,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -14801,6 +16998,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-arithmetic" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "static_assertions", +] + [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -14831,6 +17043,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-authority-discovery" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -14856,6 +17082,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-block-builder" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" +dependencies = [ + "sp-api 29.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-block-builder" version = "30.0.0" @@ -14867,6 +17105,25 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-blockchain" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" +dependencies = [ + "futures", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "schnellru", + "sp-api 29.0.0", + "sp-consensus 0.35.0", + "sp-database", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-blockchain" version = "32.0.0" @@ -14879,13 +17136,29 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus", + "sp-consensus 0.36.0", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] +[[package]] +name = "sp-consensus" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" +dependencies = [ + "async-trait", + "futures", + "log", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-state-machine 0.38.0", + "thiserror", +] + [[package]] name = "sp-consensus" version = "0.36.0" @@ -14906,18 +17179,36 @@ dependencies = [ name = "sp-consensus-aura" version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bf13c293685319751f72fa5216c7fb5f25f3e8e8fe29b4503296ed5f5466b3d" +checksum = "4bf13c293685319751f72fa5216c7fb5f25f3e8e8fe29b4503296ed5f5466b3d" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", + "sp-std", + "sp-timestamp 27.0.0", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.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 27.0.0", + "sp-timestamp 29.0.0", ] [[package]] @@ -14957,6 +17248,26 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-babe" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "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 29.0.0", +] + [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -14997,6 +17308,28 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-consensus-beefy" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" +dependencies = [ + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-core 31.0.0", + "sp-crypto-hashing", + "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", +] + [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -15037,6 +17370,25 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-consensus-grandpa" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" +dependencies = [ + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "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", +] + [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -15068,6 +17420,19 @@ dependencies = [ "sp-timestamp 27.0.0", ] +[[package]] +name = "sp-consensus-slots" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-std", + "sp-timestamp 29.0.0", +] + [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -15126,6 +17491,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" +dependencies = [ + "array-bytes 6.2.2", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.1", + "paste", + "primitive-types", + "rand", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.27.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "sp-storage 20.0.0", + "ss58-registry", + "substrate-bip39 0.5.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "32.0.0" @@ -15231,6 +17643,18 @@ dependencies = [ "sp-storage 20.0.0", ] +[[package]] +name = "sp-externalities" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std", + "sp-storage 20.0.0", +] + [[package]] name = "sp-externalities" version = "0.28.0" @@ -15254,6 +17678,18 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-genesis-builder" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" +dependencies = [ + "serde_json", + "sp-api 29.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -15280,6 +17716,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-inherents" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" +dependencies = [ + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-inherents" version = "30.0.0" @@ -15320,6 +17771,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" +dependencies = [ + "bytes", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive 0.9.1", + "rustversion", + "secp256k1", + "sp-core 31.0.0", + "sp-crypto-hashing", + "sp-externalities 0.27.0", + "sp-keystore 0.37.0", + "sp-runtime-interface 26.0.0", + "sp-state-machine 0.38.0", + "sp-std", + "sp-tracing 16.0.0", + "sp-trie 32.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "34.0.0" @@ -15331,7 +17809,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -15358,6 +17836,17 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "sp-keyring" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" +dependencies = [ + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "strum 0.24.1", +] + [[package]] name = "sp-keyring" version = "35.0.0" @@ -15382,6 +17871,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.1", + "sp-core 31.0.0", + "sp-externalities 0.27.0", +] + [[package]] name = "sp-keystore" version = "0.38.0" @@ -15427,6 +17928,19 @@ dependencies = [ "scale-info", ] +[[package]] +name = "sp-mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 29.0.0", + "sp-application-crypto 33.0.0", + "sp-std", +] + [[package]] name = "sp-mixnet" version = "0.8.0" @@ -15458,6 +17972,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-mmr-primitives" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" +dependencies = [ + "ckb-merkle-mountain-range", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-debug-derive", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -15491,6 +18024,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-npos-elections" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -15516,6 +18064,17 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-offchain" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" +dependencies = [ + "sp-api 29.0.0", + "sp-core 31.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-offchain" version = "30.0.0" @@ -15538,6 +18097,17 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-rpc" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" +dependencies = [ + "rustc-hash", + "serde", + "sp-core 31.0.0", +] + [[package]] name = "sp-rpc" version = "30.0.0" @@ -15574,6 +18144,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 33.0.0", + "sp-arithmetic 25.0.0", + "sp-core 31.0.0", + "sp-io 33.0.0", + "sp-std", + "sp-weights 30.0.0", +] + [[package]] name = "sp-runtime" version = "35.0.0" @@ -15618,6 +18213,26 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-runtime-interface" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive 0.8.0", + "primitive-types", + "sp-externalities 0.27.0", + "sp-runtime-interface-proc-macro 18.0.0", + "sp-std", + "sp-storage 20.0.0", + "sp-tracing 16.0.0", + "sp-wasm-interface 20.0.0", + "static_assertions", +] + [[package]] name = "sp-runtime-interface" version = "27.0.0" @@ -15627,7 +18242,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive", + "polkavm-derive 0.9.1", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -15682,6 +18297,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-session" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" +dependencies = [ + "parity-scale-codec", + "scale-info", + "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", +] + [[package]] name = "sp-session" version = "31.0.0" @@ -15712,6 +18343,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-staking" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 31.0.0", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "sp-staking" version = "30.0.0" @@ -15748,6 +18394,28 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-state-machine" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "smallvec", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-panic-handler", + "sp-std", + "sp-trie 32.0.0", + "thiserror", + "tracing", + "trie-db", +] + [[package]] name = "sp-state-machine" version = "0.39.0" @@ -15769,6 +18437,32 @@ dependencies = [ "trie-db", ] +[[package]] +name = "sp-statement-store" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" +dependencies = [ + "aes-gcm", + "curve25519-dalek 4.1.2", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand", + "scale-info", + "sha2 0.10.8", + "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 34.0.0", + "sp-runtime-interface 26.0.0", + "sp-std", + "thiserror", + "x25519-dalek 2.0.1", +] + [[package]] name = "sp-statement-store" version = "14.0.0" @@ -15841,6 +18535,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-timestamp" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" +dependencies = [ + "async-trait", + "parity-scale-codec", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "thiserror", +] + [[package]] name = "sp-timestamp" version = "30.0.0" @@ -15889,6 +18597,16 @@ dependencies = [ "sp-runtime 32.0.0", ] +[[package]] +name = "sp-transaction-pool" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" +dependencies = [ + "sp-api 29.0.0", + "sp-runtime 34.0.0", +] + [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -15899,6 +18617,22 @@ dependencies = [ "sp-runtime 35.0.0", ] +[[package]] +name = "sp-transaction-storage-proof" +version = "29.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core 31.0.0", + "sp-inherents 29.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-trie 32.0.0", +] + [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -15939,6 +18673,31 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.1", + "rand", + "scale-info", + "schnellru", + "sp-core 31.0.0", + "sp-externalities 0.27.0", + "sp-std", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + [[package]] name = "sp-trie" version = "33.0.0" @@ -15981,6 +18740,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 34.0.0", + "sp-std", + "sp-version-proc-macro 13.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "33.0.0" @@ -16066,6 +18843,22 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-weights" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" +dependencies = [ + "bounded-collections 0.2.0", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic 25.0.0", + "sp-debug-derive", + "sp-std", +] + [[package]] name = "sp-weights" version = "31.0.0" @@ -16182,6 +18975,21 @@ dependencies = [ "sp-std", ] +[[package]] +name = "staging-parachain-info" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -16216,6 +19024,25 @@ dependencies = [ "xcm-procedural", ] +[[package]] +name = "staging-xcm" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" +dependencies = [ + "array-bytes 6.2.2", + "bounded-collections 0.2.0", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights 30.0.0", + "xcm-procedural", +] + [[package]] name = "staging-xcm" version = "11.0.0" @@ -16258,6 +19085,29 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] +[[package]] +name = "staging-xcm-builder" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" +dependencies = [ + "frame-support 31.0.0", + "frame-system 31.0.0", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment 31.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 9.0.0", + "scale-info", + "sp-arithmetic 25.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", +] + [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -16303,6 +19153,28 @@ dependencies = [ "staging-xcm 8.0.1", ] +[[package]] +name = "staging-xcm-executor" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" +dependencies = [ + "environmental", + "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 31.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", + "sp-std", + "sp-weights 30.0.0", + "staging-xcm 10.0.0", +] + [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -16454,6 +19326,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-bip39" version = "0.6.0" @@ -16484,11 +19369,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", + "sc-rpc-api 0.37.0", + "sc-transaction-pool-api 32.0.0", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain", + "sp-blockchain 32.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -16515,7 +19400,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api", + "sc-rpc-api 0.37.0", "serde", "sp-runtime 35.0.0", ] @@ -16528,8 +19413,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 32.0.0", + "sc-rpc-api 0.37.0", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -16557,6 +19442,26 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substrate-wasm-builder" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" +dependencies = [ + "build-helper", + "cargo_metadata", + "console", + "filetime", + "parity-wasm", + "polkavm-linker", + "sp-maybe-compressed-blob", + "strum 0.24.1", + "tempfile", + "toml 0.8.12", + "walkdir", + "wasm-opt", +] + [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -17109,6 +20014,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" +dependencies = [ + "coarsetime", + "polkadot-primitives 10.0.0", + "tracing", + "tracing-gum-proc-macro", +] + [[package]] name = "tracing-gum" version = "11.0.0" @@ -17292,8 +20209,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli", - "sc-executor", + "sc-cli 0.40.0", + "sc-executor 0.36.0", "serde", "serde_json", "sp-api 30.0.0", @@ -17305,11 +20222,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc", + "sp-rpc 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", + "sp-transaction-storage-proof 30.0.0", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -18420,37 +21337,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.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 0.10.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.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 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.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 31.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 33.0.0", + "sp-runtime 34.0.0", "sp-std", - "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-tracing 16.0.0", + "staging-xcm 10.0.0", + "staging-xcm-executor 10.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0a44e735..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,6 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From 2b91db609c111891f84cf27985a989bd6da1af76 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 46/80] refactor: remove native executor, add unified host functions --- node/src/service.rs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index 36a1fa6e..b2d39caf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,7 +13,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -37,12 +38,7 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type HostFunctions = ( - cumulus_client_service::ParachainHostFunctions, - frame_benchmarking::benchmarking::HostFunctions, -); - -type ParachainExecutor = WasmExecutor; +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From 10ebaa65fd2c6c99d575af91ca6093b8a3864f6f Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 47/80] feat: pov claim feature --- Cargo.toml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..bf71f28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,18 +148,19 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.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-storage-weight-reclaim = { version = "1.0.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.11.0" cumulus-client-collator = "0.11.0" From c9abfa27438605ded5c760d4f2061312dbab3033 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 48/80] chore: upgrade to 1.10.0 --- Cargo.toml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bf71f28e..d78f96be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,19 +148,18 @@ cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -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-storage-weight-reclaim = { version = "1.0.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" +cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.11.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } +cumulus-primitives-aura = { version = "0.11.0", default-features = false } +cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-utility = { version = "0.11.0", default-features = false } +emulated-integration-tests-common = { version = "7.0.0", default-features = false } +pallet-collator-selection = { version = "13.0.1", default-features = false } +parachains-common = { version = "11.0.0", default-features = false } +parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.11.0" +cumulus-relay-chain-interface = "0.11.0" color-print = "0.3.4" cumulus-client-cli = "0.11.0" cumulus-client-collator = "0.11.0" From a258bf6682177cef8cb78882ef19002dbaaa2565 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:40:27 +0700 Subject: [PATCH 49/80] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be..0a44e735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,6 +153,7 @@ cumulus-pallet-xcm = { version = "0.11.0", default-features = false } cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } cumulus-primitives-aura = { version = "0.11.0", default-features = false } cumulus-primitives-core = { version = "0.11.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } cumulus-primitives-utility = { version = "0.11.0", default-features = false } emulated-integration-tests-common = { version = "7.0.0", default-features = false } pallet-collator-selection = { version = "13.0.1", default-features = false } From 88f423d22825f7a1d0aee8ea1a72de055d07cffc Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:45:52 +0700 Subject: [PATCH 50/80] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,37 +517,6 @@ dependencies = [ "system-parachains-constants", ] -[[package]] -name = "asset-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -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 10.0.0", - "parity-scale-codec", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "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 = "asset-test-utils" version = "11.0.0" @@ -567,7 +536,7 @@ dependencies = [ "pallet-xcm 11.0.0", "pallet-xcm-bridge-hub-router 0.9.0", "parachains-common 11.0.0", - "parachains-runtimes-test-utils 11.0.0", + "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -1174,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "700fa6f4a3258a0eee471c7f70698c69d5b911d125f49f8139f0c61b7fdb6c9d" +checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" dependencies = [ - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "finality-grandpa", - "frame-support 31.0.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1208,35 +1177,35 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfb4d04936f86b63257d32b128b5e757de0273abf22794d3ae827323416e385" +checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", + "sp-core 32.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0c940507c4db7652a660228daefd82317bf6cd8aacff33df9e6ac9c45371c2" +checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" dependencies = [ - "bp-header-chain 0.10.0", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-header-chain 0.11.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1261,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14dd5cfb1176aebe8d9dc0c42273f978f63a6137ff10709caf380219847c010" +checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41101efa1afc121ed8f4b5b93c9ee28bdab3f912237103521eea67c164c86c20" +checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" dependencies = [ - "bp-messages 0.10.0", - "bp-runtime 0.10.0", - "frame-support 31.0.0", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-support 32.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -1319,12 +1288,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97193ef70796e6c3bb1e0de930d2174a07c7b8cb07f19eead5b5c3f56d6b7b9" +checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1332,41 +1301,41 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac8331de5fc5e0012e3c5b0c245b9b6b33878edbe64cdfd133c2dce9443898" +checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", - "bp-runtime 0.10.0", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 33.0.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-application-crypto 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6663e0179d475e30cfcf28cf597cdc8f4bb1c2c39a557b4cbe0057db0657fb67" +checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" dependencies = [ "sp-std", ] @@ -1383,18 +1352,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7366e856da4c5f49e1ef94c3ea401854fe52310696561e24b7509d2f963d7210" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.10.0" @@ -1409,38 +1366,38 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4857eb39e46b6490b5b36e6485a1364907b767c917c8efe3c84456d6bc0a72b6" +checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" dependencies = [ - "bp-header-chain 0.10.0", - "bp-messages 0.10.0", + "bp-header-chain 0.11.0", + "bp-messages 0.11.0", "bp-parachains", - "bp-polkadot-core 0.10.0", + "bp-polkadot-core 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", + "bp-runtime 0.11.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.9.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-xcm-bridge-hub-router 0.10.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 31.0.0", - "pallet-utility 31.0.0", + "pallet-transaction-payment 32.0.0", + "pallet-utility 32.0.0", "parity-scale-codec", "scale-info", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-api 30.0.0", + "sp-core 32.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", + "sp-trie 33.0.0", + "staging-xcm 11.0.0", + "staging-xcm-builder 11.0.0", ] [[package]] @@ -2145,11 +2102,11 @@ checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-service 0.39.0", - "sp-blockchain 32.0.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "url", @@ -2167,13 +2124,13 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "tracing", @@ -2192,25 +2149,25 @@ dependencies = [ "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "schnellru", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -2231,18 +2188,18 @@ dependencies = [ "async-trait", "cumulus-client-pov-recovery", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -2261,7 +2218,7 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent 0.11.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2275,17 +2232,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", @@ -2301,10 +2258,10 @@ dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-relay-chain-interface 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "scale-info", "sp-api 30.0.0", "sp-crypto-hashing", @@ -2325,18 +2282,18 @@ checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 35.0.0", "tracing", @@ -2356,24 +2313,24 @@ dependencies = [ "cumulus-primitives-core 0.11.0", "cumulus-primitives-proof-size-hostfunction 0.6.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -2454,42 +2411,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "cumulus-pallet-parachain-system" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19c40a5d04f60562fb38195766104deeb8cec71c11ec77796ee9373cccdb325" -dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", - "environmental", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-message-queue 34.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-externalities 0.27.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", -] - [[package]] name = "cumulus-pallet-parachain-system" version = "0.11.0" @@ -2555,16 +2476,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "12.0.0" +version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c178666b3a6d0457cb85104475cc0be5f9908a98429710afd29fbd5984cb539" +checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", + "pallet-session 32.0.0", "parity-scale-codec", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2587,19 +2508,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7610ae16cac552adc823ba68deb26e5d3a9de189ef79ae26c79e43ddcfeabef1" +checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "parity-scale-codec", "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "staging-xcm 10.0.0", + "staging-xcm 11.0.0", ] [[package]] @@ -2628,32 +2549,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6614dcdbe6c24fcc8677bf158a8c627a3467d262acdc8a0e7d8a3d3d767a757c" -dependencies = [ - "bounded-collections 0.2.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 34.0.0", - "parity-scale-codec", - "polkadot-runtime-common 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.11.0" @@ -2661,7 +2556,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" dependencies = [ "bounded-collections 0.2.0", + "bp-xcm-bridge-hub-router 0.10.0", "cumulus-primitives-core 0.11.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -2693,21 +2590,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "cumulus-primitives-aura" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b70d13f3fca1dfaeb868f4fff79c58fef8fa4f8e381a9002d93c50c23683abf" -dependencies = [ - "parity-scale-codec", - "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", -] - [[package]] name = "cumulus-primitives-aura" version = "0.11.0" @@ -2741,24 +2623,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "cumulus-primitives-core" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617d02361f5c7df87b6be98b4974241b6836fbaa7d9e786db80eb38bc8636751" -dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "scale-info", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "cumulus-primitives-core" version = "0.11.0" @@ -2793,22 +2657,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87d64a55b7b9c3a945e543712630708f36407ab49ad8a2fa9f3d1404093a3e8e" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.11.0" @@ -2836,17 +2684,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764e27968dce7d5c455dbaf9ba81c037fc5690afc085aa4aa2a4cdfe53716b74" -dependencies = [ - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.6.0" @@ -2860,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -2897,27 +2734,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "cumulus-primitives-utility" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beeca40e85d6da3751343a3fc8dd5b335c9a06ba9897a5b36f726d139b7646de" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "log", - "pallet-asset-conversion 13.0.0", - "parity-scale-codec", - "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 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "cumulus-primitives-utility" version = "0.11.0" @@ -2947,42 +2763,23 @@ checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", ] -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb531263c11cfd73f17090106fff2385ca7b02b39102c367f4c13fb1251e9dd" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.10.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "cumulus-relay-chain-interface" version = "0.11.0" @@ -2994,10 +2791,10 @@ dependencies = [ "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 11.0.0", - "sc-client-api 32.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-state-machine 0.39.0", "thiserror", ] @@ -3011,7 +2808,7 @@ dependencies = [ "array-bytes 6.2.2", "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "parking_lot 0.12.1", @@ -3023,21 +2820,21 @@ dependencies = [ "polkadot-node-core-chain-api", "polkadot-node-core-prospective-parachains", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "polkadot-service", - "sc-authority-discovery 0.38.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -3053,18 +2850,18 @@ checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" dependencies = [ "async-trait", "cumulus-primitives-core 0.11.0", - "cumulus-relay-chain-interface 0.11.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "rand", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", - "sc-service 0.39.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3085,21 +2882,6 @@ dependencies = [ "url", ] -[[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1e730a7524f50acb03c24476323c4dad35690baf85175ad0f91a2dffed85b39" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.11.0" @@ -3589,34 +3371,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47f0799ab64756b6751d3ebcb17a30c3ba756193b6c193d14783afb312a16322" +checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" dependencies = [ - "asset-test-utils 10.0.0", - "bp-messages 0.10.0", + "asset-test-utils", + "bp-messages 0.11.0", "bridge-runtime-common", - "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", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "frame-support 32.0.0", + "pallet-assets 33.0.0", + "pallet-balances 33.0.0", "pallet-bridge-messages", - "pallet-message-queue 34.0.0", - "pallet-xcm 10.0.1", - "parachains-common 10.0.0", + "pallet-message-queue 35.0.0", + "pallet-xcm 11.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sc-consensus-grandpa 0.22.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", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sc-consensus-grandpa", + "sp-authority-discovery 30.0.0", + "sp-consensus-babe 0.36.0", + "sp-consensus-beefy 17.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "staging-xcm 11.0.0", "xcm-emulator", ] @@ -4022,15 +3805,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "12.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93d3f0315c2eccf23453609e0ab92fe7c6ad1ca8129bcaf80b9a08c8d7fc52b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "13.0.0" @@ -4081,32 +3855,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "frame-benchmarking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fee087c6a7ddbc6dcfb6a6015d4b2787ecbb2113ed8b8bee8ff15f2bdf93f94" -dependencies = [ - "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 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 20.0.0", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "32.0.0" @@ -4156,17 +3904,17 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.37.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", @@ -4212,24 +3960,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "frame-election-provider-support" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d651327ec98d12fbdb0d25346de929e3ea2ab8a1ef85570794d9d8d54f204f28" -dependencies = [ - "frame-election-provider-solution-type", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "frame-election-provider-support" version = "32.0.0" @@ -4382,9 +4112,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81aecbbc1c62055e8ce472283bc655bf6c0f968a4d22d504bf6aad4ea44ccbc4" +checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4392,7 +4122,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 26.0.1", + "frame-support-procedural 27.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4403,51 +4133,9 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder 0.10.0", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-weights 30.0.0", - "static_assertions", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" -dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural 27.0.0", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 30.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", + "sp-api 30.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", "sp-genesis-builder 0.11.0", @@ -4484,26 +4172,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "frame-support-procedural" -version = "26.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732fa43a05789f4ffb96955017e40643199d586c3d211754df5824a195f4eab5" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.1.5", - "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", - "itertools 0.10.5", - "macro_magic", - "proc-macro-warning", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.55", -] - [[package]] name = "frame-support-procedural" version = "27.0.0" @@ -4593,27 +4261,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "frame-system" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7537b5e23f584bf54f26c6297e0260b54fac5298be43a115176a310f256a4ab" -dependencies = [ - "cfg-if", - "docify", - "frame-support 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-version 32.0.0", - "sp-weights 30.0.0", -] - [[package]] name = "frame-system" version = "32.0.0" @@ -5518,8 +5165,8 @@ name = "integration-tests" version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", - "asset-test-utils 11.0.0", - "cumulus-primitives-core 0.10.0", + "asset-test-utils", + "cumulus-primitives-core 0.11.0", "emulated-integration-tests-common", "frame-support 32.0.0", "pallet-assets 33.0.0", @@ -6741,11 +6388,11 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 32.0.0", + "sc-client-api", "sc-offchain", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", @@ -6762,7 +6409,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-mmr-primitives 30.0.0", "sp-runtime 35.0.0", @@ -7324,31 +6971,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-conversion" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dbd5ff1c6f662d330beb109f6180ee66ed9cd7710cad28f3d15c444556fcce4" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-conversion" version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "parity-scale-codec", @@ -7393,22 +7022,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-rate" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a492d16d0f7423cb2d7ca6fa6b4d423a4f4e2f67d2dc92d84d5988fcc33cfb" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-rate" version = "11.0.0" @@ -7444,36 +7057,19 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-asset-tx-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf34819002b9d6c8d7a28d89207498f63288de6689061fe9c1fb7c55454ff8" -dependencies = [ - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-asset-tx-payment" version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-transaction-payment 32.0.0", "parity-scale-codec", "scale-info", + "serde", "sp-core 32.0.0", "sp-io 34.0.0", "sp-runtime 35.0.0", @@ -7497,23 +7093,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-assets" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805543c2ea1f10f14bc767f156b8ec80785345b683eaa59dea84d28745a87ee3" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-assets" version = "33.0.0" @@ -7584,23 +7163,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authority-discovery" -version = "31.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9c124d86227da7ae9073cc2984c0384c7830f7fa61450c0990c56837335da2" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 33.0.0", - "sp-authority-discovery 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authority-discovery" version = "32.0.0" @@ -7633,21 +7195,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-authorship" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168348a94c479b7da001b3f0d1100210704eda8ce72c58aac456f1d866d7d67" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-authorship" version = "32.0.0" @@ -7688,31 +7235,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-babe" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37353294183655c76cdc56ffc5edf777b1e2275af59ae73c8aa255b6d941b362" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-session 31.0.0", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "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", -] - [[package]] name = "pallet-babe" version = "32.0.0" @@ -7801,23 +7323,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-balances" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3565d525dd88e07da5b2309cd6ffe7447ddc5406eeaa2cb26157d35787a69a7" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-balances" version = "33.0.0" @@ -7969,85 +7474,85 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0034e29cd8f1547e0688ba3cb3a621c1dcb076c59f548eb40e0680ba37f14e7" +checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" dependencies = [ - "bp-header-chain 0.10.0", - "bp-runtime 0.10.0", + "bp-header-chain 0.11.0", + "bp-runtime 0.11.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", + "sp-consensus-grandpa 17.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe205f990c97a766b317378617c3ac8548530e0e29011250ad4c669cf4d86773" +checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" dependencies = [ - "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", + "bp-messages 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4315c1346e60031afc119b051fbe9aa32c29143abb1b6b771d82c0e9fe5a4a8" +checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" dependencies = [ - "bp-header-chain 0.10.0", + "bp-header-chain 0.11.0", "bp-parachains", - "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", + "bp-polkadot-core 0.11.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-trie 32.0.0", + "sp-trie 33.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85310662790097b4f391b32822eb55d5088bc09ac91343d68e48e4fc582cb31" +checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" dependencies = [ - "bp-messages 0.10.0", + "bp-messages 0.11.0", "bp-relayers", - "bp-runtime 0.10.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "bp-runtime 0.11.0", + "frame-benchmarking 32.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-arithmetic 25.0.0", - "sp-runtime 34.0.0", + "sp-arithmetic 26.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -8070,24 +7575,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-broker" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b05f01c3d279cd661eba2c391844bac03fa5f979b9de821e6eb1cbe6069dfc" -dependencies = [ - "bitvec", - "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 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-broker" version = "0.10.0" @@ -8167,33 +7654,13 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-collator-selection" -version = "12.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26edc27ed73c658e6f3d37b4cc8822be3f293e1f0dc58830b42c272781ac8a44" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-authorship 31.0.0", - "pallet-balances 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-collator-selection" version = "13.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" dependencies = [ + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -8280,7 +7747,7 @@ dependencies = [ "bitflags 1.3.2", "parity-scale-codec", "paste", - "polkavm-derive 0.9.1", + "polkavm-derive", "scale-info", ] @@ -8363,30 +7830,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "pallet-election-provider-multi-phase" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da78b2feeba1286b66ac20cbfbcd321fe9d1d2bc15e9e31292023e9a66dbb819" -dependencies = [ - "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 30.0.0", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic 25.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", -] - [[package]] name = "pallet-election-provider-multi-phase" version = "31.0.0" @@ -8426,21 +7869,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1b20f98b9a1497a59d2b0eca0051c5ada89851bf29b26fda3a2cfe934a32116" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-election-provider-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "sp-npos-elections 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "31.0.0" @@ -8496,26 +7924,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-fast-unstake" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24717c932bd68705e3a5b6b9311a31e57b354274de1c373feb9ca920f6a3e439" -dependencies = [ - "docify", - "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 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-fast-unstake" version = "31.0.0" @@ -8602,24 +8010,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-identity" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33bca13843a11add3909a8c4bffae547ba9fa3a11c07ac2f8afd670acd85cb15" -dependencies = [ - "enumflags2", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-identity" version = "32.0.0" @@ -8757,30 +8147,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063b2e7912fbbe67985e68e460f2f242b90de48a63a1f03dd2ae022154ba25e9" -dependencies = [ - "environmental", - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "pallet-message-queue" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" dependencies = [ "environmental", "frame-benchmarking 32.0.0", @@ -9379,29 +8748,6 @@ dependencies = [ "sp-trie 30.0.0", ] -[[package]] -name = "pallet-session" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17951aa288869e5afe5815eedc7038dd50b9741d215b66323ff4a12f5686ac15" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-timestamp 30.0.0", - "parity-scale-codec", - "scale-info", - "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 32.0.0", -] - [[package]] name = "pallet-session" version = "32.0.0" @@ -9504,30 +8850,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-staking" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baeb3d22e737307280e2047cba983cc9aa477a6f4c3001e8c1f07077d148c8f7" -dependencies = [ - "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 31.0.0", - "pallet-session 31.0.0", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "serde", - "sp-application-crypto 33.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-staking 29.0.0", - "sp-std", -] - [[package]] name = "pallet-staking" version = "32.0.0" @@ -9574,16 +8896,6 @@ dependencies = [ "sp-arithmetic 24.0.0", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e341c47481040b68edcf166ad34633c4c5da20d1559413e68387da935a6ae18" -dependencies = [ - "log", - "sp-arithmetic 25.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" @@ -9707,27 +9019,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "pallet-timestamp" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb766403f8cabcedb1725326befd7253de3e4c1d3b3d5f7c40adc49ebee5040c" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 29.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-timestamp 29.0.0", -] - [[package]] name = "pallet-timestamp" version = "31.0.0" @@ -9786,23 +9077,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-transaction-payment" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12df1de833ad0abff5daa53f80594d6ef66d250cc1ae073c01e406ce37bbf25e" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-transaction-payment" version = "32.0.0" @@ -9830,9 +9104,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "parity-scale-codec", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-weights 31.0.0", ] @@ -9883,26 +9157,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-treasury" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "174da255855136b4bf7174a1499ddf20134efe75d59fac4709244fe813534656" -dependencies = [ - "docify", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-treasury" version = "31.0.0" @@ -9956,23 +9210,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-utility" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73c54ec28e67769b35a650d497ddd10bf0dd783d14965a1034cdcb71ae1d1442" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-utility" version = "32.0.0" @@ -10006,22 +9243,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5627016e1cb40d02bf589507429558208c05948d1399ab405307bfe3b1d967" -dependencies = [ - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "pallet-vesting" version = "32.0.0" @@ -10094,30 +9315,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "pallet-xcm" -version = "10.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd52ee00a54f8b6ff3a90e97622b2403667ef25105dd08d71d45a7075c0ba478" -dependencies = [ - "bounded-collections 0.2.0", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "log", - "pallet-balances 31.0.0", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "pallet-xcm" version = "11.0.0" @@ -10203,26 +9400,6 @@ dependencies = [ "staging-xcm-builder 8.0.3", ] -[[package]] -name = "pallet-xcm-bridge-hub-router" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d565232e0b191f9ba84ae2b0549122493e283daee73c8f1d46864b2151d17c3" -dependencies = [ - "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 31.0.0", - "sp-runtime 34.0.0", - "sp-std", - "staging-xcm 10.0.0", - "staging-xcm-builder 10.0.0", -] - [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.9.0" @@ -10230,6 +9407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" dependencies = [ "bp-xcm-bridge-hub-router 0.10.0", + "frame-benchmarking 32.0.0", "frame-support 32.0.0", "frame-system 32.0.0", "log", @@ -10274,38 +9452,6 @@ dependencies = [ "substrate-wasm-builder 18.0.1", ] -[[package]] -name = "parachains-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5539fb10c2901cf120d3db87f6ee1568696ccce30cea1a0d0cdee31f64f1da37" -dependencies = [ - "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 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.35.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "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-common" version = "11.0.0" @@ -10338,38 +9484,6 @@ dependencies = [ "substrate-wasm-builder 21.0.0", ] -[[package]] -name = "parachains-runtimes-test-utils" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f99223f27fe88a1d071e0ddf6e10556aacb6cb507658acc70957783830f6fc37" -dependencies = [ - "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 0.10.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 16.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 = "11.0.0" @@ -10380,7 +9494,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-core 0.11.0", "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-test-relay-sproof-builder 0.11.0", + "cumulus-test-relay-sproof-builder", "frame-support 32.0.0", "frame-system 32.0.0", "pallet-balances 33.0.0", @@ -10873,15 +9987,15 @@ dependencies = [ "futures", "futures-timer", "itertools 0.10.5", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10893,12 +10007,12 @@ dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10912,8 +10026,8 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10922,7 +10036,7 @@ dependencies = [ "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10936,17 +10050,17 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", - "sc-network 0.38.0", + "sc-network", "schnellru", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -10960,15 +10074,15 @@ dependencies = [ "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.40.0", - "sc-executor 0.36.0", - "sc-service 0.39.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 31.0.0", - "sc-tracing 32.0.0", + "sc-sysinfo", + "sc-tracing", "sp-core 32.0.0", "sp-io 34.0.0", "sp-keyring 35.0.0", @@ -10989,8 +10103,8 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", @@ -10999,7 +10113,7 @@ dependencies = [ "sp-runtime 35.0.0", "thiserror", "tokio-util", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11015,19 +10129,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c2f38f3195108e9da39b9845895bb3dff76f1c7b31409143febeb1560cd276" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "polkadot-core-primitives" version = "11.0.0" @@ -11054,17 +10155,17 @@ dependencies = [ "indexmap 2.2.6", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "schnellru", "sp-application-crypto 34.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11074,7 +10175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", @@ -11090,19 +10191,19 @@ checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", - "sc-network 0.38.0", - "sc-network-common 0.37.0", + "sc-network", + "sc-network-common", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11118,15 +10219,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", - "sp-consensus 0.36.0", + "sc-network", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11138,14 +10239,14 @@ dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11162,24 +10263,24 @@ dependencies = [ "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "rand", "rand_chacha 0.3.1", "rand_core 0.6.4", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 34.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-runtime 35.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11194,15 +10295,15 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11215,15 +10316,15 @@ dependencies = [ "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11238,7 +10339,7 @@ dependencies = [ "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "wasm-timer", ] @@ -11253,15 +10354,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "sp-maybe-compressed-blob", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11271,12 +10372,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "sc-client-api 32.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11289,12 +10390,12 @@ dependencies = [ "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11307,14 +10408,14 @@ dependencies = [ "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", - "sc-keystore 29.0.0", + "sc-keystore", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11327,12 +10428,12 @@ dependencies = [ "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-inherents 30.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11345,12 +10446,12 @@ dependencies = [ "fatality", "futures", "parity-scale-codec", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11363,13 +10464,13 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "schnellru", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11390,8 +10491,8 @@ dependencies = [ "pin-project", "polkadot-core-primitives 11.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", @@ -11403,7 +10504,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11413,14 +10514,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" dependencies = [ "futures", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11438,9 +10539,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", - "sc-executor 0.36.0", - "sc-executor-common 0.33.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 32.0.0", "sp-crypto-hashing", @@ -11448,7 +10549,7 @@ dependencies = [ "sp-io 34.0.0", "sp-tracing 17.0.0", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11458,32 +10559,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" dependencies = [ "futures", - "polkadot-node-metrics 11.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", "schnellru", "sp-consensus-babe 0.36.0", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14e65e3d9990d1f8f793a23c05c6aa82a551e551225ab86d2625474afef748f" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "sc-network 0.37.0", - "sp-core 31.0.0", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -11497,34 +10579,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 11.0.0", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "sc-network 0.38.0", + "sc-network", "sp-core 32.0.0", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4ca58a67371546b66a011f0e27551094a8499a53223b16c164e769d25d981d0" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "prioritized-metered-channel", - "sc-cli 0.39.0", - "sc-service 0.38.0", - "sc-tracing 31.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 10.0.0", -] - [[package]] name = "polkadot-node-metrics" version = "11.0.0" @@ -11538,36 +10600,11 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "prioritized-metered-channel", - "sc-cli 0.40.0", - "sc-service 0.39.0", - "sc-tracing 32.0.0", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c3b078794c9c383ee3ceff65f2713ec81c033c6d8785ead5f7797e914c1fe3" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "rand", - "sc-authority-discovery 0.37.0", - "sc-network 0.37.0", - "strum 0.24.1", - "thiserror", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11584,39 +10621,15 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", "rand", - "sc-authority-discovery 0.38.0", - "sc-network 0.38.0", + "sc-authority-discovery", + "sc-network", "strum 0.26.3", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9521abb7028ce7040f66a0786423bee2cdb7725ca46e5cee1f86191bcb2ed3" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "schnorrkel 0.11.4", - "serde", - "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 34.0.0", - "thiserror", - "zstd 0.12.4", + "tracing-gum", ] [[package]] @@ -11649,38 +10662,9 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" dependencies = [ - "polkadot-node-jaeger 11.0.0", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0e971c1377901212059b794b48acac9a855cac83f2e07dc1b708ca0e77ba64" -dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-primitives 10.0.0", - "polkadot-statement-table 10.0.0", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "smallvec", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus-babe 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -11694,18 +10678,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-primitives 11.0.0", - "polkadot-statement-table 11.0.0", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "smallvec", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-babe 0.36.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -11729,46 +10713,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "polkadot-node-jaeger 11.0.0", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", - "polkadot-overseer 11.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", "polkadot-primitives 11.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 32.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 34.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97415bc09e9dd20d44a019eaf0bb803ab3239a7eca20820b181e53901966fdbc" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra", - "parking_lot 0.12.1", - "polkadot-node-metrics 10.0.0", - "polkadot-node-network-protocol 10.0.0", - "polkadot-node-primitives 10.0.0", - "polkadot-node-subsystem-types 10.0.0", - "polkadot-primitives 10.0.0", - "sc-client-api 31.0.0", - "sp-api 29.0.0", - "sp-core 31.0.0", - "tikv-jemalloc-ctl", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -11782,16 +10743,16 @@ dependencies = [ "futures-timer", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 11.0.0", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", "polkadot-primitives 11.0.0", - "sc-client-api 32.0.0", + "sc-client-api", "sp-api 30.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -11814,38 +10775,20 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b87dda07862f2b16f2c2b7d315f2b4549c896562d973d466b6d19de36aba30d" +checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 10.0.0", + "polkadot-core-primitives 11.0.0", "scale-info", "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", + "sp-core 32.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-weights 30.0.0", -] - -[[package]] -name = "polkadot-parachain-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" -dependencies = [ - "bounded-collections 0.2.0", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-std", - "sp-weights 31.0.0", + "sp-weights 31.0.0", ] [[package]] @@ -11876,34 +10819,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-primitives" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e01b525a35852e2861397eecbdb4a03dda69f14f7ca04968f2e06d6cba51dfb" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 10.0.0", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.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-primitives" version = "11.0.0" @@ -11942,23 +10857,23 @@ dependencies = [ "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives 11.0.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 33.0.0", - "sc-rpc-spec-v2 0.38.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 32.0.0", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -12018,58 +10933,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-common" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1abd7bff20e17e025a4e001aff55dfefcfd7ef8a8ae138de44998a012e227f2" -dependencies = [ - "bitvec", - "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 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 30.0.0", - "pallet-transaction-payment 31.0.0", - "pallet-treasury 30.0.0", - "pallet-vesting 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "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", -] - [[package]] name = "polkadot-runtime-common" version = "11.0.0" @@ -12136,20 +10999,6 @@ dependencies = [ "sp-tracing 16.0.0", ] -[[package]] -name = "polkadot-runtime-metrics" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fed9088becfd874b6dbf064f9d1dd1bfa2e3c2188459a572aac2e689c028772" -dependencies = [ - "bs58 0.5.1", - "frame-benchmarking 31.0.0", - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-std", - "sp-tracing 16.0.0", -] - [[package]] name = "polkadot-runtime-metrics" version = "11.0.0" @@ -12214,56 +11063,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "polkadot-runtime-parachains" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce601c5f1005ff1d315c1e5c161a73e63e54bf23527f98c2bfa3ffc5b22f5e6" -dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking 31.0.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "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 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.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-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-runtime-parachains" version = "11.0.0" @@ -12364,49 +11163,49 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 11.0.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 11.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 10.0.0", "polkadot-primitives 11.0.0", "polkadot-rpc", "polkadot-runtime-parachains 11.0.0", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.38.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.36.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-offchain", - "sc-service 0.39.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-beefy 17.0.0", "sp-consensus-grandpa 17.0.0", @@ -12428,7 +11227,7 @@ dependencies = [ "staging-xcm 11.0.0", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 11.0.0", + "tracing-gum", "westend-runtime", "xcm-fee-payment-runtime-api", ] @@ -12446,27 +11245,15 @@ dependencies = [ "futures-timer", "indexmap 2.2.6", "parity-scale-codec", - "polkadot-node-network-protocol 11.0.0", - "polkadot-node-primitives 11.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives 11.0.0", "sp-keystore 0.38.0", "sp-staking 30.0.0", "thiserror", - "tracing-gum 11.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18144720acd47e1243b60c20bfb03f73dc67cbaf61bf2820991961e1ebb803b" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 10.0.0", - "sp-core 31.0.0", - "tracing-gum 10.0.0", + "tracing-gum", ] [[package]] @@ -12478,7 +11265,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives 11.0.0", "sp-core 32.0.0", - "tracing-gum 11.0.0", + "tracing-gum", ] [[package]] @@ -12490,7 +11277,7 @@ dependencies = [ "libc", "log", "polkavm-assembler", - "polkavm-common 0.9.0", + "polkavm-common", "polkavm-linux-raw", ] @@ -12503,12 +11290,6 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-common" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92c99f7eee94e7be43ba37eef65ad0ee8cbaf89b7c00001c3f6d2be985cb1817" - [[package]] name = "polkavm-common" version = "0.9.0" @@ -12518,34 +11299,13 @@ dependencies = [ "log", ] -[[package]] -name = "polkavm-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fa916f7962348bd1bb1a65a83401675e6fc86c51a0fdbcf92a3108e58e6125" -dependencies = [ - "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]] -name = "polkavm-derive-impl" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c10b2654a8a10a83c260bfb93e97b262cf0017494ab94a65d389e0eda6de6c9c" -dependencies = [ - "polkavm-common 0.8.0", - "proc-macro2", - "quote", - "syn 2.0.55", + "polkavm-derive-impl-macro", ] [[package]] @@ -12554,29 +11314,19 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common 0.9.0", + "polkavm-common", "proc-macro2", "quote", "syn 2.0.55", ] -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" -dependencies = [ - "polkavm-derive-impl 0.8.0", - "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", + "polkavm-derive-impl", "syn 2.0.55", ] @@ -12590,7 +11340,7 @@ dependencies = [ "hashbrown 0.14.3", "log", "object 0.32.2", - "polkavm-common 0.9.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] @@ -12667,10 +11417,10 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.10.0", - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-parachain-inherent 0.10.0", - "cumulus-relay-chain-interface 0.10.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-relay-chain-interface", "frame-benchmarking 32.0.0", "frame-benchmarking-cli", "futures", @@ -12684,26 +11434,26 @@ dependencies = [ "pop-runtime-devnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 31.0.0", - "sc-cli 0.40.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-network-sync 0.37.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 33.0.0", - "sc-service 0.39.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-consensus-aura 0.36.0", "sp-core 32.0.0", "sp-io 34.0.0", @@ -12733,7 +11483,7 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "frame-support 32.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-primitives 11.0.0", "scale-info", @@ -12747,13 +11497,13 @@ version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.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-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.10.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12770,7 +11520,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12787,7 +11537,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12808,7 +11558,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -12821,12 +11571,12 @@ version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext 0.11.0", "cumulus-pallet-parachain-system 0.11.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", + "cumulus-pallet-session-benchmarking 13.0.0", + "cumulus-pallet-xcm 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-aura 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 32.0.0", @@ -12843,7 +11593,7 @@ dependencies = [ "pallet-aura 31.0.0", "pallet-authorship 32.0.0", "pallet-balances 33.0.0", - "pallet-collator-selection 12.0.1", + "pallet-collator-selection 13.0.1", "pallet-contracts", "pallet-message-queue 35.0.0", "pallet-multisig 32.0.0", @@ -12860,7 +11610,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 32.0.0", "pallet-utility 32.0.0", "pallet-xcm 11.0.0", - "parachains-common 10.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "polkadot-parachain-primitives 10.0.0", "polkadot-runtime-common 11.0.0", @@ -12881,7 +11631,7 @@ dependencies = [ "sp-std", "sp-transaction-pool 30.0.0", "sp-version 33.0.0", - "staging-parachain-info 0.10.0", + "staging-parachain-info 0.11.0", "staging-xcm 11.0.0", "staging-xcm-builder 11.0.0", "staging-xcm-executor 11.0.0", @@ -13988,18 +12738,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4715fddb2bd1862aa21f6312528ab339b7d03ef5ec654e3aa200a3119392392f" -dependencies = [ - "log", - "sp-core 31.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "27.0.0" @@ -14012,36 +12750,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-authority-discovery" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f987a536468e06b66fe3cac296b27dc532f301199e0278bc42ac32b8eb3a4a9d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "multihash 0.18.1", - "multihash-codetable", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "rand", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-api 29.0.0", - "sp-authority-discovery 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-authority-discovery" version = "0.38.0" @@ -14061,11 +12769,11 @@ dependencies = [ "prost 0.12.3", "prost-build", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", + "sc-client-api", + "sc-network", "sp-api 30.0.0", "sp-authority-discovery 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-runtime 35.0.0", @@ -14083,35 +12791,19 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033b5ee0fa6d770c9db8cd59f6d1f88e792c088238278fcb836b5c851936a62d" -dependencies = [ - "parity-scale-codec", - "sp-api 29.0.0", - "sp-block-builder 29.0.0", - "sp-blockchain 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-block-builder" version = "0.37.0" @@ -14121,40 +12813,13 @@ dependencies = [ "parity-scale-codec", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-inherents 30.0.0", "sp-runtime 35.0.0", "sp-trie 33.0.0", ] -[[package]] -name = "sc-chain-spec" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb28048e5b2d168870e2205d3e41db1f387a781831a8b8b82c9f10536c2742" -dependencies = [ - "array-bytes 6.2.2", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 31.0.0", - "sc-executor 0.35.0", - "sc-network 0.37.0", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-genesis-builder 0.10.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", -] - [[package]] name = "sc-chain-spec" version = "31.0.0" @@ -14167,13 +12832,13 @@ dependencies = [ "memmap2 0.9.4", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 32.0.0", - "sc-executor 0.36.0", - "sc-network 0.38.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-genesis-builder 0.11.0", @@ -14194,48 +12859,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-cli" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c2eae4d9396b19403f89f058a6a684066b58e051b1310f246eb9b41a7b54fe" -dependencies = [ - "array-bytes 6.2.2", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.10.5", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-keystore 28.0.0", - "sc-mixnet 0.7.0", - "sc-network 0.37.0", - "sc-service 0.38.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keyring 34.0.0", - "sp-keystore 0.37.0", - "sp-panic-handler", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", -] - [[package]] name = "sc-cli" version = "0.40.0" @@ -14256,18 +12879,18 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-keystore 29.0.0", - "sc-mixnet 0.8.0", - "sc-network 0.38.0", - "sc-service 0.39.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keyring 35.0.0", "sp-keystore 0.38.0", @@ -14278,34 +12901,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "sc-client-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08db275ca98f1fe44db2e2058893b182b85ef11cee7cf271edffd449a1179fc4" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.35.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-database", - "sp-externalities 0.27.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-statement-store 13.0.0", - "sp-storage 20.0.0", - "sp-trie 32.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "32.0.0" @@ -14317,50 +12912,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.36.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-storage 21.0.0", "sp-trie 33.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd93f124c30ec885696128a639e190293bee2a6430cc04248d656093b5d4f42" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-state-db 0.33.0", - "schnellru", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "sp-trie 32.0.0", -] - [[package]] name = "sc-client-db" version = "0.39.0" @@ -14376,11 +12944,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-state-db 0.34.0", + "sc-client-api", + "sc-state-db", "schnellru", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-runtime 35.0.0", @@ -14390,9 +12958,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4da51746e9689ecee65d6c1ac32e89a7b0452ee1ce377485e94c285e9690dcfd" +checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" dependencies = [ "async-trait", "futures", @@ -14401,48 +12969,22 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-utils 16.0.0", + "sc-client-api", + "sc-utils", "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", + "sp-api 30.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core 32.0.0", + "sp-runtime 35.0.0", + "sp-state-machine 0.39.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-consensus" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mockall", - "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", - "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus-aura" -version = "0.38.0" +name = "sc-consensus-aura" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" dependencies = [ @@ -14450,16 +12992,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.37.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 18.0.0", + "sc-telemetry", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14477,7 +13019,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" dependencies = [ "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "log", "num-bigint", @@ -14485,17 +13027,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", @@ -14517,12 +13059,12 @@ dependencies = [ "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-api 30.0.0", "sp-application-crypto 34.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.36.0", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -14544,17 +13086,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-utils", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14579,7 +13121,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sc-consensus-beefy", - "sc-rpc 33.0.0", + "sc-rpc", "serde", "sp-consensus-beefy 17.0.0", "sp-core 32.0.0", @@ -14593,58 +13135,14 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" dependencies = [ - "fork-tree 13.0.0", + "fork-tree", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-consensus-grandpa" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19945689693bbea950220bf7af1c79a2f70f5f37b97f7e6d136dcaf2b34f4a5" -dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-gossip 0.37.0", - "sc-network-sync 0.36.0", - "sc-telemetry 17.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-consensus-grandpa" version = "0.23.0" @@ -14656,30 +13154,30 @@ dependencies = [ "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-gossip 0.38.0", - "sc-network-sync 0.37.0", - "sc-telemetry 18.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", "sp-application-crypto 34.0.0", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-crypto-hashing", @@ -14700,11 +13198,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus-grandpa 0.23.0", - "sc-rpc 33.0.0", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", @@ -14721,12 +13219,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-telemetry 18.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.36.0", "sp-core 32.0.0", "sp-inherents 30.0.0", @@ -14734,30 +13232,6 @@ dependencies = [ "sp-state-machine 0.39.0", ] -[[package]] -name = "sc-executor" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8f8ddc63df8219768b729f9098ecd4362d2756b40784071cd44c3041f1d51d" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.32.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.32.0", - "schnellru", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-io 33.0.0", - "sp-panic-handler", - "sp-runtime-interface 26.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "sp-wasm-interface 20.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.36.0" @@ -14766,9 +13240,9 @@ checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 30.0.0", "sp-core 32.0.0", @@ -14782,20 +13256,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00308c10173ec6446ccc2b96cd3a3037e64c94a424f94daa8c96f288794f4d34" -dependencies = [ - "polkavm", - "sc-allocator 26.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.33.0" @@ -14803,25 +13263,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" dependencies = [ "polkavm", - "sc-allocator 27.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "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 0.32.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.30.0" @@ -14830,29 +13278,10 @@ checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" dependencies = [ "log", "polkavm", - "sc-executor-common 0.33.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa37286464bd16146c612e3193a56df728815d23f9bf0faac7df898c0944c87f" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 26.0.0", - "sc-executor-common 0.32.0", - "sp-runtime-interface 26.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.33.1" @@ -14865,31 +13294,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", ] -[[package]] -name = "sc-informant" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e9005c37100c6ea2b06668f72ba5bc927b5a2445ed26b008ddf1875998dea41" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-informant" version = "0.37.0" @@ -14900,29 +13311,14 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-keystore" -version = "28.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef7283da5d643ef89ed094e1b23451ec70386a9474d337cdaa0ef81870bb2d4" -dependencies = [ - "array-bytes 6.2.2", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "thiserror", -] - [[package]] name = "sc-keystore" version = "29.0.0" @@ -14938,36 +13334,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248d9be75de68e34f6490065c398b8177ff967902d93e6b88527a0e8c00903ad" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "libp2p-identity", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sc-transaction-pool-api 31.0.0", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-mixnet 0.7.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.8.0" @@ -14986,62 +13352,18 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-transaction-pool-api 32.0.0", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-mixnet 0.8.0", + "sp-mixnet", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4067423488686ff78561ed0d32ac7e2617edd31219088b1322e85e945e62de29" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "mockall", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "rand", - "sc-client-api 31.0.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "wasm-timer", - "zeroize", -] - [[package]] name = "sc-network" version = "0.38.0" @@ -15067,14 +13389,14 @@ dependencies = [ "partial_sort", "pin-project", "rand", - "sc-client-api 32.0.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-utils", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", @@ -15086,27 +13408,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dacf210f4e36e53dc3d3ff1cfd72e4378eb973568c261e7c62bc8daaec9f945" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-runtime 34.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-bitswap" version = "0.37.0" @@ -15120,32 +13421,14 @@ dependencies = [ "log", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", "unsigned-varint", ] -[[package]] -name = "sc-network-common" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551dba7ce65d136788c3154044fb425e2cb6e883d20c3cd25c0720a5b5251ed4" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.36.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sc-network-common" version = "0.37.0" @@ -15158,32 +13441,12 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build", - "sc-consensus 0.37.0", - "sp-consensus 0.36.0", + "sc-consensus", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-runtime 35.0.0", ] -[[package]] -name = "sc-network-gossip" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e36f8665cba733bd0690e864ef59cb87627120e57607b768e6e7cf30cecd20" -dependencies = [ - "ahash 0.8.11", - "futures", - "futures-timer", - "libp2p", - "log", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "schnellru", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.38.0" @@ -15195,37 +13458,15 @@ dependencies = [ "futures-timer", "libp2p", "log", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c4a77832e7d86e2b8f579339a47ebc16eec560bb4d62c42f0daad10700a512" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "futures", - "libp2p-identity", - "log", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-network 0.37.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.37.0" @@ -15240,51 +13481,14 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sp-blockchain 32.0.0", + "sc-client-api", + "sc-network", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-network-sync" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7dfdaf49edeaa23ae0da1a9bf6ea3e308c11822cb3a853996f1203b06249411" -dependencies = [ - "array-bytes 6.2.2", - "async-channel 1.9.0", - "async-trait", - "fork-tree 12.0.0", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall", - "parity-scale-codec", - "prost 0.12.3", - "prost-build", - "sc-client-api 31.0.0", - "sc-consensus 0.36.0", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-utils 16.0.0", - "schnellru", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-consensus-grandpa 16.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-network-sync" version = "0.37.0" @@ -15294,7 +13498,7 @@ dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", - "fork-tree 13.0.0", + "fork-tree", "futures", "futures-timer", "libp2p", @@ -15303,16 +13507,16 @@ dependencies = [ "parity-scale-codec", "prost 0.12.3", "prost-build", - "sc-client-api 32.0.0", - "sc-consensus 0.37.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 17.0.0", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -15322,26 +13526,6 @@ dependencies = [ "tokio-stream", ] -[[package]] -name = "sc-network-transactions" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b3824e7a1aa29ed3d2294810c8e018a6df3798eec236f3043a62945daf7d9b1" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "sc-network 0.37.0", - "sc-network-common 0.36.0", - "sc-network-sync 0.36.0", - "sc-utils 16.0.0", - "sp-consensus 0.35.0", - "sp-runtime 34.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-network-transactions" version = "0.37.0" @@ -15353,11 +13537,11 @@ dependencies = [ "libp2p", "log", "parity-scale-codec", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-network-sync 0.37.0", - "sc-utils 17.0.0", - "sp-consensus 0.36.0", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-utils", + "sp-consensus", "sp-runtime 35.0.0", "substrate-prometheus-endpoint", ] @@ -15382,11 +13566,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand", - "sc-client-api 32.0.0", - "sc-network 0.38.0", - "sc-network-common 0.37.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-transaction-pool-api", + "sc-utils", "sp-api 30.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", @@ -15407,39 +13591,6 @@ dependencies = [ "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-rpc" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d796d75b22785b09c58478f1418b75c9787d598a0d2ab8edbd0072731ec4aaa" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.36.0", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-mixnet 0.7.0", - "sc-rpc-api 0.36.0", - "sc-tracing 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-keystore 0.37.0", - "sp-offchain 29.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-statement-store 13.0.0", - "sp-version 32.0.0", - "tokio", -] - [[package]] name = "sc-rpc" version = "33.0.0" @@ -15451,49 +13602,28 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-block-builder 0.37.0", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-mixnet 0.8.0", - "sc-rpc-api 0.37.0", - "sc-tracing 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-offchain 30.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-session 31.0.0", - "sp-statement-store 14.0.0", + "sp-statement-store", "sp-version 33.0.0", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3705feca378ef3f3f84fb337480405a611a15c8637b2449ed514ca63765e421b" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 30.0.1", - "sc-mixnet 0.7.0", - "sc-transaction-pool-api 31.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.37.0" @@ -15502,38 +13632,19 @@ checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-mixnet 0.8.0", - "sc-transaction-pool-api 32.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-version 33.0.0", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f705946ae375fc47ee9a2e2df0b7e339a1fb8c8eb5c9eb6f206619d27946a7" -dependencies = [ - "futures", - "governor", - "http", - "hyper", - "jsonrpsee", - "log", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", -] - [[package]] name = "sc-rpc-server" version = "15.0.0" @@ -15553,38 +13664,6 @@ dependencies = [ "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66dcea3fe5f0bcbaf08d6a42e877ae8f50b9cdbc87f65f7c79fbe5003e3969dc" -dependencies = [ - "array-bytes 6.2.2", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-rpc 32.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-version 32.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.38.0" @@ -15593,93 +13672,28 @@ checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" dependencies = [ "array-bytes 6.2.2", "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-rpc 33.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", - "serde", - "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-core 32.0.0", - "sp-rpc 30.0.0", - "sp-runtime 35.0.0", - "sp-version 33.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-service" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42678fb737ea101658a8288cd3fcc0bff59ef40cd1a1c4f4d4042c3fa17bae41" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", + "futures-util", + "hex", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "pin-project", "rand", - "sc-chain-spec 30.0.1", - "sc-client-api 31.0.0", - "sc-client-db 0.38.0", - "sc-consensus 0.36.0", - "sc-executor 0.35.0", - "sc-informant 0.36.0", - "sc-keystore 28.0.0", - "sc-network 0.37.0", - "sc-network-bitswap 0.36.0", - "sc-network-common 0.36.0", - "sc-network-light 0.36.0", - "sc-network-sync 0.36.0", - "sc-network-transactions 0.36.0", - "sc-rpc 32.0.0", - "sc-rpc-server 14.0.0", - "sc-rpc-spec-v2 0.37.0", - "sc-sysinfo 30.0.0", - "sc-telemetry 17.0.0", - "sc-tracing 31.0.0", - "sc-transaction-pool 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "schnellru", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", "serde", - "serde_json", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-consensus 0.35.0", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime 34.0.0", - "sp-session 30.0.0", - "sp-state-machine 0.38.0", - "sp-storage 20.0.0", - "sp-transaction-pool 29.0.0", - "sp-transaction-storage-proof 29.0.0", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", + "sp-api 30.0.0", + "sp-blockchain", + "sp-core 32.0.0", + "sp-rpc", + "sp-runtime 35.0.0", + "sp-version 33.0.0", "thiserror", "tokio", - "tracing", - "tracing-futures", + "tokio-stream", ] [[package]] @@ -15699,34 +13713,34 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", - "sc-client-db 0.39.0", - "sc-consensus 0.37.0", - "sc-executor 0.36.0", - "sc-informant 0.37.0", - "sc-keystore 29.0.0", - "sc-network 0.38.0", - "sc-network-bitswap 0.37.0", - "sc-network-common 0.37.0", - "sc-network-light 0.37.0", - "sc-network-sync 0.37.0", - "sc-network-transactions 0.37.0", - "sc-rpc 33.0.0", - "sc-rpc-server 15.0.0", - "sc-rpc-spec-v2 0.38.0", - "sc-sysinfo 31.0.0", - "sc-telemetry 18.0.0", - "sc-tracing 32.0.0", - "sc-transaction-pool 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-bitswap", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", "sp-api 30.0.0", - "sp-blockchain 32.0.0", - "sp-consensus 0.36.0", + "sp-blockchain", + "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", @@ -15735,7 +13749,7 @@ dependencies = [ "sp-state-machine 0.39.0", "sp-storage 21.0.0", "sp-transaction-pool 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-trie 33.0.0", "sp-version 33.0.0", "static_init", @@ -15747,18 +13761,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9863fb81595a25b908d7143c1a3e162d237e67890088363df4a121fe37c49d08" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", -] - [[package]] name = "sc-state-db" version = "0.34.0" @@ -15793,40 +13795,18 @@ checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 31.0.0", - "sc-client-api 32.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.23.0", + "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-sysinfo" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f098da1a83dc5b4e69ef66f7dfc5c0a82bc63defe8dcb0aaa1819e9b2bd6d744" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 17.0.0", - "serde", - "serde_json", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sc-sysinfo" version = "31.0.0" @@ -15840,7 +13820,7 @@ dependencies = [ "rand", "rand_pcg", "regex", - "sc-telemetry 18.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core 32.0.0", @@ -15849,26 +13829,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sc-telemetry" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c6807ebd9f43ab628931842d3aaa9404ddfd07013e9c7027ca603f496939577" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand", - "sc-utils 16.0.0", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - [[package]] name = "sc-telemetry" version = "18.0.0" @@ -15882,44 +13842,13 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e8f5e8eb36f887dba06e1392717e27e4edf12d23d5220dba8ee851de8b174e" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 31.0.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-rpc 29.0.0", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "thiserror", - "tracing", - "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", -] - [[package]] name = "sc-tracing" version = "32.0.0" @@ -15936,13 +13865,13 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 32.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-tracing 17.0.0", "thiserror", @@ -15963,34 +13892,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sc-transaction-pool" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56300f466670067cca98a931b0b6cbc8b018c0d296eb915c1473bac45b7cd73" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 31.0.0", - "sc-transaction-pool-api 31.0.0", - "sc-utils 16.0.0", - "serde", - "sp-api 29.0.0", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-runtime 34.0.0", - "sp-tracing 16.0.0", - "sp-transaction-pool 29.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "32.0.0" @@ -16004,12 +13905,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 32.0.0", - "sc-transaction-pool-api 32.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", "sp-runtime 35.0.0", @@ -16019,23 +13920,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sc-transaction-pool-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609025d39a1b75f1ee4f490dc52e000de144948a73cacd788f5995df5ebe8bf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 31.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "32.0.0" @@ -16047,28 +13931,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", "thiserror", ] -[[package]] -name = "sc-utils" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863d482be044f4768ef5de6119dc70b5e31e6e9f71ad225c177474d6540e424" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 25.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -16499,19 +14367,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada4c82b85daa6134837918889b341716e4918c608b3cc5345ae67ea85a187c6" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "slot-range-helper" version = "11.0.0" @@ -16850,29 +14705,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3fb2cdf7ee9b8d6ec7c2d8740b1a506e393dc18c7c2776764b47136d72dce7" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 17.0.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-trie 32.0.0", - "sp-version 32.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "30.0.0" @@ -16911,21 +14743,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "sp-api-proc-macro" -version = "17.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63a5680d94c55e1c7dc54e9e09b4827314fab44f9300f0be170898dc402318de" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander 2.1.0", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 2.0.55", -] - [[package]] name = "sp-api-proc-macro" version = "18.0.0" @@ -16955,20 +14772,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ca6121c22c8bd3d1dce1f05c479101fd0d7b159bef2a3e8c834138d839c75c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "34.0.0" @@ -16998,21 +14801,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-arithmetic" -version = "25.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910c07fa263b20bf7271fdd4adcb5d3217dfdac14270592e0780223542e7e114" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "26.0.0" @@ -17043,20 +14831,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-authority-discovery" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab47c385784b3f9646a21d5dcb236399083d77420a1269e70c04772336c519f" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-authority-discovery" version = "30.0.0" @@ -17082,18 +14856,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-block-builder" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e155e388d7e41c39a27f40f50c2517facdbf20dde4a73f40ec8f1f30ce190e" -dependencies = [ - "sp-api 29.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-block-builder" version = "30.0.0" @@ -17105,25 +14867,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-blockchain" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00084ddd62a3bad1fc4c04cdb1cdbcbb55d813dbd4e42d52e42e8b6599fb210" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 29.0.0", - "sp-consensus 0.35.0", - "sp-database", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "32.0.0" @@ -17136,29 +14879,13 @@ dependencies = [ "parking_lot 0.12.1", "schnellru", "sp-api 30.0.0", - "sp-consensus 0.36.0", + "sp-consensus", "sp-database", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "thiserror", ] -[[package]] -name = "sp-consensus" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6f1ae58a74d619bd2c1d7939b4aa805f4226c7454ec3591c8a59fb0cc6477f" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-state-machine 0.38.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.36.0" @@ -17184,31 +14911,13 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 27.0.1", - "sp-application-crypto 31.0.0", - "sp-consensus-slots 0.33.0", - "sp-inherents 27.0.0", - "sp-runtime 32.0.0", - "sp-std", - "sp-timestamp 27.0.0", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "334d0088b7de70a94d58e7e93acd8d5101b35fadca7e19fa26788203b22e309b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "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-api 27.0.1", + "sp-application-crypto 31.0.0", + "sp-consensus-slots 0.33.0", + "sp-inherents 27.0.0", + "sp-runtime 32.0.0", "sp-std", - "sp-timestamp 29.0.0", + "sp-timestamp 27.0.0", ] [[package]] @@ -17248,26 +14957,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-babe" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb593ec8ec674a583d6fc5386b7f8964a9db78dcaabc0595559145a4053c9f6c" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "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 29.0.0", -] - [[package]] name = "sp-consensus-babe" version = "0.36.0" @@ -17308,28 +14997,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-consensus-beefy" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b03bc552702dd20fd3dad01631b13ca3e62e814ad278fe3012f5e3bb3e100" -dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-core 31.0.0", - "sp-crypto-hashing", - "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", -] - [[package]] name = "sp-consensus-beefy" version = "17.0.0" @@ -17370,25 +15037,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-consensus-grandpa" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71df706a104a752101b52f12cca7f5b7ffe1ca6ce9b4b1eb8c5d04356f248fa5" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "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", -] - [[package]] name = "sp-consensus-grandpa" version = "17.0.0" @@ -17420,19 +15068,6 @@ dependencies = [ "sp-timestamp 27.0.0", ] -[[package]] -name = "sp-consensus-slots" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a5c47c52ad58aa349f7c13cb356ab45c32964ee28354c27fd6e4b417cb2644" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-std", - "sp-timestamp 29.0.0", -] - [[package]] name = "sp-consensus-slots" version = "0.36.0" @@ -17491,53 +15126,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d7a0fd8f16dcc3761198fc83be12872f823b37b749bc72a3a6a1f702509366" -dependencies = [ - "array-bytes 6.2.2", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.27.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "sp-storage 20.0.0", - "ss58-registry", - "substrate-bip39 0.5.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "32.0.0" @@ -17643,18 +15231,6 @@ dependencies = [ "sp-storage 20.0.0", ] -[[package]] -name = "sp-externalities" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d6a4572eadd4a63cff92509a210bf425501a0c5e76574b30a366ac77653787" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std", - "sp-storage 20.0.0", -] - [[package]] name = "sp-externalities" version = "0.28.0" @@ -17678,18 +15254,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-genesis-builder" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16a1192b502d38c6d17b1005a7b3e7a6ab835df996803968ae3be9e8f7399ee4" -dependencies = [ - "serde_json", - "sp-api 29.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-genesis-builder" version = "0.11.0" @@ -17716,21 +15280,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-inherents" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5e46ccc5848542648dcf05f882e41de2e341d0eeca97ff2b7dfad0f38e8500" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-inherents" version = "30.0.0" @@ -17771,33 +15320,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e09bba780b55bd9e67979cd8f654a31e4a6cf45426ff371394a65953d2177f2" -dependencies = [ - "bytes", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive 0.9.1", - "rustversion", - "secp256k1", - "sp-core 31.0.0", - "sp-crypto-hashing", - "sp-externalities 0.27.0", - "sp-keystore 0.37.0", - "sp-runtime-interface 26.0.0", - "sp-state-machine 0.38.0", - "sp-std", - "sp-tracing 16.0.0", - "sp-trie 32.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "34.0.0" @@ -17809,7 +15331,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "rustversion", "secp256k1", "sp-core 32.0.0", @@ -17836,17 +15358,6 @@ dependencies = [ "strum 0.24.1", ] -[[package]] -name = "sp-keyring" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07a31da596d705b3a3458d784a897af7fd2f8090de436dc386a112e8ea7f34f" -dependencies = [ - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "strum 0.24.1", -] - [[package]] name = "sp-keyring" version = "35.0.0" @@ -17871,18 +15382,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdbab8b61bd61d5f8625a0c75753b5d5a23be55d3445419acd42caf59cf6236b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 31.0.0", - "sp-externalities 0.27.0", -] - [[package]] name = "sp-keystore" version = "0.38.0" @@ -17928,19 +15427,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22d9da31673ad5771faf8cd0e62ab0c183ea71a630d187b926bc52af379cb1de" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 29.0.0", - "sp-application-crypto 33.0.0", - "sp-std", -] - [[package]] name = "sp-mixnet" version = "0.8.0" @@ -17972,25 +15458,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-mmr-primitives" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518fcd8710618d104e04c9e63e697d3406180afbe55cc5400168019647fc5880" -dependencies = [ - "ckb-merkle-mountain-range", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-debug-derive", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "30.0.0" @@ -18024,21 +15491,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-npos-elections" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03ec553bc1a0f4d3aa902d3c5b3cdbe76f8218c642cbca0305722b3f8bbc826" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-npos-elections" version = "30.0.0" @@ -18064,17 +15516,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-offchain" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041d932d7debf1d2e073ecece1425aadae7482689cd4bf148d5886b28bd10d7" -dependencies = [ - "sp-api 29.0.0", - "sp-core 31.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-offchain" version = "30.0.0" @@ -18097,17 +15538,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26650747f5c204afd8c637df5e882ea912a890cf974fe67c36b430318fc451c" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 31.0.0", -] - [[package]] name = "sp-rpc" version = "30.0.0" @@ -18144,31 +15574,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3cb126971e7db2f0fcf8053dce740684c438c7180cfca1959598230f342c58" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 33.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", - "sp-io 33.0.0", - "sp-std", - "sp-weights 30.0.0", -] - [[package]] name = "sp-runtime" version = "35.0.0" @@ -18205,27 +15610,7 @@ dependencies = [ "parity-scale-codec", "primitive-types", "sp-externalities 0.26.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std", - "sp-storage 20.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "26.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a675ea4858333d4d755899ed5ed780174aa34fec15953428d516af5452295" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive 0.8.0", - "primitive-types", - "sp-externalities 0.27.0", - "sp-runtime-interface-proc-macro 18.0.0", + "sp-runtime-interface-proc-macro 17.0.0", "sp-std", "sp-storage 20.0.0", "sp-tracing 16.0.0", @@ -18242,7 +15627,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive", "primitive-types", "sp-externalities 0.28.0", "sp-runtime-interface-proc-macro 18.0.0", @@ -18297,22 +15682,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-session" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a61ea4ca90f644da2c25edee711b53b1c0b8d50628ceef372224ea24d252b57" -dependencies = [ - "parity-scale-codec", - "scale-info", - "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", -] - [[package]] name = "sp-session" version = "31.0.0" @@ -18343,21 +15712,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-staking" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4114cde17987eaa2f17b8850a8c856b90364666cdbc920d511e7a1cde0574d24" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 31.0.0", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "sp-staking" version = "30.0.0" @@ -18394,28 +15748,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-state-machine" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eae0eac8034ba14437e772366336f579398a46d101de13dbb781ab1e35e67c5" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "smallvec", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-panic-handler", - "sp-std", - "sp-trie 32.0.0", - "thiserror", - "tracing", - "trie-db", -] - [[package]] name = "sp-state-machine" version = "0.39.0" @@ -18437,32 +15769,6 @@ dependencies = [ "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b90e8440d72e0ae5d273374af3ebe16768d05b40dff1f487835dd2f826ee9568" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "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 34.0.0", - "sp-runtime-interface 26.0.0", - "sp-std", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "14.0.0" @@ -18535,20 +15841,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-timestamp" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d51fcd008fd5a79d61dba98c7ae89c2460a49dff07001bf1e9b12535d49536" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "30.0.0" @@ -18597,16 +15889,6 @@ dependencies = [ "sp-runtime 32.0.0", ] -[[package]] -name = "sp-transaction-pool" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0484eaf40c2abda75bda9688298cc8f6e02161176e3aab501207c8ccf4d4b3e1" -dependencies = [ - "sp-api 29.0.0", - "sp-runtime 34.0.0", -] - [[package]] name = "sp-transaction-pool" version = "30.0.0" @@ -18617,22 +15899,6 @@ dependencies = [ "sp-runtime 35.0.0", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "29.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0c99e0852ddd18159c2dc6100c2b5852e49211d8afe373cbce33d1da0050dd" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core 31.0.0", - "sp-inherents 29.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-trie 32.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "30.0.0" @@ -18673,31 +15939,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1aa91ad26c62b93d73e65f9ce7ebd04459c4bad086599348846a81988d6faa4" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand", - "scale-info", - "schnellru", - "sp-core 31.0.0", - "sp-externalities 0.27.0", - "sp-std", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "33.0.0" @@ -18740,24 +15981,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c0219b1aeb89e36d13bd43a718920a9087dbb66c567e672c4639cefb2fefc05" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 34.0.0", - "sp-std", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "33.0.0" @@ -18843,22 +16066,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-weights" -version = "30.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9af6c661fe3066b29f9e1d258000f402ff5cc2529a9191972d214e5871d0ba87" -dependencies = [ - "bounded-collections 0.2.0", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 25.0.0", - "sp-debug-derive", - "sp-std", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -18975,21 +16182,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "staging-parachain-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df1c48ca2892cb0694c7e10fbcfc8d15fe0fd0b763d61fbc587a870fbb97147" -dependencies = [ - "cumulus-primitives-core 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", - "parity-scale-codec", - "scale-info", - "sp-runtime 34.0.0", - "sp-std", -] - [[package]] name = "staging-parachain-info" version = "0.11.0" @@ -19024,25 +16216,6 @@ dependencies = [ "xcm-procedural", ] -[[package]] -name = "staging-xcm" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ee775f7fc9dfae15d9d5a806efa7d3215f7b7b1cfd225809285a0281addeab" -dependencies = [ - "array-bytes 6.2.2", - "bounded-collections 0.2.0", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 30.0.0", - "xcm-procedural", -] - [[package]] name = "staging-xcm" version = "11.0.0" @@ -19085,29 +16258,6 @@ dependencies = [ "staging-xcm-executor 8.0.2", ] -[[package]] -name = "staging-xcm-builder" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41c905c7e545eb80efdbf62470575a37935260503494453ffa3c1ac6207d06c9" -dependencies = [ - "frame-support 31.0.0", - "frame-system 31.0.0", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 31.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 9.0.0", - "scale-info", - "sp-arithmetic 25.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", -] - [[package]] name = "staging-xcm-builder" version = "11.0.0" @@ -19153,28 +16303,6 @@ dependencies = [ "staging-xcm 8.0.1", ] -[[package]] -name = "staging-xcm-executor" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e30434a78d4392b698bc7854c00f52d83c1c544da4be1912f898958c3e32f062" -dependencies = [ - "environmental", - "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 31.0.0", - "sp-io 33.0.0", - "sp-runtime 34.0.0", - "sp-std", - "sp-weights 30.0.0", - "staging-xcm 10.0.0", -] - [[package]] name = "staging-xcm-executor" version = "11.0.0" @@ -19326,19 +16454,6 @@ 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-bip39" version = "0.6.0" @@ -19369,11 +16484,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.37.0", - "sc-transaction-pool-api 32.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 30.0.0", "sp-block-builder 30.0.0", - "sp-blockchain 32.0.0", + "sp-blockchain", "sp-core 32.0.0", "sp-runtime 35.0.0", ] @@ -19400,7 +16515,7 @@ dependencies = [ "async-trait", "jsonrpsee", "log", - "sc-rpc-api 0.37.0", + "sc-rpc-api", "serde", "sp-runtime 35.0.0", ] @@ -19413,8 +16528,8 @@ checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 32.0.0", - "sc-rpc-api 0.37.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core 32.0.0", "sp-runtime 35.0.0", @@ -19442,26 +16557,6 @@ dependencies = [ "wasm-opt", ] -[[package]] -name = "substrate-wasm-builder" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55ed4ff2945faa132b9658cb581a3a5cf14dd90b5e217b3e16724eb202ed6c6" -dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "parity-wasm", - "polkavm-linker", - "sp-maybe-compressed-blob", - "strum 0.24.1", - "tempfile", - "toml 0.8.12", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "21.0.0" @@ -20014,18 +17109,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "461fe686e103f3afc4c93a56474193ffc46d4b2770f8df5d56e025e8bb54960c" -dependencies = [ - "coarsetime", - "polkadot-primitives 10.0.0", - "tracing", - "tracing-gum-proc-macro", -] - [[package]] name = "tracing-gum" version = "11.0.0" @@ -20209,8 +17292,8 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "sc-cli 0.40.0", - "sc-executor 0.36.0", + "sc-cli", + "sc-executor", "serde", "serde_json", "sp-api 30.0.0", @@ -20222,11 +17305,11 @@ dependencies = [ "sp-inherents 30.0.0", "sp-io 34.0.0", "sp-keystore 0.38.0", - "sp-rpc 30.0.0", + "sp-rpc", "sp-runtime 35.0.0", "sp-state-machine 0.39.0", "sp-timestamp 30.0.0", - "sp-transaction-storage-proof 30.0.0", + "sp-transaction-storage-proof", "sp-version 33.0.0", "sp-weights 31.0.0", "substrate-rpc-client", @@ -21337,37 +18420,37 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6acd5a2d4c654cb659666c7bc3730b6b29b6caf4d98c6799911069d81b1ed2" +checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" dependencies = [ - "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 0.10.0", - "frame-support 31.0.0", - "frame-system 31.0.0", + "cumulus-pallet-parachain-system 0.11.0", + "cumulus-pallet-xcmp-queue 0.11.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-test-relay-sproof-builder", + "frame-support 32.0.0", + "frame-system 32.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 31.0.0", - "pallet-message-queue 34.0.0", - "parachains-common 10.0.0", + "pallet-balances 33.0.0", + "pallet-message-queue 35.0.0", + "parachains-common 11.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 9.0.0", - "polkadot-primitives 10.0.0", - "polkadot-runtime-parachains 10.0.0", - "sp-arithmetic 25.0.0", - "sp-core 31.0.0", + "polkadot-parachain-primitives 10.0.0", + "polkadot-primitives 11.0.0", + "polkadot-runtime-parachains 11.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 33.0.0", - "sp-runtime 34.0.0", + "sp-io 34.0.0", + "sp-runtime 35.0.0", "sp-std", - "sp-tracing 16.0.0", - "staging-xcm 10.0.0", - "staging-xcm-executor 10.0.0", + "sp-tracing 17.0.0", + "staging-xcm 11.0.0", + "staging-xcm-executor 11.0.0", ] [[package]] From fb8c6ebd2ee580b63228a031c8e0baecdc48ff30 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 51/80] fix: undo benchmarking host functions removal --- node/src/service.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index b2d39caf..36a1fa6e 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -13,8 +13,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, @@ -38,7 +37,12 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; -type ParachainExecutor = WasmExecutor; +type HostFunctions = ( + cumulus_client_service::ParachainHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); + +type ParachainExecutor = WasmExecutor; type ParachainClient = TFullClient; From 8257cc49d47736998881683a036d34f693b34df1 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:35:27 +0700 Subject: [PATCH 52/80] fix: remove signed extra --- runtime/testnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index d2e1918b..d566bb5f 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From ff339615df9cf99d2599ba5f85bf2010e4c854bb Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:00:28 +0700 Subject: [PATCH 53/80] feat: update the authoring duration --- node/src/command.rs | 5 ++--- node/src/service.rs | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/node/src/command.rs b/node/src/command.rs index f0f1ad25..e7be989e 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -278,12 +278,11 @@ pub fn run() -> Result<()> { }), #[cfg(not(feature = "runtime-benchmarks"))] BenchmarkCmd::Storage(_) => - return Err(sc_cli::Error::Input( + Err(sc_cli::Error::Input( "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." .into(), - ) - .into()), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { diff --git a/node/src/service.rs b/node/src/service.rs index 36a1fa6e..cd108228 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -9,6 +9,7 @@ use pop_runtime_common::{AccountId, AuraId, Balance, Block, Hash, Nonce}; // Cumulus Imports use cumulus_client_collator::service::CollatorService; +use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImport; use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ @@ -400,11 +401,6 @@ where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; - - // NOTE: because we use Aura here explicitly, we can use `CollatorSybilResistance::Resistant` - // when starting the network. - let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( task_manager.spawn_handle(), client.clone(), @@ -439,7 +435,7 @@ where relay_chain_slot_duration, proposer, collator_service, - authoring_duration: Duration::from_millis(1500), + authoring_duration: Duration::from_millis(2000), reinitialize: false, }; From 587dc456ebcb778b5533f5dd6f4e0e35a0a2cb27 Mon Sep 17 00:00:00 2001 From: Tin Chung <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:44:23 +0700 Subject: [PATCH 54/80] chore(upgrade): add feature gate to the unified host functions Co-authored-by: Peter White --- node/src/service.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node/src/service.rs b/node/src/service.rs index cd108228..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -38,6 +38,10 @@ use sp_keystore::KeystorePtr; use sp_runtime::{app_crypto::AppCrypto, traits::BlakeTwo256}; use substrate_prometheus_endpoint::Registry; +#[cfg(not(feature = "runtime-benchmarks"))] +type HostFunctions = cumulus_client_service::ParachainHostFunctions; + +#[cfg(feature = "runtime-benchmarks")] type HostFunctions = ( cumulus_client_service::ParachainHostFunctions, frame_benchmarking::benchmarking::HostFunctions, From 5608785099e9fdf93ab327d97b6710d119d483b5 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:36:46 +0700 Subject: [PATCH 55/80] chore: revert pov reclaim feature --- Cargo.lock | 18 ------------------ node/src/command.rs | 3 +-- node/src/service.rs | 3 +-- runtime/devnet/Cargo.toml | 2 -- runtime/devnet/src/lib.rs | 1 - 5 files changed, 2 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..16fb0c71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,24 +2695,6 @@ dependencies = [ "sp-trie 33.0.0", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" -dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", - "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 35.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" diff --git a/node/src/command.rs b/node/src/command.rs index e7be989e..6e3d1302 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,6 +1,5 @@ use std::{net::SocketAddr, path::PathBuf}; -use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -267,7 +266,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| cmd.run::, ()>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..58bcad00 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -103,11 +103,10 @@ where .build(); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts_record_import::( + sc_service::new_full_parts::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, - true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..ab420cd5 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -104,7 +103,6 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index f0264043..908ad0f3 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, ); /// Unchecked extrinsic type as expected by this runtime. From 827dc84af62fa4aa557a37bb0aba55628e2005b4 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:46:51 +0700 Subject: [PATCH 56/80] chore: update lock file --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 16fb0c71..c4ddaf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11484,7 +11484,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", From 1257186687088d0e94505def4fdd9ab7e28e0e10 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 57/80] feat: pov claim feature --- Cargo.lock | 18 ++++++++++++++++++ node/src/command.rs | 3 ++- node/src/service.rs | 3 ++- runtime/devnet/Cargo.toml | 2 ++ 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4ddaf19..171c2182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,6 +2695,24 @@ dependencies = [ "sp-trie 33.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +dependencies = [ + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", + "docify", + "frame-support 31.0.0", + "frame-system 31.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 34.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" diff --git a/node/src/command.rs b/node/src/command.rs index 6e3d1302..e7be989e 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,6 @@ use std::{net::SocketAddr, path::PathBuf}; +use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -266,7 +267,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index 58bcad00..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -103,10 +103,11 @@ where .build(); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( + sc_service::new_full_parts_record_import::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index ab420cd5..13d4fe77 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -103,6 +104,7 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", + "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From 81115f53ffe717e02ec07e7770b953d1ef16c158 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 58/80] chore: upgrade to 1.10.0 --- Cargo.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 171c2182..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] @@ -11502,6 +11502,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", From 242b68a5108d4b8ebf17792e573269adfbbb277c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 59/80] refactor: remove native executor, add unified host functions --- node/src/service.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..c8e4d2cf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -14,7 +14,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, From 62ca0704b7c75c0818f3ed9c9afcde9875051d7c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:42:59 +0700 Subject: [PATCH 60/80] feat: pov claim feature --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..49989667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" +checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.10.0", + "cumulus-primitives-proof-size-hostfunction 0.5.0", "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 31.0.0", + "frame-system 31.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 34.0.0", "sp-std", ] From a72b206a9595d43aa78428879b25303b19f118e6 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:31:59 +0700 Subject: [PATCH 61/80] chore: upgrade to 1.10.0 --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49989667..7f088f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,19 +2697,19 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d52a6f23cf094b01b33330e4f8d9a4c225620646cf0ad4e21ad299dddbe193" +checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" dependencies = [ - "cumulus-primitives-core 0.10.0", - "cumulus-primitives-proof-size-hostfunction 0.5.0", + "cumulus-primitives-core 0.11.0", + "cumulus-primitives-proof-size-hostfunction 0.6.0", "docify", - "frame-support 31.0.0", - "frame-system 31.0.0", + "frame-support 32.0.0", + "frame-system 32.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 34.0.0", + "sp-runtime 35.0.0", "sp-std", ] From 9863cfffe6830e3daeb3d9f3c9e67e5219010faa Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 62/80] fix: undo benchmarking host functions removal --- node/src/service.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index c8e4d2cf..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -14,8 +14,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, From d058b22d57d2a84249de14364444e3398b5a9196 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:32:20 +0700 Subject: [PATCH 63/80] refactor: remove native executor, add unified host functions --- node/src/service.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..c8e4d2cf 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -14,7 +14,8 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, + StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, From 5344837a645c5ae81f71d34f0066bf3ec0ddff39 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:14:36 +0700 Subject: [PATCH 64/80] fix: undo benchmarking host functions removal --- node/src/service.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node/src/service.rs b/node/src/service.rs index c8e4d2cf..c4cc0fbe 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -14,8 +14,7 @@ use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImpo use cumulus_client_consensus_proposer::Proposer; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, - BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, - StartRelayChainTasksParams, + BuildNetworkParams, CollatorSybilResistance, DARecoveryProfile, StartRelayChainTasksParams, }; use cumulus_primitives_core::{ relay_chain::{CollatorPair, ValidationCode}, From b98117456de48d2c7f9b1c8d88bf86cff485692d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:36:46 +0700 Subject: [PATCH 65/80] chore: revert pov reclaim feature --- Cargo.lock | 19 ------------------- node/src/command.rs | 3 +-- node/src/service.rs | 3 +-- runtime/devnet/Cargo.toml | 2 -- 4 files changed, 2 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f26..c4ddaf19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,24 +2695,6 @@ dependencies = [ "sp-trie 33.0.0", ] -[[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8596e26f2d3b2c70c00b695eb9edc8fca4533105bf6b2f0c4c0ecc8075bf99" -dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", - "docify", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 35.0.0", - "sp-std", -] - [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11502,7 +11484,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.11.0", "cumulus-primitives-aura 0.11.0", "cumulus-primitives-core 0.11.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", diff --git a/node/src/command.rs b/node/src/command.rs index e7be989e..6e3d1302 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,6 +1,5 @@ use std::{net::SocketAddr, path::PathBuf}; -use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use log::info; @@ -267,7 +266,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ReclaimHostFunctions>(config)) + runner.sync_run(|config| cmd.run::, ()>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/node/src/service.rs b/node/src/service.rs index c4cc0fbe..58bcad00 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -103,11 +103,10 @@ where .build(); let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts_record_import::( + sc_service::new_full_parts::( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, - true, )?; let client = Arc::new(client); diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 13d4fe77..ab420cd5 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true cumulus-primitives-utility.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true parachain-info.workspace = true @@ -104,7 +103,6 @@ std = [ "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-aura/std", "cumulus-primitives-core/std", - "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", "frame-benchmarking/std", "frame-executive/std", From fff8d0de08e8399264404b1f4c7d1927ea38c744 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:21:34 +0700 Subject: [PATCH 66/80] fix: add missing experimental feature --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd0c89ce..6ad60327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,9 @@ frame-system = { version = "32.0.0", default-features = false } frame-system-benchmarking = { version = "32.0.0", default-features = false } frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } +pallet-aura = { version = "31.0.0", default-features = false, features = [ + "experimental", +] } pallet-authorship = { version = "32.0.0", default-features = false } pallet-assets = { version = "33.0.0", default-features = false } pallet-balances = { version = "33.0.0", default-features = false } From 84d9334afea01372c3daf41ec5e709a526928675 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:22:06 +0700 Subject: [PATCH 67/80] chore: revert experimental flag --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ad60327..bd0c89ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,9 +81,7 @@ frame-system = { version = "32.0.0", default-features = false } frame-system-benchmarking = { version = "32.0.0", default-features = false } frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false, features = [ - "experimental", -] } +pallet-aura = { version = "31.0.0", default-features = false } pallet-authorship = { version = "32.0.0", default-features = false } pallet-assets = { version = "33.0.0", default-features = false } pallet-balances = { version = "33.0.0", default-features = false } From 764e41d79989146ed51a71a705844eb17f30226a Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:33:33 +0700 Subject: [PATCH 68/80] fix: remove EOL space --- runtime/testnet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 6ffcbc8e..3c584b37 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -221,4 +221,4 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] +] \ No newline at end of file From b8d61ea89a20d75607c78f5d342d3e6384cd9ad8 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 69/80] chore: rebase v1.10.0 --- Cargo.lock | 4925 ++++++++++++++++------------- Cargo.toml | 195 +- node/src/cli.rs | 5 - node/src/command.rs | 44 +- node/src/service.rs | 19 +- runtime/devnet/Cargo.toml | 19 +- runtime/devnet/build.rs | 12 +- runtime/devnet/src/config/xcm.rs | 2 + runtime/devnet/src/lib.rs | 17 +- runtime/testnet/Cargo.toml | 17 +- runtime/testnet/build.rs | 12 +- runtime/testnet/src/config/xcm.rs | 2 + runtime/testnet/src/lib.rs | 18 +- 13 files changed, 2909 insertions(+), 2378 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4ddaf19..e59ef9d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -456,7 +456,7 @@ dependencies = [ "cumulus-primitives-utility 0.8.1", "frame-benchmarking 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -519,33 +519,33 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e1d4077fc518abe25e26f3963a080686cabecb97f192d9124be3e04cc21cad" -dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-bridge-hub-router 0.9.0", - "parachains-common 11.0.0", +checksum = "c7e7f3e224a6407633a4b55cc2dbbbd002709a1c31ecc61232ef816ed8e4d69e" +dependencies = [ + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-bridge-hub-router 0.10.0", + "parachains-common 12.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -892,7 +892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -1143,19 +1143,19 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b4a86e6438700a4217675ef3088fb08694ab69b1bdce4124099b1dcff9a6ff8" +checksum = "5947cb2260e3dd1f30894b31604fb6edac13a97d32b4242f2665918f3800eec8" dependencies = [ - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "finality-grandpa", - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1177,13 +1177,13 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a8b4356728ca03a8246104e320a2b1d7ba8c7fbd2917bf62395290f6ef2cc1" +checksum = "763d870409a3865c0a3e557831eef3a72ed21850f293195abd6ebe01ea016c19" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1193,19 +1193,19 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5a4983aec89871fe61f700cd4edaaf30288e7fbd927f7e4f879951f61569d4" +checksum = "5611ce066169f9a5a271e06036a600f4aec81a7038fc492f2abc3fb587ba3377" dependencies = [ - "bp-header-chain 0.11.0", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-header-chain 0.12.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1230,35 +1230,35 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ef42ed5eb5ea249ee3f26f38ad114e379accfa1f2a8ee1ff87dc6bbc00b399" +checksum = "29b7fbe32c15d65f43dac5c5371bb13e0f0311165dc1394581749886047ce6e8" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "bp-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f6f38407e79458fefb4c14a6f9f2cd9779b2dfeb3b11112e20902ee9dfea5f" +checksum = "6e551221aed051c215eaf89f74c09006ef08ed343219f29a94a62956d296571c" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-support 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -1283,17 +1283,17 @@ dependencies = [ "sp-state-machine 0.36.0", "sp-std", "sp-trie 30.0.0", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "bp-runtime" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f4b1696822790b449046bdb89c273852ef2201a046b64b24293871a953e5e3" +checksum = "8272b8bff3f0de0c744b79e3cdeb1e4f5efc4850e989b977c7b6393fcb0d36d9" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1302,33 +1302,33 @@ dependencies = [ "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "trie-db", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] name = "bp-test-utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0462cedd4f4dba1dde9d296df6b0e128a61abecde6ff6efa3b122ee8ac2f811" +checksum = "e2f2897901eec59d41232e11924bd251552524a2971abee9a1c36f3e9815cbaa" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "ed25519-dalek", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -1354,50 +1354,50 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e9ce60db859f26172c1428b251e628751850e7862065104e750310c6afbad" +checksum = "0181e1058f555b2e0f177e82042a6edd9c342ed4ec826376b2e5aa1cd29fc853" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "bridge-runtime-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dde81c8af81ee9bdf0374010288cf03ff3ccd7f57802f24889884f73d0b3bd3" +checksum = "f5bc8b6f7c61fb2f1bbcdb348ba6e9e7defb066771b42b2cd2a49846263a31f7" dependencies = [ - "bp-header-chain 0.11.0", - "bp-messages 0.11.0", + "bp-header-chain 0.12.0", + "bp-messages 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", + "bp-polkadot-core 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", + "bp-runtime 0.12.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.10.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "hash-db", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 32.0.0", - "pallet-utility 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-utility 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -1614,6 +1614,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +dependencies = [ + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint", +] + [[package]] name = "cipher" version = "0.2.5" @@ -1743,6 +1756,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + [[package]] name = "comfy-table" version = "7.1.0" @@ -1983,6 +2006,21 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.0" @@ -2096,9 +2134,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169c6bebaa58a8f0f2078747919ebd98df45d0d018a0f8caa66ec15e2ad43d4" +checksum = "56af3de66b0512db180c091ccbf673ed198f75a25b602289ee247251bf966c39" dependencies = [ "clap", "parity-scale-codec", @@ -2108,54 +2146,54 @@ dependencies = [ "sc-service", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "url", ] [[package]] name = "cumulus-client-collator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1ffccac45cddcbb37b8c18283bd57638f648f725091d28c3ac3be515f8dd1d" +checksum = "aeaa7ba76cb14097c15105674be6ec74e58bc1313cb322a97e038c9abfbf09c4" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d112f874c998d174f034532d238d5e0616c3455f8bf9bb5946c5617e7c7c0f" +checksum = "a999414a27e99ed73f447aba5f9382bb81fbf3e98a8c1a8874f71f929d094759" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -2163,73 +2201,73 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "schnellru", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-timestamp 31.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6fc5e8237ff0e649c24fb1c31407fddb05cdf4773f83ca2a7b497305ae19b0" +checksum = "fc06ef9519e39f72915033e0aec418383707290103c8d9ba8ffbc70ddfd515e7" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-consensus-babe", "schnellru", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb01ccc8275a4ded0caf788e561c7400e630585d34feec8a22700cbbe44f8bb" +checksum = "e8a533049ee548528aada1c09c5827c3a2fd8cce96ecb4ff1fca241abfef87ba" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-parachain-inherent 0.12.0", "sp-consensus", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-client-network" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f70b5f3eb4385498880a74684be6bd17669f2a2b5c7db805eef16337af1d0cd" +checksum = "b1da1f0f7be1258a0f1a4a43ca0dd4a1add8e2e639dceaf310fc136d6835fe00" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2238,50 +2276,50 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a0342e88f2079d7b3287bd52b4e0f7885e563439ff2e8b8d36f99aa596b219e" +checksum = "cb5426870af0eac3277135aac62dafea82f9c42b501193bca5483c2eb9358b5b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e877fcdae06369ce17fd4d1fd0467d21b08338f7c944e225c5461472f54a166a" +checksum = "286e7071e367a4ee6f1e9c674a27118c6f04ef273b94194082b8155255451503" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2289,34 +2327,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-client-api", "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920c64fd704a14c571b79f5d0f19dd2638240f6a9f633f02072a35ab30db3341" +checksum = "a909ed00f0280a9f53838616bb8f56b180116838a8242b847a18c8950e7cc4ec" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", "sc-consensus", "sc-network", @@ -2328,13 +2366,13 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-transaction-pool 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-transaction-pool 31.0.0", ] [[package]] @@ -2358,20 +2396,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b720fe4cd7d2e6282c0c13fbbcf68cd7dcb19d060b5032709c34582d574ad" +checksum = "fa2703d49952e0538c4d05fe1f1114e62741871693e862fc68ab56ae6b3b5230" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-aura 31.0.0", - "pallet-timestamp 31.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-aura 32.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2408,43 +2446,43 @@ dependencies = [ "sp-trie 30.0.0", "sp-version 30.0.0", "staging-xcm 8.0.1", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b426ade835b03cb4eb0b7299a5918e96cb53ed0e38b0d07676be7ed8df772ff" +checksum = "249e7657ac378241ae6c437df851bbe0971d93df756d1201315395b5ce856974" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", - "cumulus-primitives-proof-size-hostfunction 0.6.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "trie-db", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "trie-db 0.29.1", ] [[package]] @@ -2476,16 +2514,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63b08b5e3bba454f8eaa01a7507c1bacde9343a7a67fc20801e59e0c9c0ec9db" +checksum = "2be9d77e00ad1dbcf12dcd81c2758d651adf6e3072f3cb51c11d8739426f4cbb" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2508,19 +2546,19 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f14dc8bc002babf1596515a2f1c0158ddeccbf1ef7f5656fe71c8e1fa4bde55" +checksum = "6b7737eb5d81bcd79df114e711927ba19c2dbd312f245ae03b76d330abb3506d" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2551,28 +2589,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5810a98c95f4219d7dcd6bd89d0c149fc45162e7e0c335579ba5545ec4b9c216" +checksum = "fb2939bc9749f4a5299ae20f7756ce69ce3e63f72ed936d7f1db0189187f70a1" dependencies = [ "bounded-collections 0.2.0", - "bp-xcm-bridge-hub-router 0.10.0", - "cumulus-primitives-core 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "cumulus-primitives-core 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-message-queue 35.0.0", + "pallet-message-queue 36.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -2592,16 +2630,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5e91498fef0a7502070d55949b3413361060b1e0556592ed851f220f8aafb4" +checksum = "a61fa5dad966e340092a4521b56b43dddce5bf466ddb07d9a01c534e63e4e0b7" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-primitives 11.0.0", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-primitives 12.0.0", + "sp-api 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -2625,20 +2663,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a1b925068ede5dd9f571f3afcfca877b2f94f988d308d757224464a27bc6ce" +checksum = "ad51d36ea156ef84d7e8ca5cea881867d3540e8dfdb8ea6b9d2b9190197a22a5" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", - "staging-xcm 11.0.0", + "sp-trie 34.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -2659,18 +2697,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01642f846368bd7305a2b9c9874a4280b5097c62c33da84b2048e2e3b38bb03" +checksum = "9e6d358b1c4062048e47635b49d066131e4eef6314c0e81501d4c9c2e028dbc4" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2686,13 +2726,13 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9ce5326ecf86a75ee9a2d53ba8a6950f98d278a1cc88480f1dcbc90077d7dc" +checksum = "e736734a6b4b0308d931756c30c3472fa5ec99a95be14f70567f25c97b3822cc" dependencies = [ "sp-externalities 0.28.0", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -2718,33 +2758,33 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b02524805657a76fcca354c2a9466580d7f980a9a9616a4ac1cb91597d1f451" +checksum = "5ee70eb2f55d20a965e3538fc96aac2801815af510b4460e8a5783f5197e0872" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", "log", - "pallet-asset-conversion 14.0.0", + "pallet-asset-conversion 15.0.0", "parity-scale-codec", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842505bb9820f5d3c7d2561ed9783cd495d3665729e42590b12641e73c69fcf5" +checksum = "d9557dc83e9fa1ab863f6070f9d325a8075cb00478f2a756132ed87b4e3a29ed" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "futures", "futures-timer", @@ -2755,48 +2795,48 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "cumulus-relay-chain-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a457e637e70eccddfdd06feaf5736e3fa3fd9955ef2dc9ef696cdea640fc6e4c" +checksum = "9ed3c0bd4319881da5f94b77380db377499e129a176184430b308d9d7bd1d9a8" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "futures", "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f946e5e8f6199bad20b4e65b3e56fb6feeb3c59d50ede9909dcfa9c73697db2" +checksum = "d3ffcf7b86d4a140ba5ba6c94537ae54334c594bb4cf7a6464c848859b7970d1" dependencies = [ "array-bytes 6.2.2", "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.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 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-chain-api", @@ -2805,7 +2845,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-service", "sc-authority-discovery", "sc-client-api", @@ -2814,11 +2854,11 @@ dependencies = [ "sc-service", "sc-tracing", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tokio", "tracing", @@ -2826,12 +2866,12 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b173a09d24c4ea2b6f90eb682276f844db7b180651f22a9e918f8bac0642075f" +checksum = "800d957241a91a58b55a3ee9f607caea2660a01d2fcfc285bdcec262a3d8882d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "cumulus-relay-chain-interface", "either", "futures", @@ -2840,7 +2880,7 @@ dependencies = [ "parity-scale-codec", "pin-project", "polkadot-overseer", - "rand", + "rand 0.8.5", "sc-client-api", "sc-rpc-api", "sc-service", @@ -2849,14 +2889,14 @@ dependencies = [ "serde_json", "smoldot", "smoldot-light", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-version 33.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-util", @@ -2866,17 +2906,17 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f27d17ab307b0e255431fa21113f2aca1e0b27f54d272198972b29e2eeb88b" +checksum = "e8f509dfa3d3380fd0023f4cbd15bfeccd333de8d0140f85d13e6b295fb53dd7" dependencies = [ - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "polkadot-primitives 12.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -3267,10 +3307,19 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature", + "signature 2.2.0", "spki", ] +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", +] + [[package]] name = "ed25519" version = "2.2.3" @@ -3278,7 +3327,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -3288,7 +3351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -3317,7 +3380,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ "curve25519-dalek 4.1.2", - "ed25519", + "ed25519 2.2.3", "hashbrown 0.14.3", "hex", "rand_core 0.6.4", @@ -3353,35 +3416,35 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2117a0c89f2afd71f15eebe18f4b48790b675314426773ea282e9f3ff08e5afa" +checksum = "f1b85d59d4b6e8424779daea51988382f0fd323e3f5507ac886f384848c85dfe" dependencies = [ "asset-test-utils", - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", "pallet-bridge-messages", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sc-consensus-grandpa", - "sp-authority-discovery 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", "xcm-emulator", ] @@ -3403,6 +3466,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "enumflags2" version = "0.7.9" @@ -3750,7 +3825,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] @@ -3787,6 +3862,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "fork-tree" version = "13.0.0" @@ -3839,24 +3929,24 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6f8e21cbac73688175cf9b531ed1c3f6578420a0f6106282aa8e5ed6fe3347" +checksum = "f963589fa0f5ef5fe87fad5a9ac9ec4a43d83fd63e1993024576a8dcaee5e228" dependencies = [ - "frame-support 32.0.0", - "frame-support-procedural 27.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-support-procedural 28.0.0", + "frame-system 33.0.0", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "sp-std", "sp-storage 21.0.0", @@ -3865,18 +3955,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be33471ac5fa10ca585d3e06642cc8c754ecd9cb8a76905bf648cff17990e32" +checksum = "e13ce497c53ed3a9aadadfc3ea7904b00717965156c0e2e6dd16fc049a379cd7" dependencies = [ "Inflector", "array-bytes 6.2.2", "chrono", "clap", "comfy-table", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "gethostname", "handlebars", "itertools 0.10.5", @@ -3884,9 +3974,10 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "rand", + "rand 0.8.5", "rand_pcg", "sc-block-builder", + "sc-chain-spec", "sc-cli", "sc-client-api", "sc-client-db", @@ -3895,18 +3986,19 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "sp-wasm-interface 21.0.0", "thiserror", "thousands", @@ -3944,19 +4036,19 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c897b912f222280123eedee768b172ed74600292dfbb22843c95c9177e97358" +checksum = "ee6e46fd5f6bbbce22fcb19bccce899b4e83e917ba5181b1adae94abb086f124" dependencies = [ "frame-election-provider-solution-type", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -3981,20 +4073,20 @@ dependencies = [ [[package]] name = "frame-executive" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbd97de3a8af65a9e1752b465fc19c7fe19c62ca1842ccec47f3002667c2172" +checksum = "01d5b1ec42b019aa16d1f9269f74f391c32ce642cb2aad7b1b6a6d65a34e1bc6" dependencies = [ "aquamarine 0.3.3", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-try-runtime 0.38.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-try-runtime 0.39.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -4028,26 +4120,19 @@ dependencies = [ ] [[package]] -name = "frame-remote-externalities" -version = "0.39.0" +name = "frame-metadata-hash-extension" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4afeb0769c0ef010c0dcc681a60167692a1cd52f0c0729b327a4415facddc5" +checksum = "c51ead97e4ac8fdd3b62258bf5f97d2d82412ec0386388ce8296aa23d561536f" dependencies = [ - "futures", - "indicatif", - "jsonrpsee", + "array-bytes 6.2.2", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", - "serde", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "spinners", - "substrate-rpc-client", - "tokio", - "tokio-retry", + "scale-info", + "sp-runtime 36.0.0", ] [[package]] @@ -4094,9 +4179,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97100a956a2cd152ad4e63a5ec7b5e58503653223a73fff6e916b910b37f12ed" +checksum = "9d04fc1fdbc7bdcb1cb54834e16a5194e5a16a25bfdaca1b761ee9ff4963366f" dependencies = [ "aquamarine 0.5.0", "array-bytes 6.2.2", @@ -4104,7 +4189,7 @@ dependencies = [ "docify", "environmental", "frame-metadata", - "frame-support-procedural 27.0.0", + "frame-support-procedural 28.0.0", "impl-trait-for-tuples", "k256", "log", @@ -4115,18 +4200,18 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing-proc-macro", "sp-debug-derive", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", "sp-weights 31.0.0", @@ -4156,15 +4241,15 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a74eda80052082e8acd36c7fa232569ce1f968c7ae2adc56d082039ac9d6ba4" +checksum = "3d8eaf3bb331b98427158733e221bd6fb79e9f213da55b305e159dc023d41fd2" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander 2.1.0", - "frame-support-procedural-tools 11.0.1", + "frame-support-procedural-tools 12.0.0", "itertools 0.10.5", "macro_magic", "proc-macro-warning", @@ -4189,9 +4274,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "11.0.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b482a1d18fa63aed1ff3fe3fcfb3bc23d92cb3903d6b9774f75dc2c4e1001c3a" +checksum = "a40b5cc8526c9aad01cdf46dcee6cbefd6f6c78e022607ff4cf76094919b6462" dependencies = [ "frame-support-procedural-tools-derive 12.0.0", "proc-macro-crate 3.1.0", @@ -4245,22 +4330,22 @@ dependencies = [ [[package]] name = "frame-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562e02f5139f1beb0edd3cac2db3f974d98b7459342210d101f451d26886ca33" +checksum = "64265317899a2ecfc465a1ab55fa3094dbbbc7061292592fdbbb8acc136c4735" dependencies = [ "cfg-if", "docify", - "frame-support 32.0.0", + "frame-support 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-version 33.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", ] @@ -4282,17 +4367,17 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4976a4dfad8b4abff9dfc5e1a5bcdfa0452765f5c726805499ea30be0df4eaa4" +checksum = "1a23446bf524bcc64351ecc5a50925debdc92d50a0b8384c3064dc13b3c64ca3" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4308,12 +4393,12 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24451c0fef0c35c50bf577aadd16bb3c7b9eb74f12bb1708114d24c6f750e165" +checksum = "54771ae481dd08825d4de28b1b3623163efd9e7c4b59a6db1fb048dcdf73789e" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", ] [[package]] @@ -4331,14 +4416,14 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883f2a531ab7857e8b4bb09997f1333635da1b5e627ac1651c16b5e5152d8fa3" +checksum = "8f542a58bd43234882faff12062ce94838b3bbca1b6ed6b32180ee153350905f" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -4579,7 +4664,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", + "rand 0.8.5", "rand_core 0.6.4", ] @@ -4635,7 +4720,7 @@ dependencies = [ "parking_lot 0.12.1", "portable-atomic", "quanta", - "rand", + "rand 0.8.5", "smallvec", "spinning_top", ] @@ -4962,6 +5047,16 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +dependencies = [ + "unicode-bidi", + "unicode-normalization", +] + [[package]] name = "idna" version = "0.5.0" @@ -5096,19 +5191,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" -[[package]] -name = "indicatif" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" -dependencies = [ - "console", - "instant", - "number_prefix", - "portable-atomic", - "unicode-width", -] - [[package]] name = "inout" version = "0.1.3" @@ -5148,29 +5230,29 @@ version = "0.0.0" dependencies = [ "asset-hub-paseo-runtime", "asset-test-utils", - "cumulus-primitives-core 0.11.0", + "cumulus-primitives-core 0.12.0", "emulated-integration-tests-common", - "frame-support 32.0.0", - "pallet-assets 33.0.0", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", + "frame-support 33.0.0", + "pallet-assets 34.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "pop-runtime-common", "pop-runtime-devnet", - "sp-authority-discovery 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-runtime 36.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "tracing-subscriber 0.3.18", ] @@ -5278,7 +5360,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-core", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", @@ -5323,7 +5404,7 @@ dependencies = [ "jsonrpsee-types", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rustc-hash", "serde", "serde_json", @@ -5333,26 +5414,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" -dependencies = [ - "async-trait", - "hyper", - "hyper-rustls", - "jsonrpsee-core", - "jsonrpsee-types", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.22.5" @@ -5600,7 +5661,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "quick-protobuf", - "rand", + "rand 0.8.5", "rw-stream-sink", "smallvec", "thiserror", @@ -5619,7 +5680,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "smallvec", - "trust-dns-resolver", + "trust-dns-resolver 0.22.0", ] [[package]] @@ -5651,12 +5712,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "log", "multiaddr", "multihash 0.17.0", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "thiserror", "zeroize", @@ -5681,7 +5742,7 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", @@ -5703,11 +5764,11 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "tokio", - "trust-dns-proto", + "trust-dns-proto 0.22.0", "void", ] @@ -5739,7 +5800,7 @@ dependencies = [ "log", "once_cell", "quick-protobuf", - "rand", + "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", @@ -5761,7 +5822,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "rand", + "rand 0.8.5", "void", ] @@ -5781,7 +5842,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "quinn-proto", - "rand", + "rand 0.8.5", "rustls 0.20.9", "thiserror", "tokio", @@ -5799,7 +5860,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand", + "rand 0.8.5", "smallvec", ] @@ -5818,7 +5879,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", - "rand", + "rand 0.8.5", "smallvec", "tokio", "void", @@ -5866,7 +5927,7 @@ dependencies = [ "rustls 0.20.9", "thiserror", "webpki", - "x509-parser", + "x509-parser 0.14.0", "yasna", ] @@ -5955,7 +6016,7 @@ dependencies = [ "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -6065,31 +6126,86 @@ dependencies = [ ] [[package]] -name = "lock_api" -version = "0.4.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" -dependencies = [ - "autocfg", - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" - -[[package]] -name = "lru" -version = "0.8.1" +name = "litep2p" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909" +checksum = "9b53e78902be9d0d77df70677242b7fc9815a33a168949b5480ee089e16535e7" dependencies = [ - "hashbrown 0.12.3", -] - -[[package]] + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek 1.0.1", + "futures", + "futures-timer", + "hex-literal", + "indexmap 2.2.6", + "libc", + "mockall", + "multiaddr", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.1", + "pin-project", + "prost 0.11.9", + "prost-build", + "quinn", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.6", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver 0.23.2", + "uint", + "unsigned-varint", + "url", + "webpki", + "x25519-dalek 2.0.1", + "x509-parser 0.15.1", + "yasna", + "zeroize", +] + +[[package]] +name = "lock_api" +version = "0.4.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" +dependencies = [ + "autocfg", + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" + +[[package]] +name = "lru" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909" +dependencies = [ + "hashbrown 0.12.3", +] + +[[package]] name = "lru" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -6190,12 +6306,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "maplit" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - [[package]] name = "match_cfg" version = "0.1.0" @@ -6287,6 +6397,20 @@ dependencies = [ "hash-db", ] +[[package]] +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes 6.2.2", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + [[package]] name = "merlin" version = "3.0.0" @@ -6306,7 +6430,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ "futures", - "rand", + "rand 0.8.5", "thrift", ] @@ -6353,7 +6477,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", "subtle 2.5.0", @@ -6363,38 +6487,38 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463f3038aebf0766b75c231e293293dec7b85f2358120a2696470159008ddfd2" +checksum = "686cce3698548808445b0bbc8348a30cafc7d6fc6dbf8df0ef5027b08e4fe037" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "mmr-rpc" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d17ec87c5d04009e7d7b149abb2aa8495e2893c5920ce4a83679c76e5d6320f7" +checksum = "70db3d6f4fdfd688a4f995f5eb3ee9764b766a01f4a4789fa5469a02d213ee12" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -6477,10 +6601,14 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ + "blake2b_simd", + "blake2s_simd", + "blake3", "core2", "digest 0.10.7", "multihash-derive 0.8.0", "sha2 0.10.8", + "sha3", "unsigned-varint", ] @@ -6606,7 +6734,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand", + "rand 0.8.5", ] [[package]] @@ -6681,6 +6809,18 @@ dependencies = [ "tokio", ] +[[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +dependencies = [ + "cc", + "libc", + "thiserror", + "winapi", +] + [[package]] name = "nix" version = "0.24.3" @@ -6749,6 +6889,16 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi", +] + [[package]] name = "num-bigint" version = "0.4.4" @@ -6826,12 +6976,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.30.4" @@ -6880,12 +7024,60 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +dependencies = [ + "cc", +] + +[[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +dependencies = [ + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", +] + [[package]] name = "option-ext" version = "0.2.0" @@ -6934,6 +7126,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "pallet-asset-conversion" version = "11.0.0" @@ -6955,20 +7153,21 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66fbfb4b9a3a6430f5925a09257c61a048bf0dfbad26f814e0f0e517f43c06a" +checksum = "00878f866191e08a7f6a74a0378c1d4d759e356d5fc3e3dae51fa414b44fad93" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7006,17 +7205,17 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63f90c10e0746fce0512e37e1a354fe8c48f32e4e20211e0c1ac9b0e4b3febb" +checksum = "a2908c5abe694fc6d1e9f1dbc9049910cf7086416e0c3214ff4734f02c055d82" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7041,20 +7240,20 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d27f76cc9151160c08fcee2e095b91048a2d1cb041b7c022a88f98ba220827b4" +checksum = "cbdecfbbcc55a4050a91bf2180b5b574fe3e20a925c1a836187041974c6f9248" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-transaction-payment 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7077,18 +7276,18 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0d9362dc1b75cead58f5e9a6004d305f81b2bf38c52e5454d1d868e2cc98f" +checksum = "14bb2544de653caa76f88156c53ccdea218737ae00ef37b949786bc4c13719f8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7112,19 +7311,19 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb27318bf97e8116b1383c726427ab8d6d9dac4da99c8540a247518398c2a55" +checksum = "7d39e0cf359277a802199f4f78604ddb62f6616e6c625a3b958abec063b1a66f" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-aura 0.36.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-aura 0.37.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7147,18 +7346,18 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303077e7ec8808fdd9df22a6eaf9d38932a9b7df07c29423935384cf43babb2f" +checksum = "35807c44d2caf67038ae3b3cd948a36014a63e75f96bab3754350deec7cf8e20" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-authority-discovery 30.0.0", - "sp-runtime 35.0.0", + "sp-application-crypto 35.0.0", + "sp-authority-discovery 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7179,16 +7378,16 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3544ca79d7b1f3b9a0efe6b54038143962e8b05d57a3a4172cd11e7216c43d6" +checksum = "a9c6fadb06cb9f04998aebabf282e15a6bc35ac36de0c6fccb43a0efb38a755c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7219,26 +7418,26 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac02d082761843190fddfea58ce3a8cf042e92d2d78bb21426d2f960880a875c" +checksum = "d1e8bc4e03c6e92cfbac89e9b505ff43fae538915fc277f4597733775c49fa76" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7267,23 +7466,23 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664e6da2fe296a6597f2508f8754bfedaf06b5fc7bc657f7327b7d91896f84f7" +checksum = "235a798b0ef83ef012fe79ed01617d84882e682aa40b937ca22e23ee429ab2d7" dependencies = [ "aquamarine 0.5.0", "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -7307,18 +7506,18 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b56b559fbf1b04e08f42b08c0cb133cf732b4b0cafd315a3a24ba1ae60669d7e" +checksum = "06c00a7041511735547ac443a14ecb2915976725dfbf1d3d9f64df20359e483e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7345,22 +7544,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36b750d43f02589284a26ae4bcdaa9cd957abd12ffcedccf5de7f3ede20e14e" +checksum = "42a846fddc17ec4bb5901f446a1f474090de2778c215aea9ab209631c88cf879" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-beefy 17.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-consensus-beefy 18.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7392,27 +7591,27 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a0ec062385375cee83f44985bf4d32c86e6ca4018e0a867b448a9a572896388" +checksum = "b59f46e15d62db39a20fb254324f5a33cf3c652ca6aa656ba6419ae5c8059336" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree 15.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-beefy 32.0.0", - "pallet-mmr 31.0.0", - "pallet-session 32.0.0", + "pallet-beefy 33.0.0", + "pallet-mmr 32.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-consensus-beefy 17.0.0", + "sp-api 31.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-std", ] @@ -7437,104 +7636,104 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe92916d8bb2f2ce84195ae5e6baec83c5a65bf685613d7cc207f0b8fd26ea43" +checksum = "56765a826bcdc19693fc327757108d79ac03e7545bc3561a2434bb0238679ee6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88e0f44b87681bafd9deec464b7f0d4f3c9b050b53ef1588eb5312d26ebc30a5" +checksum = "392088cb0e26f6bd3add91b7d1cf1df60166fdb60643a4b577951309621610e0" dependencies = [ - "bp-header-chain 0.11.0", - "bp-runtime 0.11.0", + "bp-header-chain 0.12.0", + "bp-runtime 0.12.0", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-messages" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9da377cff690ae52d872bdc6dd00ef7ebb3b2eb092ddacc2e26e9efb9f13631" +checksum = "112b595ff46a2831be1c22ffb3a9f5fd44b875489b8dde8bcd4509d75a77bb36" dependencies = [ - "bp-messages 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-messages 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9e9466750027c10df653ac91eaaffe042d1f94dca5f561b6ea9f54f389d496" +checksum = "bc8495da753089436f1e09e36ebb311182bc2c594decce628017f009c9af9a45" dependencies = [ - "bp-header-chain 0.11.0", + "bp-header-chain 0.12.0", "bp-parachains", - "bp-polkadot-core 0.11.0", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-polkadot-core 0.12.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] name = "pallet-bridge-relayers" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9380cbce05df9451cb9b2149e1284090c0da3f3ab9615b8810b1cb0e2ab3aed5" +checksum = "28ff139bff796f25ba8c53f8e540b4943d04adeb17f2496de7a66f3a6fdfdf4a" dependencies = [ - "bp-messages 0.11.0", + "bp-messages 0.12.0", "bp-relayers", - "bp-runtime 0.11.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-runtime 0.12.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7559,19 +7758,21 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d73ed3f977ca5874e32936f7605e83e96f7eb0cb7fca46b9a3f5a8df1933d5" +checksum = "58e06a681df643f0bf7225c09b4d33ceaaebfe6ebfb13d0ea686f11d20901e9b" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7597,21 +7798,21 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5612487abb09a9e5b6f3a694639fd0826a8b3bae1335047899f032f292f7f410" +checksum = "813290bcfde2e10ad4a37763642e22186e28cf7d675cbf525f2276151444008c" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-bounties 31.0.0", - "pallet-treasury 31.0.0", + "pallet-bounties 32.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7629,7 +7830,7 @@ dependencies = [ "pallet-balances 29.0.2", "pallet-session 29.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime 32.0.0", "sp-staking 27.0.0", @@ -7638,73 +7839,73 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "13.0.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0724831b2b1775542055c80918e78478953ee8d6777962a947404f22001c75" +checksum = "7b8c0293db4d8d6632330e8ea1d8ad83711c144fe8b03a14ae15fe1678c7291b" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-session 33.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "pallet-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f84d7ad169667bcf184da694db6322bd9a68d9d0bb05b2727005cfadd2b8a17" +checksum = "c2f5bea608ae6d9e8e12cd1e57d4781ccccf62a87e498bb6318ffe2243815ab4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-contracts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae7354ec341dbdd1df77fd0a55708fa49a164901db89920fdca4132f3991ee1" +checksum = "8117764e8436e9ad3f134c313a65b0dad95f1353349ddd9a78a6b527dbbeb320" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "rand_pcg", "scale-info", "serde", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", "wasm-instrument", "wasmi", ] @@ -7722,9 +7923,9 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "9.0.0" +version = "10.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d7a51646d9ff1d91abd0186d2c074f0dfd3b1a2d55f08a229a2f2e4bc6d1e49" +checksum = "c611f7343efdff673fec3090ab4ed5c32c63f9756f25f666fb453ef33b26bafb" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7753,38 +7954,38 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43080685819927c77fb38dda17e593eab2478406d674dd8c69200129cf613e77" +checksum = "f0b8fc61dec0ae9760f00fb84a621e383ebb0bd1d2f6a4777bc55977624da5d1" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-democracy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83740afbabdabd41a9af23e1085db431b7d0aa10e542f6e1862aa14ff76eeec9" +checksum = "fcb285cd2c58b49219c9980b9c30d4c241920c5a55ae5df44c6e3649dd5057fd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -7801,7 +8002,7 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking 28.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 24.0.0", "sp-core 29.0.0", @@ -7814,24 +8015,24 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4127300982c54fb31630a3a002daeb060556c0d0ca17031975fe25d613f432" +checksum = "45d7050267a6ce48b2d5530ea5c3b939c8f8a70e42b26db96cb1e859a3dd40c9" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", "strum 0.26.3", ] @@ -7853,36 +8054,36 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d47f77fc73b1caf6317515e884a1451786c8b71fddd910b753a73da7ee4fe84" +checksum = "3cea3c30507dd5bc3ca2657a2b729dbb9c77f0ae7103778e148d4667d1f0dfe6" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08fe6701c248d87e489e998230180b112e639db09c0a50cf6e44cf399bc1028f" +checksum = "e4482e691c61ea7d68d09a0d3221a2223b36118874c1923a3733a0ff1a9d4a65" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7908,21 +8109,21 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2f9df9cbcba5c986e8abb00dc6184cacebcd96064f706bbd47c870255fa4f1" +checksum = "3413d41515d5679fa680f96ceac185ede18ac22002837216c9fab863d4a367b7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7952,25 +8153,25 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6beb51686baee78fc838861b825c1b8f1b66a7633dc502dc70da491aed82dcbb" +checksum = "63024f2e3aee907a345db4993982b0a853cc330e487d0b7aa2b63bf956bb2a04" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -7994,19 +8195,19 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e41c45a18b5e71b05fd5789b210ce79dbddd454e9bc783dd188790be99d91" +checksum = "4b59201c3a7fad2acc3623e0e933359588e86ba6445ec4e2ced9a56cbc150658" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8033,22 +8234,22 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c771c379dfa58623a6d88d021c7cebe1f9f4f4537155917f7a9c03b5b36c3ec" +checksum = "859266edee477b8d7c8f07bbe48956f2d0093b7a7466b473df66e6de4dd59445" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", + "pallet-authorship 33.0.0", "parity-scale-codec", "scale-info", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8072,37 +8273,37 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b75dd0463b1ac775e8d154879e174e06fb8745b0896b8d9a3bd99d57135e914" +checksum = "81babd3f9b3af66f27f7af6dfdea1943d16598630c5f4eda34ec56bdb7185dbd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-membership" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d889d1ab1f8c78dddbe5aa107ae0004f066a79384af010e58539a71c84cbe1" +checksum = "6d72c43d36e246e388b911ce85176962eeaf7893acb472fe1c4377c7007f886d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8129,21 +8330,21 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd58fa73c9e498414c9e6757f5ff1dbb81b9c7439231018c19aca99c35fd35b" +checksum = "55cf3baf644a42f0520f030e91e24c72e3d6691f7abc347345219b2e744fc835" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8169,20 +8370,20 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe22ce913c1862862a7ce3180b1a52b544a04a629b92c6dff43c3975ee89d39" +checksum = "02f6cdaa2b8423f910e260b93065b8c63c7ebbc21c288419bc7a9aa0ed7a14fa" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8205,36 +8406,36 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b3d75a9319f7bcb58920ecc087aa246cc4cac0bcf5c9f29bb44260315961db" +checksum = "4957a1571ca0a761520942623d7d1ff71f2831edfc2f2fc43ad454682e50ad95" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677e05e538410a056620e737a4b9c9073a2636fcaab99609a57d0c706af4b186" +checksum = "3725969acea961bbd0fe469d3de423897b48d177dfb1251138e44a23056f8f90" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-assets 33.0.0", - "pallet-nfts 26.0.0", + "pallet-assets 34.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8259,20 +8460,20 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190767bc88a1a23f51fccc445a271639fd5a88f1811291d801221e5b9b5b48cc" +checksum = "24460dcc55227dd89c8e1336a9d9bffed6dcfc8d11207922a02705d5a7bc6d15" dependencies = [ "enumflags2", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8290,30 +8491,30 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b086ef37b5a2ab6d9c67929bd26480dfc128023039f238f6bc2b25a7348c1232" +checksum = "f9ebe8124be6f8e4821cb53cd90d3b40c25bd6cb3bc9ca00fe7351f3c02755f9" dependencies = [ - "pallet-nfts 26.0.0", + "pallet-nfts 27.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] [[package]] name = "pallet-nis" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f73f50b2cfeb31dad13e3bd628245bf9f2d8edc98ba3c7591c2f3303304a185" +checksum = "c9317c665f1692637b3ede02fef4153ae3c4a4fb4b196bbea07a6a011546ab74" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8339,20 +8540,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e763dbe561c25187466eabb92d6193ad6098fb656a0dc807ebefbb237f903171" +checksum = "c1edc38d7ba687163bdf2562b1fd8d440d63648c193b6c9e899ea12a607747ed" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -8380,22 +8581,22 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a563a0a45f55c747819f1220adc27e492c5c7040e3a4f597d6e0e959f9742aa1" +checksum = "ebd63c332aa3c111d10268c29aa439180d4b94c8adecbf526f0a04aeea46bea1" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8413,13 +8614,13 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce49d48a75a006539583808e526d303a09afd8621d3351ad52f8a4ca62fe8a8" +checksum = "e3980bcda50ec619f93dbb8b73f824413ee5dccabe3511fca4454c49857c1483" dependencies = [ - "pallet-nomination-pools 29.0.0", + "pallet-nomination-pools 30.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-std", ] @@ -8443,19 +8644,19 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621a7fe9a24a3f69cbb14b06c94894b81ad0aa549dbfff178c9236876cf5a892" +checksum = "0d02ba6a9a9c27685404f979534ab254f0cda028857ebdb19f7cb9aa0f52bc6b" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8486,26 +8687,45 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2c55d655bb56fb48c12fa98f1b6ea292ff58a0cf791cc7c180bb77ea73ac83" +checksum = "de8b5190c4421f6550504bd1753f82492c28cda5b1ccb6c2759494cdfa431207" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-grandpa 32.0.0", - "pallet-im-online 31.0.0", - "pallet-offences 31.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-grandpa 33.0.0", + "pallet-im-online 32.0.0", + "pallet-offences 32.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", + "sp-std", +] + +[[package]] +name = "pallet-parameters" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d8bc500ff1d3292950a7d1b50b0e26f7cd9f886cd4a577883267d36a1da1361" +dependencies = [ + "docify", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-core 32.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8529,19 +8749,19 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28de923b335df5fc38c9e0b565230120184f5e195624a386cd9bec90fda4b55" +checksum = "a20718f6531ad2adf84ed0b1f845f29e29987b7fd1ccb738134c60e77177f1d0" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8563,53 +8783,53 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936d02c265142821c0144336d6724ec1fc56ddf333837f5ab502798fab5a447e" +checksum = "a73160cf5aa5ebf1f07eb1134328b272ab16070028c8c1ee9f800ffa3a5c03db" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a6a4587dc3f5438631db3c2ec019f31723c4a7949cf63945f111b6c509d0a97" +checksum = "082ef6517f3901106bc642a7bb35b9c8345cbe55c5c60dbf6b09081b2e3c5695" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-recovery" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2320f4d3b35c47180c80a6ea560d25e491d5812486c8691bdd297b5425f11b" +checksum = "06afe44a0484ad3c8b943c555fe4d7ccc9da3b3cd1093ddb6a8984bae6f130f4" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8635,37 +8855,37 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf5abb788c5e8e7960820288caa043f5d037a63248453d493e617a2445790a4" +checksum = "6b6c4f5bc65be570a065907239d3215036d3e29edbd0ea5c6cd01246e2ba3959" dependencies = [ "assert_matches", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-root-testing" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd630721c9f07bdf90e4cade8f825d1842af9f68f470de186087a3d1f0090970" +checksum = "2e4b63ec79ab485d54cf79fd5ef574bb7f8f4e094e4a7d11b012a820d4324b62" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8690,19 +8910,19 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fac215d9cf301396720219c4d04e4fe7fcf44d14d4be71f9c3ae3df3cead74" +checksum = "7570e307118a4663dd3a1d1c949f84a169ef932666e69f7fcf4357781c8c1a4e" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -8732,25 +8952,25 @@ dependencies = [ [[package]] name = "pallet-session" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061827f23d4a702a2e159ff84286a0a89488615c31ad05a9af7cc93a57e2b441" +checksum = "925f793adb1d53c05233ffd2644ca37890d56c9716475108b975969a445d10b3" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 31.0.0", + "pallet-timestamp 32.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", - "sp-state-machine 0.39.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -8765,7 +8985,7 @@ dependencies = [ "pallet-session 29.0.0", "pallet-staking 29.0.3", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime 32.0.0", "sp-session 28.0.0", "sp-std", @@ -8773,38 +8993,38 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817dd673f7d0b965639d27def260f7ff7a1535f2c5016a611445a8e4dedcf5cd" +checksum = "ca61297e13c15fef1e4d3b7f2884e70c772be3a9448977ba23954e2c4bcea4bd" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "parity-scale-codec", - "rand", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "rand 0.8.5", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", ] [[package]] name = "pallet-society" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a89d24f9a15ae30d56fb9de190200d43735f4c055dcbe1c1259d3d4219da42a" +checksum = "8584534df25227dd43d80803ea1978af55bf70aad5aa57c83dc3de883b1f1c73" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8834,25 +9054,25 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8ab61dc6b74c79ad396732c1850dafa89109b749b2b651a1d4f20f45f596a3" +checksum = "f68e48f3d79e0cbb9462eacc0c85c80003924124a893465047f159278338036d" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-authorship 32.0.0", - "pallet-session 32.0.0", + "pallet-authorship 33.0.0", + "pallet-session 33.0.0", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 34.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-application-crypto 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] @@ -8901,13 +9121,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b8792b235b42d70e177301cd7e2e2b1afc828f1a6ddfa0639c481cd0c125078" +checksum = "c431ab74db8258b39fe829fb7345d38064ef7fb1ce2014b074f586303d7dee67" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-staking 30.0.0", + "sp-api 31.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -8930,19 +9150,19 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd3e2b1355eb2e08c2de3b14b175decf8ed49bf50de6cc44f97279257c325694" +checksum = "9db0ce6ccf9e1d2fe2d0b26cecce995e4b095b31bbf9f0492024fbfd4924961a" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -8965,18 +9185,18 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abdecbca3760e93bb757313495ca7d2437e6141e728a2d266a85884c43d74c0e" +checksum = "10ee43e8bb38a50a234ef49198413483562e229ca20d8e9d9f78b756244f6d7c" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9003,42 +9223,42 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196720afcbee2f2fd1acfed5a667cffb3914d1311b36adb4d1a3a67d7010e2a5" +checksum = "5982a7cc371e2b9be504465bb6e47bc27dba0b98ee9794d7fc797c24244fb6d9" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] name = "pallet-tips" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3c596b6fb68e70f890436d212af74d19154be438ae0255e5ddeea10e5ec91a" +checksum = "84e0d02dcd034cb57cb25f1301c6e6c43b8191b96b049e7d013564aaf5d3c6af" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-treasury 31.0.0", + "pallet-treasury 32.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9061,35 +9281,35 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dedf412abd258989da4a26946f7e480c4335ffc837baef4ef21ba91cd56ba8ee" +checksum = "aad5b92a96c4e38c7917477a1e5f2916c64f667f2734b2bf790ce552ceada82c" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95122a5483521f5186a008326514e5a579931cc1d36980bbca5bb2b566ca334f" +checksum = "46ba896951ef39011e27d0a91b565520636f926f01b1c912a411146af079ef5e" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9108,14 +9328,14 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4686402973e542eb83da077b46641643834220fbae74a98bcffa762d99e91" +checksum = "f274055d2c61888689889d6e9b9266b163e1ed298967b55bf961db26b11a60fe" dependencies = [ - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", ] @@ -9141,21 +9361,21 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac957446c936a57417ff7a4866f3463f7f2f49d9bb2daed81093c2de8f0cceaf" +checksum = "23a11166748c80a432c52d5cc99c2b0e1d2b88592e0ad71eec7cb9f360e375c7" dependencies = [ "docify", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9194,18 +9414,18 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d770b7c961afe12adc5a727a5d02b44ef09ce38d1dd5923793b3e52e5afde3c" +checksum = "eb1c70a4abf287304214b16d9eb88f13c991bd696f9e5318fc68e74df9802037" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9227,17 +9447,17 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ce37af22cc31883dfdafa334c4e1f7cea8f2d4fb964f3aa88d77d5eea7ba94" +checksum = "d9a5b229675f299af7aa40749c579570dce4ab19739779a45f5a87da118af8ef" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9259,17 +9479,17 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28f118e773504b4160eb199d5504d3351d360e9ba64197d72384ee0c5ce1c0e1" +checksum = "249172db9f2b014a6e9d4b5c6d663bcbcb0055c1c2c7564e7bd0488ecb1f15b8" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -9299,26 +9519,26 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649a096b0c178cb81b0e11fac4d2c67eda7cdae949d2a4c7ef693d2b39d677c6" +checksum = "db9e654cf90682370fe20a04904cb02df993c3b0dcfad861abcf2811f4fa6085" dependencies = [ "bounded-collections 0.2.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", - "pallet-balances 33.0.0", + "pallet-balances 34.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "xcm-fee-payment-runtime-api", ] @@ -9344,22 +9564,22 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14af05792aec4a80c211f029ddc370cc3b0d2153f8adbbb0982d637768837bf0" +checksum = "60b7038af027fcce5ba3d2f99b941fb997a5556f1fa0b8a7e7e23a448be1bb85" dependencies = [ - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -9384,22 +9604,22 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e3e699ac017c1ea645c97e6a42d4c193f69282ca37c4197fc2a1cc9e69c2dc6" +checksum = "565b202d9d561583575abfc6b71504575ea61d33d73a6f867f446e1ef5301a4f" dependencies = [ - "bp-xcm-bridge-hub-router 0.10.0", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "bp-xcm-bridge-hub-router 0.11.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "log", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -9436,66 +9656,66 @@ dependencies = [ [[package]] name = "parachains-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375e035fedfe5e0a6b4de6d29c56f8ed5ca64f421a883e7e5bcdc37a76a7c715" +checksum = "43acd23527a3471b1c596b809591edf78d6113bba172fff4a96412d560dfea59" dependencies = [ - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "log", - "pallet-asset-tx-payment 32.0.0", - "pallet-assets 33.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-message-queue 35.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-primitives 11.0.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-utility 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", + "pallet-asset-tx-payment 33.0.0", + "pallet-assets 34.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-message-queue 36.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-primitives 12.0.0", "scale-info", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562cc3f9874133635992672539509c087126ada17ab738853b93b6fd76033a02" +checksum = "4fe331b2126f0c794e382b719b3edaf02048acc92c1c2fde5c32a22fdaea5370" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", - "pallet-session 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-xcm 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "sp-consensus-aura 0.36.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", + "pallet-session 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-xcm 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -9505,7 +9725,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", + "rand 0.8.5", "rand_core 0.6.4", "serde", "unicode-normalization", @@ -9532,7 +9752,7 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "siphasher", "snap", "winapi", @@ -9675,7 +9895,7 @@ dependencies = [ "frame-benchmarking 29.0.0", "frame-election-provider-support 29.0.0", "frame-executive 29.0.0", - "frame-metadata-hash-extension", + "frame-metadata-hash-extension 0.1.0", "frame-support 29.0.2", "frame-system 29.0.0", "frame-system-benchmarking 29.0.0", @@ -9961,9 +10181,9 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9022a11f7a24b293242c08357ab90ca725b9a9153489fae32425ff8d43401dee" +checksum = "3910a07cda88fd7e19c053f2fdfdb3296c8d55c033a71a642e531faa6029b9d2" dependencies = [ "bitvec", "futures", @@ -9975,16 +10195,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bd08d1b8eeaab90585e50da11114827dbbd0fdf1e6e2a417a57dde01b40d8" +checksum = "1af6a6893b41ec4eae652ca62537694c9fac71f261bec4e8e26ab6ffc21faf78" dependencies = [ "always-assert", "futures", @@ -9992,16 +10212,16 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74aab8badb2e230830978ea27a34749ec6d0a096ff5c12fb08935f85e7881283" +checksum = "f67b7867d8ddc0fe39a462dd6fafaf545be013e0a1c404cbd9a8de802ce6df82" dependencies = [ "derive_more", "fatality", @@ -10012,8 +10232,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "schnellru", "sp-core 32.0.0", "sp-keystore 0.38.0", @@ -10023,9 +10243,9 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1366718a28780768e5f2bd00c28445b0d37be21829b071a8b763534411978d81" +checksum = "e2547ed0976533c8ed1247187dde1663fdbe5ab366efaae80085bb4b8b410e21" dependencies = [ "async-trait", "fatality", @@ -10036,8 +10256,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-network", "schnellru", "thiserror", @@ -10047,9 +10267,9 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cbe8ee58650efc6a414c940e0bc09462926cfa806ace62207297f6a78c65a7" +checksum = "ce323170edf8a3bb2cb6c2499642e44b8d0dccd60b3b20f9e2b9d776d53302e9" dependencies = [ "cfg-if", "clap", @@ -10066,20 +10286,19 @@ dependencies = [ "sc-sysinfo", "sc-tracing", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-build-script-utils", "thiserror", - "try-runtime-cli", ] [[package]] name = "polkadot-collator-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdade551b33b767772d5bca1e19e4b8ea3dadb0154401dac2e578d9f73889d55" +checksum = "87729af58fda6bccdcf0258d6657ed9150a7f1fc31b3f22fa22dbdd57e1f4f59" dependencies = [ "bitvec", "fatality", @@ -10089,10 +10308,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "tokio-util", "tracing-gum", @@ -10113,22 +10332,22 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9792d6e3323b0bd7372a489bd3dd52afb09436919d073d45302f8e55f48ea4fd" +checksum = "ef3c192d31bad69f561437549b3619a6cf02eae51d7f331efef7cfc6a56d61c2" dependencies = [ "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c223fda0baf1414d963922e555001b32f6c13308b8b47081fa75959933cf2c" +checksum = "a67943660c3f3b0ee6f05b42c0efbf1db282f5da18552a44769d3578209c5eba" dependencies = [ "derive_more", "fatality", @@ -10141,10 +10360,10 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10152,36 +10371,36 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf840ff7a6337715e20e1afd76fd20dae11ebb049d89855ee2bf47b36b0e6249" +checksum = "ec005dad44aeca9a315e182039a7c28d08fb57822073685dd1a0bb7827993fcb" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "reed-solomon-novelpoly", "sp-core 32.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "477f94e8c3eedd6cfcfdfe50a33d610d38dfec4668ff7f3baef8814ffb7da85e" +checksum = "85eb9555f3801a69e01c9559327b65e9b8e2532f45d739648e398bba52fbe50f" dependencies = [ "futures", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", "sc-network-common", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", @@ -10190,9 +10409,9 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bada301d390179f38d18f10435412c81f35fc8f6e357ed84516ca0018f8c6e21" +checksum = "c5be1ffa029e0c3eddb50041a13c9ff3d66554effb63aaf78c61c2b10baf9b1c" dependencies = [ "always-assert", "async-trait", @@ -10205,7 +10424,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", "sp-consensus", "thiserror", @@ -10214,9 +10433,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81555b3a87382c8a7c5660b0b8a09dfd2573615086e7351ef95475a17e76b2d" +checksum = "6efbc62e46127f70a0502dfe5c3f058166425e62c67227028f87a4fb908ba06e" dependencies = [ "futures", "parity-scale-codec", @@ -10224,7 +10443,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "sp-maybe-compressed-blob", "thiserror", @@ -10233,9 +10452,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e3f49e8102d9a0b20f6f96199040ea253708b34bd30e679481228ebf76ab23" +checksum = "15fc22bda776143d65bece22258364fa84d813164b742bc228877fa8871a1329" dependencies = [ "bitvec", "derive_more", @@ -10250,26 +10469,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-consensus", - "sp-consensus-slots 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-runtime 36.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6fe8e8eaf3e368e93a24309d812bc1e5f91fe865a80c1c7cd182fe217c50a7" +checksum = "52df6f52e1e4a87b52c98b191cf37f14bf0c85fb73c792a10d86d4c9884170ed" dependencies = [ "bitvec", "futures", @@ -10282,7 +10501,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-consensus", "thiserror", "tracing-gum", @@ -10290,9 +10509,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5417cf48b5948ed665f847240135f1fa5415cc5d3e9013cc3140a632cbf156" +checksum = "8785e8abeef80825f48f581b34386ec92e4d4edb78256836a5723f7c2a33003d" dependencies = [ "bitvec", "fatality", @@ -10301,7 +10520,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "schnellru", "sp-keystore 0.38.0", @@ -10311,14 +10530,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2365e3ddb8073f54e81b222e51a364cd3e38b7371bcd042017b73db2d523028" +checksum = "d5855878573327e0975457dfea64b94081254ccd27ed32db19e2c3e9c11da832" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10327,9 +10546,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "867b7c560556d063b4b93d0cec3a5f6932735311b5d66666105705b87fc36a9c" +checksum = "87bef20a6df020d75b2750ac2b7926e17305588508f2ecafcf486f104145b337" dependencies = [ "async-trait", "futures", @@ -10341,17 +10560,17 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-maybe-compressed-blob", "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ffcc24bbbc2a2523c599022b106f0b48213bf80ef75f490fe02ec79ab972e4" +checksum = "e7f0c8062fd9dcae3ca07ef32881e796979d7171187de3cecddc128bb03740fd" dependencies = [ "futures", "polkadot-node-metrics", @@ -10364,9 +10583,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9971f3ef6226f6f12bede58e009aae16fc6fc636159ec1dc7f1add2bad87638" +checksum = "77d6f7ea52ddafcc80371a6e619e7c2247f1e2373b97180397ff832bd5a49d89" dependencies = [ "futures", "futures-timer", @@ -10375,16 +10594,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d839dc81ec2f6593fb33bfc4d0e469c56ee0953fd129cc10fe224f7f2ff0bd" +checksum = "aeb9022aa49a3cfaf5c452dcfb41f13511599409e569be527b229c3a94311b1f" dependencies = [ "fatality", "futures", @@ -10393,7 +10612,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-keystore", "schnellru", "thiserror", @@ -10402,27 +10621,27 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d3f8faa7a013b08ebdf4e018b8f7daccfc2b13fdac154d361ceb5be9992647b" +checksum = "651b0dcf8d948b80c1980ccd973a7e3d666f30c74762a4f2b3b2312754936337" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-blockchain", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5995f6998c35e9bbb8ab784714fcab7c9ddc6f0125cbd99a7175674a3f99f187" +checksum = "e908f038f83eb28bf1ed586bb3bafb59907d1aebe0ae5ebdb4892a88eee1982b" dependencies = [ "bitvec", "fatality", @@ -10431,16 +10650,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccd98d226f1a650827183e6807466d0569691dd4a8434a3974eea041c73a677" +checksum = "0dd8237ae0bba201d668f24aa574ffdebcc4af6ed265aa924b2ff99680a04eb7" dependencies = [ "bitvec", "fatality", @@ -10449,7 +10668,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", "thiserror", "tracing-gum", @@ -10457,9 +10676,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db5f945f8f26982b46c5cb1ed9c37f29d7e851bd06dae97b2b04e6d46dd4b77" +checksum = "5987cd5501271b74a95664ee7f5ad1bd8e96c95b8c8bb7ca843b264ef5b086b5" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -10467,22 +10686,18 @@ dependencies = [ "cfg-if", "futures", "futures-timer", - "is_executable", - "libc", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "slotmap", "sp-core 32.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", "tempfile", "thiserror", "tokio", @@ -10491,16 +10706,16 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "275cab7ad2b38fdfb0c097485fe4f51e55e36c96330255edc38ccf121aa2171c" +checksum = "dacfc74431199c07b35dcf1710fc800d158cb28bcc2e896d0dc2fa696cf08254" dependencies = [ "futures", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", "thiserror", "tracing-gum", @@ -10508,19 +10723,18 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d1cf57c2204d9f80da258cfd1ca8e2ef7f366fa7810333da5f8519a05ba574d" +checksum = "c9f5c0302abddbd120abfab4cf9de2794ac2aed3554d2741b0dfa79962595b22" dependencies = [ - "cfg-if", "cpu-time", "futures", "landlock", "libc", "nix 0.27.1", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-executor", "sc-executor-common", "sc-executor-wasmtime", @@ -10528,7 +10742,7 @@ dependencies = [ "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-tracing 17.0.0", "thiserror", "tracing-gum", @@ -10536,25 +10750,25 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c685da442b6dde17f0f1e4bd6bb4d6827c6af0dbe96bc603d3d4f8fd05953" +checksum = "581aab355ba6d81e05753f8fa401c928ddcda8d553dec4450abbc330956525fa" dependencies = [ "futures", "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnellru", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbefc5402f4eadf6dc976d8013c0e050947809a1442a6fc3c44640841c7df712" +checksum = "622b0231ea2b17096a69dcfb1a62ecb64ca3fcd91830efed0bf25c6b311c1eb8" dependencies = [ "lazy_static", "log", @@ -10562,8 +10776,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-network", + "sc-network-types", "sp-core 32.0.0", "thiserror", "tokio", @@ -10571,16 +10786,16 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba41f6bbcb2261a92c452ffa2960301079a0922c832491b4e9aa3400887e33ac" +checksum = "0cc571e16a460fb03319a17d037facb4924f549810e1fcacefbebc2c4cd2e3ee" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", "sc-cli", "sc-service", @@ -10591,9 +10806,9 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915df9a38d99dc98216f8dce9a90f3ff2cee0d7fdf9b956c055844421b0d231b" +checksum = "2761c570ac12f5dc48534cc39512118ecbfeb04116fdff5c4c79cf85263a1ab3" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10605,10 +10820,12 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", - "rand", + "polkadot-primitives 12.0.0", + "rand 0.8.5", "sc-authority-discovery", "sc-network", + "sc-network-types", + "sp-runtime 36.0.0", "strum 0.26.3", "thiserror", "tracing-gum", @@ -10616,33 +10833,33 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8d9fa95f0752c64635b2c8fc8c39b55eedb960f18a068d10720085c8ad06f6" +checksum = "4e862d29bcc6b6d76ea41a08627edddb1f1fa071821019462f07e3bf53801336" dependencies = [ "bitvec", "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 34.0.0", - "sp-consensus-babe 0.36.0", + "sp-application-crypto 35.0.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-maybe-compressed-blob", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5bbd86b3014ce7cc71e1a90bf641e26c4cea98955522d350268efa97c58de9" +checksum = "bab90aceb1e00cb2eff617785f4bc8a40501f525359fb718d2c9ea5b90427d66" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -10651,9 +10868,9 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca25de72c086250c6b53ba0a868fcb1c99c305e0abbf5e3faf5568310dd4672b" +checksum = "c2973a2b608b792adc4a042f9d06d4eebfd63a05557c35bdd5040f445e26a680" dependencies = [ "async-trait", "bitvec", @@ -10663,26 +10880,27 @@ dependencies = [ "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-statement-table", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", "smallvec", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", - "sp-consensus-babe 0.36.0", - "sp-runtime 35.0.0", + "sp-consensus-babe 0.37.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61ee42f50de06ae2d0209cb49af9805b780d1042a49f74f9841d2095784827" +checksum = "d30298b2d686e24684754a5236fb8986c7c1777f8695ee81c61f5c69a891ef36" dependencies = [ "async-trait", "derive_more", @@ -10702,12 +10920,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-overseer", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "prioritized-metered-channel", - "rand", + "rand 0.8.5", "sc-client-api", "schnellru", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -10716,9 +10934,9 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fa9663b506f2c6632468e1207e4a651ca16f2f4aba17d0a3d9e2fb828f02c5" +checksum = "e5b0505f383fb8d474cef23cc1a8e24617cd9fd17ee44bbd13f5f92f98de53d9" dependencies = [ "async-trait", "futures", @@ -10729,9 +10947,9 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-client-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "tikv-jemalloc-ctl", "tracing-gum", @@ -10757,18 +10975,18 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "10.0.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe77e2febc4b87e7c0a63f857ce5c32a2680cae5f9c2740285cd7378ed1586ca" +checksum = "549ecbe3c247ca2201e231801111ff4739fb1d66eb1421c2e5c0a2b153ac87b5" dependencies = [ "bounded-collections 0.2.0", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -10803,42 +11021,42 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71eabc294df35faa0877f6427e9a37d3b8323922aa0372cc9208e492d8f1b2f5" +checksum = "ae78f3443b86249d5f7756177984d6b3c6b1af9432ff2a48e299be2c6ab97297" dependencies = [ "bitvec", "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-consensus-slots 0.36.0", + "sp-authority-discovery 31.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", "sp-std", ] [[package]] name = "polkadot-rpc" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb29231d3184c38d011a7bffea09a2c1724b5d7544d43d6159aaa3870ae74e26" +checksum = "b791f93e89c38bafc894e9364c27a85b8d5696a9280f95f22c39a601cae4e6c8" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10852,13 +11070,13 @@ dependencies = [ "sc-rpc-spec-v2", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -10917,53 +11135,53 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c9469b179e1bef848bbf051df1bd529b2b9a2a0428c0f87527586a5bca3848" +checksum = "3effc5cafb231ede1c394abce9575c292e95170e11ee1ecc5644d25cf35b54b9" dependencies = [ "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 11.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-fast-unstake 31.0.0", - "pallet-identity 32.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-identity 33.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-fn 22.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-treasury 31.0.0", - "pallet-vesting 32.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-treasury 32.0.0", + "pallet-vesting 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 11.0.0", - "sp-api 30.0.0", + "slot-range-helper 12.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-npos-elections 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-npos-elections 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] @@ -10983,14 +11201,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c04cc730f9ddcd9a663eddb95915d783704d11ea12eb2882c0abe18968b9de" +checksum = "6cfaa021e4639e9fcba7c40111d93720b82cea98d667889760e46a40137e3d47" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-std", "sp-tracing 17.0.0", ] @@ -11024,7 +11242,7 @@ dependencies = [ "polkadot-parachain-primitives 7.0.0", "polkadot-primitives 8.0.1", "polkadot-runtime-metrics 8.0.0", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", @@ -11047,66 +11265,66 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32edd5b366f1e45995f613997ed259993cd2746f0407f186136696d54e24d784" +checksum = "7b9f30223690133e9fbede03615c6b88aeaa774f777067d2253057ef35ba0270" dependencies = [ "bitflags 1.3.2", "bitvec", "derive_more", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-broker 0.10.0", - "pallet-message-queue 35.0.0", - "pallet-session 32.0.0", - "pallet-staking 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-vesting 32.0.0", - "parity-scale-codec", - "polkadot-core-primitives 11.0.0", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-metrics 11.0.0", - "rand", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-broker 0.11.0", + "pallet-message-queue 36.0.0", + "pallet-session 33.0.0", + "pallet-staking 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-vesting 33.0.0", + "parity-scale-codec", + "polkadot-core-primitives 12.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-metrics 12.0.0", + "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f276b38deaab6bff3ddfe061331901196ff992f76398bd0abc78382f4f115cf0" +checksum = "fc6acbf05debbbab4831318fdbe0619742573dda47721af7e2ff042def2ec77a" dependencies = [ "async-trait", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "hex-literal", "is_executable", @@ -11114,10 +11332,10 @@ dependencies = [ "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 32.0.0", - "pallet-staking 32.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", + "pallet-babe 33.0.0", + "pallet-staking 33.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", @@ -11126,7 +11344,7 @@ dependencies = [ "polkadot-availability-distribution", "polkadot-availability-recovery", "polkadot-collator-protocol", - "polkadot-core-primitives 11.0.0", + "polkadot-core-primitives 12.0.0", "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", @@ -11151,10 +11369,10 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 11.0.0", + "polkadot-runtime-parachains 12.0.0", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -11183,30 +11401,30 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keyring 35.0.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -11216,9 +11434,9 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded486e00b2d5bdc589b4b75c722d7a2b2f4669bd3b492227d3501d60db1b4ec" +checksum = "ca1a7eff92a348821650ed63e02c28a7ee2b5a76ef12d8289882a1e6f2e7de90" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11231,21 +11449,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-keystore 0.38.0", - "sp-staking 30.0.0", + "sp-staking 31.0.0", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc9894c6ae63eb4ba1724cc4859db2224038b770b3ac1bf05f0650cbf01dca7" +checksum = "4b879ec2b27bde2a05b70bd4826d7785c1e01ef72fc4a058d1055b1c95f8deb6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "sp-core 32.0.0", "tracing-gum", ] @@ -11399,11 +11617,11 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-consensus-proposer", "cumulus-client-service", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-relay-chain-interface", - "frame-benchmarking 32.0.0", + "frame-benchmarking 33.0.0", "frame-benchmarking-cli", "futures", "jsonrpsee", @@ -11411,7 +11629,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-testnet", @@ -11433,19 +11651,19 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", - "sp-consensus-aura 0.36.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-timestamp 30.0.0", - "sp-transaction-pool 30.0.0", - "staging-xcm 11.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-timestamp 31.0.0", + "sp-transaction-pool 31.0.0", + "staging-xcm 12.0.0", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -11464,12 +11682,12 @@ dependencies = [ name = "pop-runtime-common" version = "0.0.0" dependencies = [ - "frame-support 32.0.0", - "parachains-common 11.0.0", + "frame-support 33.0.0", + "parachains-common 12.0.0", "parity-scale-codec", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -11487,136 +11705,139 @@ dependencies = [ "cumulus-primitives-utility 0.11.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] name = "pop-runtime-testnet" version = "0.2.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex", "hex-literal", "log", - "pallet-assets 33.0.0", - "pallet-aura 31.0.0", - "pallet-authorship 32.0.0", - "pallet-balances 33.0.0", - "pallet-collator-selection 13.0.1", + "pallet-assets 34.0.0", + "pallet-aura 32.0.0", + "pallet-authorship 33.0.0", + "pallet-balances 34.0.0", + "pallet-collator-selection 14.0.0", "pallet-contracts", - "pallet-message-queue 35.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-multisig 33.0.0", "pallet-nft-fractionalization", - "pallet-nfts 26.0.0", - "pallet-nfts-runtime-api 18.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-utility 32.0.0", - "pallet-xcm 11.0.0", - "parachains-common 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-runtime-common 11.0.0", + "pallet-nfts 27.0.0", + "pallet-nfts-runtime-api 19.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-utility 33.0.0", + "pallet-xcm 12.0.0", + "parachains-common 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-runtime-common 12.0.0", "pop-primitives", "pop-runtime-common", "scale-info", "smallvec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-aura 0.36.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-aura 0.37.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-std", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-parachain-info 0.11.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-parachain-info 0.12.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", ] [[package]] @@ -11968,6 +12189,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +dependencies = [ + "bytes", + "pin-project-lite 0.2.13", + "quinn-proto", + "quinn-udp", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", +] + [[package]] name = "quinn-proto" version = "0.9.6" @@ -11975,7 +12214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", - "rand", + "rand 0.8.5", "ring 0.16.20", "rustc-hash", "rustls 0.20.9", @@ -11986,6 +12225,19 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" +dependencies = [ + "libc", + "quinn-proto", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", +] + [[package]] name = "quote" version = "1.0.35" @@ -12001,6 +12253,19 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +[[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" +dependencies = [ + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", +] + [[package]] name = "rand" version = "0.8.5" @@ -12057,7 +12322,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", +] + +[[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" +dependencies = [ + "rand_core 0.5.1", ] [[package]] @@ -12327,116 +12601,121 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1a30be097c0e02d2aacc4b2b73ecba2c795ae9246f2c37711ebae0e69dd95c" +checksum = "4044da3a54d49181294ed27b4cf199a9e20ed08dd7b74b71803c84610319c28c" dependencies = [ "binary-merkle-tree 15.0.0", - "frame-benchmarking 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "bitvec", + "frame-benchmarking 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", - "pallet-bounties 31.0.0", - "pallet-child-bounties 31.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", + "pallet-bounties 32.0.0", + "pallet-child-bounties 32.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", "pallet-nis", - "pallet-offences 31.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-offences 32.0.0", + "pallet-parameters", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", "pallet-society", - "pallet-staking 32.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", + "pallet-staking 33.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", "pallet-tips", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", "static_assertions", - "substrate-wasm-builder 21.0.0", + "substrate-wasm-builder 22.0.1", "xcm-fee-payment-runtime-api", ] [[package]] name = "rococo-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa26847ef6b32b5fd41d4f86538ef15b8d74f208d211644dc14e4dda74559116" +checksum = "578bde81aeca421df7d898726f0d3d9caea11eed87d77760be71177ce071977f" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -12733,9 +13012,9 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cd4cf9f2f6a12f1cc042831474f33103aad8ebf9fa6d49f7119521ed89b1ec" +checksum = "4e4f35b9a8b91dd1232a26041c064d57b9f03ad2b80d2912512cfd1e4851e506" dependencies = [ "async-trait", "futures", @@ -12744,29 +13023,30 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.18.1", + "multihash 0.17.0", "multihash-codetable", "parity-scale-codec", "prost 0.12.3", "prost-build", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", - "sp-api 30.0.0", - "sp-authority-discovery 30.0.0", + "sc-network-types", + "sp-api 31.0.0", + "sp-authority-discovery 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2354138e44624d68245b9490c0d30f73bac7c00f218643ff03fc0dbd1536b98" +checksum = "0f71eb27c36bb0cda3e67f1e0c4c45ced6672ad4c47148da6bc7fd729e99865a" dependencies = [ "futures", "futures-timer", @@ -12776,36 +13056,36 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d54ed880c04f6df650dcf4672d7d4a2d08b30e95c51f07b4a3be75eaa535082" +checksum = "4190e69ccdf1b10c530e110345d67c6347aa0bc03fa56723103d834fb8ac907d" dependencies = [ "parity-scale-codec", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-chain-spec" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d25ff00e77262342bd85a71de32170b136773f6a8cdd5641ce8b81fb4e16be" +checksum = "a3256a5e3294dc363ddb17ac3040c33b9848269dd288eaf8ac6a2972f8a1d884" dependencies = [ "array-bytes 6.2.2", "docify", @@ -12822,10 +13102,11 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-genesis-builder 0.11.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-genesis-builder 0.12.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-tracing 17.0.0", ] [[package]] @@ -12842,9 +13123,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eade6864cba8ab29c4c7572c6a4a080c0423bc53cb48b00f70eef7d57d22abae" +checksum = "397091529b095369e8b9342a0dcb732bf6ec672b4be9db76b5174951618f541a" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -12857,7 +13138,7 @@ dependencies = [ "names", "parity-bip39", "parity-scale-codec", - "rand", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -12873,20 +13154,20 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core 32.0.0", - "sp-keyring 35.0.0", + "sp-keyring 36.0.0", "sp-keystore 0.38.0", "sp-panic-handler", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", ] [[package]] name = "sc-client-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f69c592a2cab8b5cb7860bf57c5084a590d2e0c5df9308f62ddb405ca4d97e" +checksum = "cec1bf37389619d861680f7da315ac5a815e5cd924ec9a0adb86e4ba4aac7c99" dependencies = [ "fnv", "futures", @@ -12896,25 +13177,25 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-database", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "sp-statement-store", "sp-storage 21.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4e8c9db1025f0b17438f5db8937c53022b417593f30d4624b8b2e0d3300b9f" +checksum = "ffe19e497ab77b89efa4e2b885af725d6ed59579ebe8df96b820f5b122c10da9" dependencies = [ "hash-db", "kvdb", @@ -12932,42 +13213,42 @@ dependencies = [ "sp-blockchain", "sp-core 32.0.0", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", ] [[package]] name = "sc-consensus" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a051ffa28788f7ec47e46d6236132126d5aa563469e6c852e87cfbe5069e0687" +checksum = "0178e3ef8d317456e352466a9c5d3b6d9b5861a64b43c01ab62435e24fc68a51" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", "sc-client-api", + "sc-network-types", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cd537650a8f23d6775456a5a06e1cf27722fedc5515769983e18ef856a6aad3" +checksum = "be48cd2fa20a6800595f7f49dbc929ad72348673c38eb7faa072cb8dfd7b47ce" dependencies = [ "async-trait", "futures", @@ -12978,26 +13259,26 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-aura 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-aura 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe6f127a27ea6ace8e4391ba847ccf21d3512499e1c5e7c300e7e5115642544" +checksum = "08d58429c3660dfb86b9c0a1529dbc444f1ba8c8135812468497751d5b2567d6" dependencies = [ "async-trait", "fork-tree", @@ -13014,27 +13295,27 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", - "sp-consensus-slots 0.36.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-inherents 30.0.0", + "sp-inherents 31.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93183245d51eab164ab5513f5ad723964c38f293427d99066f8aed02ae715e1" +checksum = "cd3bd3762945244a50e7e64aa9302405ba3d225a807872a4f99e8250e5ec4e60" dependencies = [ "futures", "jsonrpsee", @@ -13042,22 +13323,22 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-babe 0.36.0", + "sp-consensus-babe 0.37.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f0cdd776453ce7d73fdb548648bdfefdac6c497d198083222aa0d7636445ed" +checksum = "0f0f27e60a0a3135c991e26883c4827f8bb3fa082ee84690544eea9040d0edf8" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13072,18 +13353,19 @@ dependencies = [ "sc-network", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-utils", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13092,9 +13374,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8193f51766e9bf5a94f044333f4807918f7243eab404e9ff91b98ba268f2e9" +checksum = "7db1d87a1107de282b3208e25370c1f54dcfc9f0c12bdea52fad127df4929c63" dependencies = [ "futures", "jsonrpsee", @@ -13104,31 +13386,31 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", - "sp-consensus-beefy 17.0.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-epochs" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2217e53886dbfd4749eaa2e671f8e59807a2fb711ffa0023b3dc5b30f5db458" +checksum = "e7d878112bf0e7b267eb753e9a43432616dc190f85be921bc03d13c42a7c21bd" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-consensus-grandpa" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d666c23af4325c6d2ca35bfe2874917f5dfdd94bfca165ad89b92191489e2d8" +checksum = "4ba0980a68efdb28cba1a8051dd27d104258870f16287df9d576caf36add3ebc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.2", @@ -13141,7 +13423,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -13150,29 +13432,30 @@ dependencies = [ "sc-network-common", "sc-network-gossip", "sc-network-sync", + "sc-network-types", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ff3f1dc9c74563e559725736e07f4817e3429cdfd593e4a8c583d2c8da0894" +checksum = "5c587c6b017281f2029a7901de1e2f6f85ee8b365e9d15b159a5c44450fc71f6" dependencies = [ "finality-grandpa", "futures", @@ -13185,15 +13468,15 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-consensus-slots" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80382f4da8a76c05c23b84d5c369bb5d617d499749171335e9b47599885fb202" +checksum = "b755082e44000f02660697560c279d81cea4ea984d5a21eb27a2179c92912fbc" dependencies = [ "async-trait", "futures", @@ -13206,18 +13489,18 @@ dependencies = [ "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-slots 0.36.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", ] [[package]] name = "sc-executor" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b47b642a92adcabaeadb7d76bd1a02bcf5a93f2b649e81afe8b940107bbda" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13225,14 +13508,14 @@ dependencies = [ "sc-executor-polkavm", "sc-executor-wasmtime", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-panic-handler", "sp-runtime-interface 27.0.0", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "sp-wasm-interface 21.0.0", "tracing", ] @@ -13284,9 +13567,9 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061006dce0dcae3ece90d5d9f656ade507dd922931911d59deea823f28be54dd" +checksum = "4bb38b9ee63b01ed966f67789684b517cdc7891c0ac30ddac0e039695a43ab03" dependencies = [ "ansi_term", "futures", @@ -13297,19 +13580,19 @@ dependencies = [ "sc-network-common", "sc-network-sync", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-keystore" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6477f27aa17ada189355325c16992d3e612d2fe276ecef9da1b36b6b297b3ac4" +checksum = "8dbafebe46cb7a380d6a1a77c045af06de3cf92ffcb5bbbbb1567e3b0c94d688" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", "thiserror", @@ -13317,9 +13600,9 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e04fecf6e55e4597e473c87e8f3cea5a9963835af30a971203290d62bb2d03" +checksum = "3c48f0897bac630c7f58e0e8f5b5930db18641ac5c0df6fcca0335520c1be74a" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -13327,7 +13610,6 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", "log", "mixnet", "multiaddr", @@ -13335,27 +13617,29 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-network", + "sc-network-types", "sc-transaction-pool-api", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-core 32.0.0", "sp-keystore 0.38.0", "sp-mixnet", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e68214c9245ee374a6c51fca3c00feddbe20a86451d92c76585a9cc9553425" +checksum = "c94a6131f2c50126601a01d9b60a8df569aa8483cf6754e280b754a5e716a297" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "async-trait", "asynchronous-codec", "bytes", + "cid 0.9.0", "either", "fnv", "futures", @@ -13363,58 +13647,44 @@ dependencies = [ "ip_network", "libp2p", "linked_hash_set", + "litep2p", "log", "mockall", + "once_cell", "parity-scale-codec", "parking_lot 0.12.1", "partial_sort", "pin-project", - "rand", + "prost 0.11.9", + "prost-build", + "rand 0.8.5", "sc-client-api", "sc-network-common", + "sc-network-types", "sc-utils", + "schnellru", "serde", "serde_json", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", "unsigned-varint", + "void", "wasm-timer", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf7cf01e661f39303737596859139fcdd31bd106a979fae0828f3e5b0decce89" -dependencies = [ - "async-channel 1.9.0", - "cid", - "futures", - "libp2p-identity", - "log", - "prost 0.12.3", - "prost-build", - "sc-client-api", - "sc-network", - "sp-blockchain", - "sp-runtime 35.0.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "sc-network-common" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98b1732616f6fd5bcdabd44eac79b466c2075f3f47ebf0cf2f6d52d790890736" +checksum = "ae304be8447d6101c7d314932137ff2405db43bc7daf4b9c0c52341bdc9265ac" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -13423,16 +13693,17 @@ dependencies = [ "parity-scale-codec", "prost-build", "sc-consensus", + "sc-network-types", "sp-consensus", - "sp-consensus-grandpa 17.0.0", - "sp-runtime 35.0.0", + "sp-consensus-grandpa 18.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sc-network-gossip" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebb8b10666371dc53bd9e11dbb99e0763307203ecc70f4d9bb20169cf7ad69db" +checksum = "ed5317c3a30c77978ef7cfb2655e4dae2f7ba82df1622b6b6e81c854c19ffb43" dependencies = [ "ahash 0.8.11", "futures", @@ -13442,39 +13713,40 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "schnellru", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-network-light" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be9c7b3d18d5ef3ed493be173e9cb00537585cd9b21bb4ebe24b9b555cf4fa4" +checksum = "10a2b0e0c87d74704a758be2d3119bbbf652910b3de0d3074864531f2e1afd3c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", "futures", - "libp2p-identity", "log", "parity-scale-codec", "prost 0.12.3", "prost-build", "sc-client-api", "sc-network", + "sc-network-types", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-network-sync" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8a240043ecd1c5ca54d1dfdc654878aed6b96fe7292c11dc9e8bc7c4884fb" +checksum = "92d3a03c11fd5ed3c596a055d79596e6c0d7ea5166b627346e0381adde49dd50" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -13492,15 +13764,16 @@ dependencies = [ "sc-consensus", "sc-network", "sc-network-common", + "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic 26.0.0", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa 17.0.0", + "sp-consensus-grandpa 18.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", "thiserror", "tokio", @@ -13509,9 +13782,9 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1514ca1cc195842970b3a35b80cc14ed002296f3565c19d4659be44ca9255b8" +checksum = "1f8586ce7e34e555021b574ec98c4d459cc46625f1d061a3ed8bea6a400e8648" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13521,17 +13794,33 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-sync", + "sc-network-types", "sc-utils", "sp-consensus", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "substrate-prometheus-endpoint", ] +[[package]] +name = "sc-network-types" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b473a65393f65579019e4280cc116848439985c62724db8402bbfa7da462d1" +dependencies = [ + "bs58 0.4.0", + "libp2p-identity", + "litep2p", + "multiaddr", + "multihash 0.17.0", + "rand 0.8.5", + "thiserror", +] + [[package]] name = "sc-offchain" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91f289809d0c3fd09474637bfe2dc732f41fb211d1241885194232c5d612a641" +checksum = "acb6f76c65abdabfadb497a5fe33733ec67af15221aa1c72686096aed75b28b8" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -13546,18 +13835,19 @@ dependencies = [ "once_cell", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-client-api", "sc-network", "sc-network-common", + "sc-network-types", "sc-transaction-pool-api", "sc-utils", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", "threadpool", "tracing", ] @@ -13574,9 +13864,9 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d7b43d6ce2c57d90dab64a0eab4673158a7a240119fd3ae934ce95f8ad973f" +checksum = "df3af3898afc9e63bfda6bbb75a20bb66a4b3de0bc077eb1b67d94b04f69b984" dependencies = [ "futures", "jsonrpsee", @@ -13592,24 +13882,24 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-offchain 30.0.0", + "sp-offchain 31.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-session 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", "sp-statement-store", - "sp-version 33.0.0", + "sp-version 34.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b82060f09f886f59fd19a77cc6668c209e883fc93511e9c441ef84adfea80f36" +checksum = "2656a0da9ce809fb31dc0517b7e0a4185001785154b59cd9546566f1db8df346" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13621,8 +13911,8 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -13647,9 +13937,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad831d2524de44a89b1801e306fd9718dc5fadb26ea3e88f486faa29c6fdd710" +checksum = "57f2b3d4ad7238f031c85395980f3b05026dba6f596e1e3600274fa9c30974e1" dependencies = [ "array-bytes 6.2.2", "futures", @@ -13659,19 +13949,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-rpc", "sc-transaction-pool-api", "sc-utils", + "schnellru", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", - "sp-version 33.0.0", + "sp-runtime 36.0.0", + "sp-version 34.0.0", "thiserror", "tokio", "tokio-stream", @@ -13679,9 +13970,9 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff048cda961d13a0978bf6e75b1978c0fa886d2087133a4d2107a034afd27c8" +checksum = "70d4e550aabcfba3a9e6a2c4e23dcfef362cb62bea2cfc3348879e327482ec72" dependencies = [ "async-trait", "directories", @@ -13693,7 +13984,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -13702,11 +13993,11 @@ dependencies = [ "sc-informant", "sc-keystore", "sc-network", - "sc-network-bitswap", "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", @@ -13719,20 +14010,20 @@ dependencies = [ "schnellru", "serde", "serde_json", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-consensus", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-state-machine 0.40.0", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "sp-transaction-storage-proof", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", @@ -13770,9 +14061,9 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75577af6d7128f3c0cd1dfa83f9ec056dbe4cdce297f1d257f2a1253134c6e9a" +checksum = "910d78b0ea4778a639a9d1345d4e5ce27721ed0d717635aded1bb6c522044bb2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13784,21 +14075,21 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] [[package]] name = "sc-sysinfo" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a838bf3ba61e83c0f3be4a41ba7ed8c71d19c2adee6396046f78317006637b" +checksum = "985818b31ecd4e04edadbf6124e2b71033551c08ff891bd9449fbddd2346ddf8" dependencies = [ "derive_more", "futures", "libc", "log", - "rand", + "rand 0.8.5", "rand_pcg", "regex", "sc-telemetry", @@ -13806,15 +14097,15 @@ dependencies = [ "serde_json", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] [[package]] name = "sc-telemetry" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a5a306d8c75e61e8c59e18b92886f85db6b4102c4669240eca101954fec79e" +checksum = "6a874600f40a5cef2e1482574f7665ed005f7c3b7594f9abddcb2e015651c4d9" dependencies = [ "chrono", "futures", @@ -13822,7 +14113,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", + "sc-network", "sc-utils", "serde", "serde_json", @@ -13832,9 +14124,9 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584e4f81defe03776909ce283429c9cd3d80fea6b2f3a303dc2bdf913e11d9e8" +checksum = "8c7513573600566bcc7a41153c6a99b628e800acd65bc124c3ac595322324021" dependencies = [ "ansi_term", "chrono", @@ -13849,16 +14141,16 @@ dependencies = [ "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-rpc", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", "thiserror", "tracing", "tracing-log 0.1.4", - "tracing-subscriber 0.2.25", + "tracing-subscriber 0.3.18", ] [[package]] @@ -13875,9 +14167,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54754bf43dede417a8e64a0d6a46bf2bbed47ff050c1f81c8a575f9b94416886" +checksum = "18f865b689f7f732de5c6129cbdb793d7c71a88ef0d1636d8b843e590d5d766a" dependencies = [ "async-trait", "futures", @@ -13890,22 +14182,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-blockchain", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-tracing 17.0.0", - "sp-transaction-pool 30.0.0", + "sp-transaction-pool 31.0.0", "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41b563c7257ab650b2639d623da13d1a50a5a6c4ec582bc92e118c73d072bcd4" +checksum = "618532cf1e4afbc3a3f9046bfb4aaceba46fa9888ec9d1d12e9fe5448aa7ee82" dependencies = [ "async-trait", "futures", @@ -13914,7 +14206,7 @@ dependencies = [ "serde", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -13934,6 +14226,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.1" @@ -13960,6 +14275,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -14037,6 +14358,21 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sctp-proto" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +dependencies = [ + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", +] + [[package]] name = "sec1" version = "0.7.3" @@ -14216,6 +14552,18 @@ dependencies = [ "opaque-debug 0.3.1", ] +[[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", +] + [[package]] name = "sha1" version = "0.10.6" @@ -14227,6 +14575,15 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" +dependencies = [ + "cc", +] + [[package]] name = "sha2" version = "0.9.9" @@ -14285,6 +14642,12 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" + [[package]] name = "signature" version = "2.2.0" @@ -14308,6 +14671,15 @@ dependencies = [ "wide", ] +[[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +dependencies = [ + "bitflags 2.5.0", +] + [[package]] name = "simple-mermaid" version = "0.1.1" @@ -14350,14 +14722,14 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0e4ae8d02b43620ca7f567ca94fff494d85aecc73ffebda6c8fa19545b1673" +checksum = "7bb6f55c7308986f519ce3d554f832774e6212b14774e72313a0c1a3591adf5a" dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -14429,7 +14801,7 @@ dependencies = [ "pbkdf2 0.12.2", "pin-project", "poly1305", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", "schnorrkel 0.10.2", @@ -14472,7 +14844,7 @@ dependencies = [ "no-std-net", "parking_lot 0.12.1", "pin-project", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "serde", "serde_json", @@ -14597,7 +14969,7 @@ dependencies = [ "hex", "lazy_static", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "snowbridge-amcl", "zeroize", @@ -14660,8 +15032,8 @@ dependencies = [ "http", "httparse", "log", - "rand", - "sha-1", + "rand 0.8.5", + "sha-1 0.9.8", ] [[package]] @@ -14688,24 +15060,24 @@ dependencies = [ [[package]] name = "sp-api" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8abd1d0732054ad896db8f092abe822106f1acf8bbc462c70f57d0f24c0dcdf" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" dependencies = [ "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 18.0.0", + "sp-api-proc-macro 19.0.0", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-metadata-ir 0.7.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", - "sp-trie 33.0.0", - "sp-version 33.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", "thiserror", ] @@ -14726,9 +15098,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681e80c1b259ee71880cd3b4ad2a2d41454596252bd267c3edf4e14552ab40e1" +checksum = "213a4bec1b18bd0750e7b81d11d8276c24f68b53cde83950b00b178ecc9ab24a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14755,15 +15127,15 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505fad69251900048ddddc6387265e1545d1a366e3b4dcd57b76a03f0a65ae7" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", ] @@ -14814,15 +15186,15 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f5700c6f51afc80af2dd2b39973183d7527e8b5be390fa125d777f948db0e88" +checksum = "6d8494eafd70194198b7fd82446da59380c7346bedf68e83dfbdb5f338395437" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -14839,47 +15211,47 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "466eaa1fe1745e9456a5e5afc033b67a52211463a137ea3551bff36b4d72ce03" +checksum = "51cf3d8fb96de98aecdd32cdd4a735af4d84fae274314f411f95c89d4dff6ad3" dependencies = [ - "sp-api 30.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-blockchain" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed0dc760fde2b2cd07ca9428e3d6b7ecc02bbd00a5dc32b7f829c80889b152b" +checksum = "488d3cc94c345ce55d1890239bb256f4418f9566e29b7b90f01817bc7b553a08" dependencies = [ "futures", "log", "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-consensus", "sp-database", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] [[package]] name = "sp-consensus" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19910bc7cd10336a1b13611df1212bce5cabbcfcd92a9394e23476498aa360c7" +checksum = "3f400a20113301fa91094c210b9b9b63f066cee55f22517768eaadf3519124d8" dependencies = [ "async-trait", "futures", "log", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", "thiserror", ] @@ -14903,19 +15275,19 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67647dc44d2f47f8b96a56f30a896926485e55a8209cfe916cf8d08a6d488f03" +checksum = "c8904da70720b26f207b6ae1d140cac4f5b10b94bce535e08ee0df08f3a27a84" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14940,21 +15312,21 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3500dd1ceb99ca5e6f399d37c4e42f22fcbb6505e07378791ebe57eec6a1960" +checksum = "75f99229c382c3f849160da42c897321fd6b82fe685bc0c4ba4afdd51b818bd1" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", - "sp-consensus-slots 0.36.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", + "sp-consensus-slots 0.37.0", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-timestamp 30.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -14980,22 +15352,22 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "160ad989b247b55fdc2acd8baa7d5a0b9daca5ad0d4fac6e94ee119ed0fdf164" +checksum = "f5eb094064dd8f1ff03bd92c843c5f979c1b18e955afb5c0ad98f9c781225e12" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-keystore 0.38.0", - "sp-mmr-primitives 30.0.0", - "sp-runtime 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15020,20 +15392,20 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ffc3f88b33c2a8c14f4d05a3c69c5fc7b02cdd3300993a22d6d2175d35447f6" +checksum = "a6f4d90b65fd82e77c3b8c382c3a9e669bba5ccfb5402a945cde88984c98681b" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15051,14 +15423,14 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.36.0" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dcae1dac6908d80bceaff4f311bc694c3b9c0d3ac6e74128ed4e3a29e9e31f" +checksum = "60823551c6987e2f5e1dda772140a09850e866e704757662795b8e7cacf9b228" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 30.0.0", + "sp-timestamp 31.0.0", ] [[package]] @@ -15087,7 +15459,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15134,7 +15506,7 @@ dependencies = [ "parking_lot 0.12.1", "paste", "primitive-types", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel 0.11.4", "secp256k1", @@ -15237,13 +15609,15 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8a812b56fb4ed6a598ad7b43be127702aba1f7351ad4916f5bab995054cdc5" +checksum = "7605a8ed2c06d348c26055b7907c3d2d62f984666e9025b57df4895f865f5901" dependencies = [ + "parity-scale-codec", + "scale-info", "serde_json", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15263,15 +15637,15 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba3b816fdfadf30d8c7c484e1873f1af89ed2560c77d2b2137d152cc5a585" +checksum = "170537049d57fc645637e4586fe98a3291392b2ecfd7988ea31639cf43470b42" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15282,7 +15656,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec43aa073eab35fcb920d7592474d5427ea3be2bf938706a3ad955d7ba54fd8d" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15303,12 +15677,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c44ed47247b6eee76ff703f9fa9f04f99c4104ac1faf629e6d1128e09066b57b" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "libsecp256k1", "log", "parity-scale-codec", @@ -15320,10 +15694,10 @@ dependencies = [ "sp-externalities 0.28.0", "sp-keystore 0.38.0", "sp-runtime-interface 27.0.0", - "sp-state-machine 0.39.0", + "sp-state-machine 0.40.0", "sp-std", "sp-tracing 17.0.0", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "tracing", "tracing-core", ] @@ -15341,12 +15715,12 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "089da5d08c4a6b4a36de664de287f4a391ac338e351a923b79aedfc46162f201" +checksum = "33d2c495248bd141fe04ec639785c874949b2c552c00ea4afc4c183c654466ce" dependencies = [ "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "strum 0.26.3", ] @@ -15410,14 +15784,14 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ba1e6ceede3aa5e36ee161dc02f1b294a659823887cefc4f0f2fce589e3c11" +checksum = "2242e7a802822109e007c3d6ee79640f8dc3abee7139d34ce029c7478361be8c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", ] [[package]] @@ -15441,19 +15815,19 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8abf5586785c20bb4bdbc81243877d5bb2bdf6dff6a03c101b6a3a875bc9278" +checksum = "dedd59967d2f759bec2be705840d170a5dbf38866acaedffe7c813e7547325bf" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-debug-derive", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15474,16 +15848,16 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae4f90a3a36f052f4f9aa6f6ab1d59cf6f895f3a939f40dbe1f3e14907a2e31" +checksum = "8e52344b6fd91289a87c3fca03e5147df178167b150e1a10b82243434f43e134" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15499,13 +15873,13 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50efea44dfc8e40c59e9f9099c6a4f64dc750ad224fd8dbf9aec12fc857fa145" +checksum = "2cbbd2096fda34c2f6f9f268c808ca280c08565e759309ea24f17dcd0808097b" dependencies = [ - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15543,7 +15917,7 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -15557,9 +15931,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ce931b7fbfdeeca1340801dbd4a1cae54ad4c97a1e3dcfcc79709bc800dd46" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" dependencies = [ "docify", "either", @@ -15568,14 +15942,14 @@ dependencies = [ "log", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 34.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", + "sp-io 35.0.0", "sp-std", "sp-weights 31.0.0", ] @@ -15665,17 +16039,17 @@ dependencies = [ [[package]] name = "sp-session" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d66f0f2f00e4c520deae07eeab7acf04c1a41dd875c7a4689e4e4302fb89925" +checksum = "9c558f85486882433adcfdfe05c5e82972a7be1a6d7fa68a6213b70ec1d86068" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 30.0.0", + "sp-api 31.0.0", "sp-core 32.0.0", "sp-keystore 0.38.0", - "sp-runtime 35.0.0", - "sp-staking 30.0.0", + "sp-runtime 36.0.0", + "sp-staking 31.0.0", ] [[package]] @@ -15695,16 +16069,16 @@ dependencies = [ [[package]] name = "sp-staking" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43ec7f6c9759ba3011a16bb022afe056bc26f88b3c424598737cba71d3ef0" +checksum = "bd38abe12a12b0c24d318011ec3cd3280f8d828666994695a6c0652f38662dbf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -15717,7 +16091,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 29.0.0", "sp-externalities 0.26.0", @@ -15726,50 +16100,50 @@ dependencies = [ "sp-trie 30.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", ] [[package]] name = "sp-state-machine" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21d9078306c3066f1824e41153e1ceec34231d39d9a7e7956b101eadf7b9fd3a" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "smallvec", "sp-core 32.0.0", "sp-externalities 0.28.0", "sp-panic-handler", - "sp-trie 33.0.0", + "sp-trie 34.0.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", ] [[package]] name = "sp-statement-store" -version = "14.0.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e22e2d355461e02aa8325a819d24403fb7232a828bf1e21ad8982fde3f0dc0e" +checksum = "c7ac525ad4b3533aebdd68ae097d0a55887b6499b565c5a592f6c18372a40caf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-runtime-interface 27.0.0", "thiserror", "x25519-dalek 2.0.1", @@ -15824,14 +16198,14 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6d3965ef60cc066fcc01dbcb7837404f40de8ac58f1115e3a3a1d6550575ff6" +checksum = "bdb7768c895643e315f9bcfacdd61e283b78c862d976fd081a508cf7239c8643" dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", "thiserror", ] @@ -15872,27 +16246,27 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bddae32e6935eedda993b7371b79e69af901a277e11be2bbd6d9bc7643b49cb" +checksum = "207cb372504cf86237fa63953a0aa40d7596d1c9cf21175a56346ed1744eb8fe" dependencies = [ - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", ] [[package]] name = "sp-transaction-storage-proof" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726f90279766e231ad86f884e5f07d9331852a59d739f27c5f5e28bee0fc6da5" +checksum = "1141f46e088898986a59c8aae4a91c8d8c04da22a38986a8bdfcb2446889ee5a" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", "sp-core 32.0.0", - "sp-inherents 30.0.0", - "sp-runtime 35.0.0", - "sp-trie 33.0.0", + "sp-inherents 31.0.0", + "sp-runtime 36.0.0", + "sp-trie 34.0.0", ] [[package]] @@ -15908,7 +16282,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 29.0.0", @@ -15916,15 +16290,15 @@ dependencies = [ "sp-std", "thiserror", "tracing", - "trie-db", + "trie-db 0.28.0", "trie-root", ] [[package]] name = "sp-trie" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f5b3620a1c87c265a83d85d7519c6b60c47acf7f77593966afe313d086f00e" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" dependencies = [ "ahash 0.8.11", "hash-db", @@ -15933,14 +16307,14 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core 32.0.0", "sp-externalities 0.28.0", "thiserror", "tracing", - "trie-db", + "trie-db 0.29.1", "trie-root", ] @@ -15964,9 +16338,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ba2f18b89ac5f356fb247f70163098bc976117221c373d5590079a5797a3b43" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15974,7 +16348,7 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-version-proc-macro 14.0.0", "thiserror", @@ -16074,17 +16448,6 @@ version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -[[package]] -name = "spinners" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef947f358b9c238923f764c72a4a9d42f2d637c46e059dbd319d6e7cfb4f82" -dependencies = [ - "lazy_static", - "maplit", - "strum 0.24.1", -] - [[package]] name = "spinning_top" version = "0.3.0" @@ -16165,16 +16528,16 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1383aa763f2cea1a816761948bfc1245040740d418c6b77d36fd4f259b944d84" +checksum = "4efd2f6285b97c1797f8451afb9834a90bd7b90712e6d1a3df8f68f9e7357ea6" dependencies = [ - "cumulus-primitives-core 0.11.0", - "frame-support 32.0.0", - "frame-system 32.0.0", + "cumulus-primitives-core 0.12.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-std", ] @@ -16194,14 +16557,14 @@ dependencies = [ "scale-info", "serde", "sp-weights 28.0.0", - "xcm-procedural", + "xcm-procedural 8.0.0", ] [[package]] name = "staging-xcm" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aded0292274ad473250c22ed3deaf2d9ed47d15786d700e9e83ab7c1cad2ad44" +checksum = "5090e0801a8aeb28ff88cc6e0ca0bad399cc58eed11ec70c517fcb316bd3151b" dependencies = [ "array-bytes 6.2.2", "bounded-collections 0.2.0", @@ -16213,7 +16576,7 @@ dependencies = [ "scale-info", "serde", "sp-weights 31.0.0", - "xcm-procedural", + "xcm-procedural 9.0.0", ] [[package]] @@ -16241,25 +16604,25 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0681b0a478c2f5e1f1ae9b7e8e4970d79ec8ef94f4efebc011ea335822bc264e" +checksum = "a5ccd51b148ec7c72f98cd315952595af353c103f4ad76cb600a85b8ee60adf4" dependencies = [ - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 32.0.0", + "pallet-transaction-payment 33.0.0", "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", + "polkadot-parachain-primitives 11.0.0", "scale-info", "sp-arithmetic 26.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] @@ -16286,24 +16649,24 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb518e82e9982c90c32b66263642385fc186c76f329766884d3360b65e84dd46" +checksum = "39025611744d726ee1cb6661c09b13cd41525ca791f4fba45d68a00db9582063" dependencies = [ "environmental", - "frame-benchmarking 32.0.0", - "frame-support 32.0.0", + "frame-benchmarking 33.0.0", + "frame-support 33.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-arithmetic 26.0.0", "sp-core 32.0.0", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -16340,6 +16703,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "str0m" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +dependencies = [ + "combine", + "crc", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "rand 0.8.5", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", +] + [[package]] name = "strobe-rs" version = "0.8.1" @@ -16456,22 +16839,22 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949d14f7bb2a53b77985bd17a8eb2e9edf8d5bbf4409e9acb036fa3bf7310d8f" +checksum = "d19975c2965833aed97064cd34975ed5bc0390e4436c84b381874c8abce43712" dependencies = [ - "frame-system-rpc-runtime-api 30.0.0", + "frame-system-rpc-runtime-api 31.0.0", "futures", "jsonrpsee", "log", "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 30.0.0", - "sp-block-builder 30.0.0", + "sp-api 31.0.0", + "sp-block-builder 31.0.0", "sp-blockchain", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", ] [[package]] @@ -16487,25 +16870,11 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812076602836d6d90242c431729814c790c49685d142f47ec41f3b897a5fb6ad" -dependencies = [ - "async-trait", - "jsonrpsee", - "log", - "sc-rpc-api", - "serde", - "sp-runtime 35.0.0", -] - [[package]] name = "substrate-state-trie-migration-rpc" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da2e823fb02fbd5c77d6949cde60ff3e320c100278818000b39e9f0a8c8c428" +checksum = "538029eeb26c9ab3f5f8677d696336f92ee536918f4e7ba7fcad1d08ad31ca6b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16513,10 +16882,10 @@ dependencies = [ "sc-rpc-api", "serde", "sp-core 32.0.0", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-trie 33.0.0", - "trie-db", + "sp-runtime 36.0.0", + "sp-state-machine 0.40.0", + "sp-trie 34.0.0", + "trie-db 0.29.1", ] [[package]] @@ -16540,17 +16909,26 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "21.0.0" +version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a7c3e61041eaa76a89ded469f84d243fb34557ba4ee1e60335e65c8b5540c9" +checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes 6.2.2", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.3", "tempfile", "toml 0.8.12", @@ -16878,17 +17256,6 @@ dependencies = [ "syn 2.0.55", ] -[[package]] -name = "tokio-retry" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" -dependencies = [ - "pin-project", - "rand", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.24.1" @@ -16922,6 +17289,21 @@ dependencies = [ "tokio-util", ] +[[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +dependencies = [ + "futures-util", + "log", + "rustls 0.21.10", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -17092,12 +17474,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48057e9b12f413d8d104aeb84d6efad65e8bd325acbfa91f7f97724bcf1dd2ed" +checksum = "d037e38c3da801f670c99e555882a8009c40a8a473815e6a4ea72a8e2887c0c4" dependencies = [ "coarsetime", - "polkadot-primitives 11.0.0", + "polkadot-primitives 12.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -17157,7 +17539,6 @@ dependencies = [ "chrono", "lazy_static", "matchers 0.0.1", - "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -17177,9 +17558,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers 0.1.0", + "nu-ansi-term", "once_cell", + "parking_lot 0.12.1", "regex", "sharded-slab", + "smallvec", "thread_local", "tracing", "tracing-core", @@ -17199,6 +17583,18 @@ dependencies = [ "smallvec", ] +[[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +dependencies = [ + "hash-db", + "log", + "rustc-hex", + "smallvec", +] + [[package]] name = "trie-root" version = "0.18.0" @@ -17217,14 +17613,14 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner", + "enum-as-inner 0.5.1", "futures-channel", "futures-io", "futures-util", "idna 0.2.3", "ipnet", "lazy_static", - "rand", + "rand 0.8.5", "smallvec", "socket2 0.4.10", "thiserror", @@ -17234,6 +17630,31 @@ dependencies = [ "url", ] +[[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" +dependencies = [ + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", +] + [[package]] name = "trust-dns-resolver" version = "0.22.0" @@ -17251,51 +17672,35 @@ dependencies = [ "thiserror", "tokio", "tracing", - "trust-dns-proto", + "trust-dns-proto 0.22.0", ] [[package]] -name = "try-lock" -version = "0.2.5" +name = "trust-dns-resolver" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +dependencies = [ + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.1", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", +] [[package]] -name = "try-runtime-cli" -version = "0.42.0" +name = "try-lock" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a45904e10377e9973238ae9e52bd0fbbb0bba5d7be9198458ba9d3fe0a4173ed" -dependencies = [ - "async-trait", - "clap", - "frame-remote-externalities", - "frame-try-runtime 0.38.0", - "hex", - "log", - "parity-scale-codec", - "sc-cli", - "sc-executor", - "serde", - "serde_json", - "sp-api 30.0.0", - "sp-consensus-aura 0.36.0", - "sp-consensus-babe 0.36.0", - "sp-core 32.0.0", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-keystore 0.38.0", - "sp-rpc", - "sp-runtime 35.0.0", - "sp-state-machine 0.39.0", - "sp-timestamp 30.0.0", - "sp-transaction-storage-proof", - "sp-version 33.0.0", - "sp-weights 31.0.0", - "substrate-rpc-client", - "zstd 0.12.4", -] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tt-call" @@ -17303,6 +17708,26 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.10", + "sha1", + "thiserror", + "url", + "utf-8", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -17311,7 +17736,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -17392,6 +17817,7 @@ dependencies = [ "bytes", "futures-io", "futures-util", + "tokio-util", ] [[package]] @@ -17417,6 +17843,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf-8" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + [[package]] name = "utf8parse" version = "0.2.1" @@ -17462,7 +17894,7 @@ dependencies = [ "arrayref", "constcat", "digest 0.10.7", - "rand", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", @@ -17872,7 +18304,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -17923,126 +18355,127 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "11.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d7d64eabcbf938ac7978ebc0e3385caedacb2967ee6e2a9b9e1b69a2590498" +checksum = "7d521fd006f3380ffafcd9df855b7efea1022112433173845c8bb60d4e8314d9" dependencies = [ "binary-merkle-tree 15.0.0", "bitvec", - "frame-benchmarking 32.0.0", - "frame-election-provider-support 32.0.0", - "frame-executive 32.0.0", - "frame-support 32.0.0", - "frame-system 32.0.0", - "frame-system-benchmarking 32.0.0", - "frame-system-rpc-runtime-api 30.0.0", - "frame-try-runtime 0.38.0", + "frame-benchmarking 33.0.0", + "frame-election-provider-support 33.0.0", + "frame-executive 33.0.0", + "frame-metadata-hash-extension 0.2.0", + "frame-support 33.0.0", + "frame-system 33.0.0", + "frame-system-benchmarking 33.0.0", + "frame-system-rpc-runtime-api 31.0.0", + "frame-try-runtime 0.39.0", "hex-literal", "log", - "pallet-asset-rate 11.0.0", - "pallet-authority-discovery 32.0.0", - "pallet-authorship 32.0.0", - "pallet-babe 32.0.0", - "pallet-bags-list 31.0.0", - "pallet-balances 33.0.0", - "pallet-beefy 32.0.0", - "pallet-beefy-mmr 32.0.0", + "pallet-asset-rate 12.0.0", + "pallet-authority-discovery 33.0.0", + "pallet-authorship 33.0.0", + "pallet-babe 33.0.0", + "pallet-bags-list 32.0.0", + "pallet-balances 34.0.0", + "pallet-beefy 33.0.0", + "pallet-beefy-mmr 33.0.0", "pallet-collective", - "pallet-conviction-voting 32.0.0", + "pallet-conviction-voting 33.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 31.0.0", - "pallet-election-provider-support-benchmarking 31.0.0", + "pallet-election-provider-multi-phase 32.0.0", + "pallet-election-provider-support-benchmarking 32.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 31.0.0", - "pallet-grandpa 32.0.0", - "pallet-identity 32.0.0", - "pallet-indices 32.0.0", + "pallet-fast-unstake 32.0.0", + "pallet-grandpa 33.0.0", + "pallet-identity 33.0.0", + "pallet-indices 33.0.0", "pallet-membership", - "pallet-message-queue 35.0.0", - "pallet-mmr 31.0.0", - "pallet-multisig 32.0.0", - "pallet-nomination-pools 29.0.0", - "pallet-nomination-pools-benchmarking 30.0.0", - "pallet-nomination-pools-runtime-api 27.0.0", - "pallet-offences 31.0.0", - "pallet-offences-benchmarking 32.0.0", - "pallet-preimage 32.0.0", - "pallet-proxy 32.0.0", + "pallet-message-queue 36.0.0", + "pallet-mmr 32.0.0", + "pallet-multisig 33.0.0", + "pallet-nomination-pools 30.0.0", + "pallet-nomination-pools-benchmarking 31.0.0", + "pallet-nomination-pools-runtime-api 28.0.0", + "pallet-offences 32.0.0", + "pallet-offences-benchmarking 33.0.0", + "pallet-preimage 33.0.0", + "pallet-proxy 33.0.0", "pallet-recovery", - "pallet-referenda 32.0.0", + "pallet-referenda 33.0.0", "pallet-root-testing", - "pallet-scheduler 33.0.0", - "pallet-session 32.0.0", - "pallet-session-benchmarking 32.0.0", + "pallet-scheduler 34.0.0", + "pallet-session 33.0.0", + "pallet-session-benchmarking 33.0.0", "pallet-society", - "pallet-staking 32.0.0", + "pallet-staking 33.0.0", "pallet-staking-reward-curve", - "pallet-staking-runtime-api 18.0.0", - "pallet-state-trie-migration 33.0.0", - "pallet-sudo 32.0.0", - "pallet-timestamp 31.0.0", - "pallet-transaction-payment 32.0.0", - "pallet-transaction-payment-rpc-runtime-api 32.0.0", - "pallet-treasury 31.0.0", - "pallet-utility 32.0.0", - "pallet-vesting 32.0.0", - "pallet-whitelist 31.0.0", - "pallet-xcm 11.0.0", - "pallet-xcm-benchmarks 11.0.0", - "parity-scale-codec", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "pallet-staking-runtime-api 19.0.0", + "pallet-state-trie-migration 34.0.0", + "pallet-sudo 33.0.0", + "pallet-timestamp 32.0.0", + "pallet-transaction-payment 33.0.0", + "pallet-transaction-payment-rpc-runtime-api 33.0.0", + "pallet-treasury 32.0.0", + "pallet-utility 33.0.0", + "pallet-vesting 33.0.0", + "pallet-whitelist 32.0.0", + "pallet-xcm 12.0.0", + "pallet-xcm-benchmarks 12.0.0", + "parity-scale-codec", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", + "polkadot-runtime-parachains 12.0.0", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 30.0.0", - "sp-application-crypto 34.0.0", + "sp-api 31.0.0", + "sp-application-crypto 35.0.0", "sp-arithmetic 26.0.0", - "sp-authority-discovery 30.0.0", - "sp-block-builder 30.0.0", - "sp-consensus-babe 0.36.0", - "sp-consensus-beefy 17.0.0", + "sp-authority-discovery 31.0.0", + "sp-block-builder 31.0.0", + "sp-consensus-babe 0.37.0", + "sp-consensus-beefy 18.0.0", "sp-core 32.0.0", - "sp-genesis-builder 0.11.0", - "sp-inherents 30.0.0", - "sp-io 34.0.0", - "sp-mmr-primitives 30.0.0", - "sp-npos-elections 30.0.0", - "sp-offchain 30.0.0", - "sp-runtime 35.0.0", - "sp-session 31.0.0", - "sp-staking 30.0.0", + "sp-genesis-builder 0.12.0", + "sp-inherents 31.0.0", + "sp-io 35.0.0", + "sp-mmr-primitives 31.0.0", + "sp-npos-elections 31.0.0", + "sp-offchain 31.0.0", + "sp-runtime 36.0.0", + "sp-session 32.0.0", + "sp-staking 31.0.0", "sp-std", "sp-storage 21.0.0", - "sp-transaction-pool 30.0.0", - "sp-version 33.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", - "staging-xcm-executor 11.0.0", - "substrate-wasm-builder 21.0.0", + "sp-transaction-pool 31.0.0", + "sp-version 34.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", + "staging-xcm-executor 12.0.0", + "substrate-wasm-builder 22.0.1", "westend-runtime-constants", "xcm-fee-payment-runtime-api", ] [[package]] name = "westend-runtime-constants" -version = "11.0.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e49413f666c93595698e3e3283fb05d7d5e0a522ecb6d4c6220d959691d479" +checksum = "0eb9a91bc8d5ec0a260735651284eb4420c1a2de62b2430cf16c723186eabd28" dependencies = [ - "frame-support 32.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-common 11.0.0", + "frame-support 33.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-common 12.0.0", "smallvec", "sp-core 32.0.0", - "sp-runtime 35.0.0", + "sp-runtime 36.0.0", "sp-weights 31.0.0", - "staging-xcm 11.0.0", - "staging-xcm-builder 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-builder 12.0.0", ] [[package]] @@ -18123,6 +18556,21 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -18399,55 +18847,72 @@ dependencies = [ "time", ] +[[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +dependencies = [ + "asn1-rs", + "data-encoding", + "der-parser", + "lazy_static", + "nom", + "oid-registry", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "xcm-emulator" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e42f8cc343d8c52d9412350da0fa8597ddd91c9b4d5664c06f63bb813c69de" +checksum = "09aad5434dca21a7c9f6c1d7fd61d186c7843a904a8c46ffd32398c9de52b25a" dependencies = [ - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-parachain-inherent 0.11.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-parachain-inherent 0.12.0", "cumulus-test-relay-sproof-builder", - "frame-support 32.0.0", - "frame-system 32.0.0", + "frame-support 33.0.0", + "frame-system 33.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 33.0.0", - "pallet-message-queue 35.0.0", - "parachains-common 11.0.0", + "pallet-balances 34.0.0", + "pallet-message-queue 36.0.0", + "parachains-common 12.0.0", "parity-scale-codec", "paste", - "polkadot-parachain-primitives 10.0.0", - "polkadot-primitives 11.0.0", - "polkadot-runtime-parachains 11.0.0", + "polkadot-parachain-primitives 11.0.0", + "polkadot-primitives 12.0.0", + "polkadot-runtime-parachains 12.0.0", "sp-arithmetic 26.0.0", "sp-core 32.0.0", "sp-crypto-hashing", - "sp-io 34.0.0", - "sp-runtime 35.0.0", + "sp-io 35.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-tracing 17.0.0", - "staging-xcm 11.0.0", - "staging-xcm-executor 11.0.0", + "staging-xcm 12.0.0", + "staging-xcm-executor 12.0.0", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9c9513e249ed6d355d0243748c70cb0d7ca81d0604707f334fd481d54e8264" +checksum = "92be74937c8012c951c667bb0fb016634ab4adeac46f8106aef331f836059167" dependencies = [ - "frame-support 32.0.0", + "frame-support 33.0.0", "parity-scale-codec", "scale-info", - "sp-api 30.0.0", - "sp-runtime 35.0.0", + "sp-api 31.0.0", + "sp-runtime 36.0.0", "sp-std", "sp-weights 31.0.0", - "staging-xcm 11.0.0", + "staging-xcm 12.0.0", ] [[package]] @@ -18462,6 +18927,18 @@ dependencies = [ "syn 2.0.55", ] +[[package]] +name = "xcm-procedural" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd9498be6aff2d380250c4b155faaebe4a83da181a00402dedac6c8166850198" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.55", +] + [[package]] name = "yamux" version = "0.10.2" @@ -18472,7 +18949,7 @@ dependencies = [ "log", "nohash-hasher", "parking_lot 0.12.1", - "rand", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index bd0c89ce..e44ea26c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ subxt-signer = "0.34.0" tokio = { version = "1.36", features = ["macros", "time", "rt-multi-thread"] } # Build -substrate-wasm-builder = "21.0.0" substrate-build-script-utils = "11.0.0" +substrate-wasm-builder = "22.0.1" # Local pop-runtime-devnet = { path = "runtime/devnet", default-features = true } # default-features=true required for `-p pop-node` builds @@ -57,113 +57,114 @@ pop-runtime-common = { path = "runtime/common", default-features = false } pop-primitives = { path = "./primitives", default-features = false } # Substrate -sc-basic-authorship = "0.38.0" -sc-chain-spec = "31.0.0" -sc-cli = "0.40.0" -sc-client-api = "32.0.0" -sc-offchain = "33.0.0" -sc-consensus = "0.37.0" -sc-executor = "0.36.0" -sc-network = "0.38.0" -sc-network-sync = "0.37.0" -sc-rpc = "33.0.0" -sc-service = "0.39.0" -sc-sysinfo = "31.0.0" -sc-telemetry = "18.0.0" -sc-tracing = "32.0.0" -sc-transaction-pool = "32.0.0" -sc-transaction-pool-api = "32.0.0" -frame-benchmarking = { version = "32.0.0", default-features = false } -frame-benchmarking-cli = "36.0.0" -frame-executive = { version = "32.0.0", default-features = false } -frame-support = { version = "32.0.0", default-features = false } -frame-system = { version = "32.0.0", default-features = false } -frame-system-benchmarking = { version = "32.0.0", default-features = false } -frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false } -frame-try-runtime = { version = "0.38.0", default-features = false } -pallet-aura = { version = "31.0.0", default-features = false } -pallet-authorship = { version = "32.0.0", default-features = false } -pallet-assets = { version = "33.0.0", default-features = false } -pallet-balances = { version = "33.0.0", default-features = false } -pallet-contracts = { version = "31.0.0", default-features = false } -pallet-message-queue = { version = "35.0.0", default-features = false } -pallet-multisig = { version = "32.0.0", default-features = false } -pallet-nft-fractionalization = { version = "14.0.0", default-features = false } -pallet-nfts = { version = "26.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "18.0.0", default-features = false } -pallet-preimage = { version = "32.0.0", default-features = false } -pallet-proxy = { version = "32.0.0", default-features = false } -pallet-scheduler = { version = "33.0.0", default-features = false } -pallet-session = { version = "32.0.0", default-features = false } -pallet-sudo = { version = "32.0.0", default-features = false } -pallet-timestamp = { version = "31.0.0", default-features = false } -pallet-transaction-payment = { version = "32.0.0", default-features = false } -pallet-transaction-payment-rpc = "34.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "32.0.0", default-features = false } -pallet-utility = { version = "32.0.0", default-features = false } -sp-api = { version = "30.0.0", default-features = false } -sp-authority-discovery = { version = "30.0.0", default-features = false } -sp-block-builder = { version = "30.0.0", default-features = false } -sp-blockchain = "32.0.0" -sp-consensus-aura = { version = "0.36.0", default-features = false } -sp-consensus-babe = { version = "0.36.0", default-features = false } -sp-consensus-beefy = { version = "17.0.0", default-features = false } -sp-consensus-grandpa = { version = "17.0.0", default-features = false } +sc-basic-authorship = "0.39.0" +sc-chain-spec = "32.0.0" +sc-cli = "0.41.0" +sc-client-api = "33.0.0" +sc-offchain = "34.0.0" +sc-consensus = "0.38.0" +sc-executor = "0.37.0" +sc-network = "0.39.0" +sc-network-sync = "0.38.0" +sc-rpc = "34.0.0" +sc-service = "0.40.0" +sc-sysinfo = "32.0.0" +sc-telemetry = "19.0.0" +sc-tracing = "33.0.0" +sc-transaction-pool = "33.0.0" +sc-transaction-pool-api = "33.0.0" +frame-benchmarking = { version = "33.0.0", default-features = false } +frame-benchmarking-cli = "37.0.0" +frame-executive = { version = "33.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.2.0", default-features = false } +frame-support = { version = "33.0.0", default-features = false } +frame-system = { version = "33.0.0", default-features = false } +frame-system-benchmarking = { version = "33.0.0", default-features = false } +frame-system-rpc-runtime-api = { version = "31.0.0", default-features = false } +frame-try-runtime = { version = "0.39.0", default-features = false } +pallet-aura = { version = "32.0.0", default-features = false } +pallet-authorship = { version = "33.0.0", default-features = false } +pallet-assets = { version = "34.0.0", default-features = false } +pallet-balances = { version = "34.0.0", default-features = false } +pallet-contracts = { version = "32.0.0", default-features = false } +pallet-message-queue = { version = "36.0.0", default-features = false } +pallet-multisig = { version = "33.0.0", default-features = false } +pallet-nft-fractionalization = { version = "15.0.0", default-features = false } +pallet-nfts = { version = "27.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "19.0.0", default-features = false } +pallet-preimage = { version = "33.0.0", default-features = false } +pallet-proxy = { version = "33.0.0", default-features = false } +pallet-scheduler = { version = "34.0.0", default-features = false } +pallet-session = { version = "33.0.0", default-features = false } +pallet-sudo = { version = "33.0.0", default-features = false } +pallet-timestamp = { version = "32.0.0", default-features = false } +pallet-transaction-payment = { version = "33.0.0", default-features = false } +pallet-transaction-payment-rpc = "35.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "33.0.0", default-features = false } +pallet-utility = { version = "33.0.0", default-features = false } +sp-api = { version = "31.0.0", default-features = false } +sp-authority-discovery = { version = "31.0.0", default-features = false } +sp-block-builder = { version = "31.0.0", default-features = false } +sp-blockchain = "33.0.0" +sp-consensus-aura = { version = "0.37.0", default-features = false } +sp-consensus-babe = { version = "0.37.0", default-features = false } +sp-consensus-beefy = { version = "18.0.0", default-features = false } +sp-consensus-grandpa = { version = "18.0.0", default-features = false } sp-core = { version = "32.0.0", default-features = false } sp-keystore = "0.38.0" -sp-io = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.11.0", default-features = false } -sp-inherents = { version = "30.0.0", default-features = false } -sp-offchain = { version = "30.0.0", default-features = false } -sp-runtime = { version = "35.0.0", default-features = false } -sp-timestamp = "30.0.0" -substrate-frame-rpc-system = "32.0.0" +sp-io = { version = "35.0.0", default-features = false } +sp-genesis-builder = { version = "0.12.0", default-features = false } +sp-inherents = { version = "31.0.0", default-features = false } +sp-offchain = { version = "31.0.0", default-features = false } +sp-runtime = { version = "36.0.0", default-features = false } +sp-timestamp = "31.0.0" +substrate-frame-rpc-system = "33.0.0" substrate-prometheus-endpoint = "0.17.0" -sp-session = { version = "31.0.0", default-features = false } +sp-session = { version = "32.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } -sp-transaction-pool = { version = "30.0.0", default-features = false } -sp-version = { version = "33.0.0", default-features = false } +sp-transaction-pool = { version = "31.0.0", default-features = false } +sp-version = { version = "34.0.0", default-features = false } # Polkadot -pallet-xcm = { version = "11.0.0", default-features = false } -polkadot-cli = "11.0.0" -polkadot-parachain-primitives = { version = "10.0.0", default-features = false } -polkadot-runtime-parachains = { version = "11.0.0", default-features = false } -polkadot-primitives = { version = "11.0.0", default-features = false } -polkadot-runtime-common = { version = "11.0.0", default-features = false } -rococo-runtime-constants = { version = "11.0.0", default-features = false } -rococo-runtime = { version = "11.0.0", default-features = false } -xcm = { version = "11.0.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "11.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "11.0.0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { version = "12.0.0", default-features = false } +polkadot-cli = "12.0.0" +polkadot-parachain-primitives = { version = "11.0.0", default-features = false } +polkadot-runtime-parachains = { version = "12.0.0", default-features = false } +polkadot-primitives = { version = "12.0.0", default-features = false } +polkadot-runtime-common = { version = "12.0.0", default-features = false } +rococo-runtime-constants = { version = "12.0.0", default-features = false } +rococo-runtime = { version = "12.0.1", default-features = false } +xcm = { version = "12.0.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "12.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "12.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.15.0", default-features = false } -asset-test-utils = { version = "11.0.0", default-features = false } -cumulus-pallet-aura-ext = { version = "0.11.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.11.0", default-features = false, features = [ +asset-hub-rococo-runtime = { version = "0.16.1", default-features = false } +asset-test-utils = { version = "12.0.0", default-features = false } +cumulus-pallet-aura-ext = { version = "0.12.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = [ "parameterized-consensus-hook", ] } -cumulus-pallet-session-benchmarking = { version = "13.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.11.0", default-features = false } -cumulus-primitives-aura = { version = "0.11.0", default-features = false } -cumulus-primitives-core = { version = "0.11.0", default-features = false } -cumulus-primitives-storage-weight-reclaim = { version = "2.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.11.0", default-features = false } -emulated-integration-tests-common = { version = "7.0.0", default-features = false } -pallet-collator-selection = { version = "13.0.1", default-features = false } -parachains-common = { version = "11.0.0", default-features = false } -parachain-info = { version = "0.11.0", package = "staging-parachain-info", default-features = false } -cumulus-primitives-parachain-inherent = "0.11.0" -cumulus-relay-chain-interface = "0.11.0" +cumulus-pallet-session-benchmarking = { version = "14.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.12.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.12.0", default-features = false } +cumulus-primitives-aura = { version = "0.12.0", default-features = false } +cumulus-primitives-core = { version = "0.12.0", default-features = false } +cumulus-primitives-storage-weight-reclaim = { version = "3.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.12.0", default-features = false } +emulated-integration-tests-common = { version = "8.0.0", default-features = false } +pallet-collator-selection = { version = "14.0.0", default-features = false } +parachains-common = { version = "12.0.0", default-features = false } +parachain-info = { version = "0.12.0", package = "staging-parachain-info", default-features = false } +cumulus-primitives-parachain-inherent = "0.12.0" +cumulus-relay-chain-interface = "0.12.0" color-print = "0.3.4" -cumulus-client-cli = "0.11.0" -cumulus-client-collator = "0.11.0" -cumulus-client-consensus-aura = "0.11.0" -cumulus-client-consensus-common = "0.11.0" -cumulus-client-consensus-proposer = "0.11.0" -cumulus-client-service = "0.11.0" +cumulus-client-cli = "0.12.0" +cumulus-client-collator = "0.12.0" +cumulus-client-consensus-aura = "0.12.0" +cumulus-client-consensus-common = "0.12.0" +cumulus-client-consensus-proposer = "0.12.0" +cumulus-client-service = "0.12.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/node/src/cli.rs b/node/src/cli.rs index 665b1129..19532033 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -38,11 +38,6 @@ pub enum Subcommand { #[command(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), - /// Try-runtime has migrated to a standalone - /// [CLI](). The subcommand exists as a stub and - /// deprecation notice. It will be removed entirely some time after Janurary 2024. - TryRuntime, - /// Key management CLI utilities #[command(subcommand)] Key(sc_cli::KeySubcommand), diff --git a/node/src/command.rs b/node/src/command.rs index 6e3d1302..7916072f 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -9,7 +9,7 @@ use sc_cli::{ NetworkParams, Result, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; -use sp_runtime::traits::AccountIdConversion; +use sp_runtime::traits::HashingFor; use crate::{ chain_spec, @@ -248,9 +248,7 @@ pub fn run() -> Result<()> { Some(Subcommand::ExportGenesisHead(cmd)) => { let runner = cli.create_runner(cmd)?; runner.sync_run(|config| { - construct_benchmark_partials!(config, |partials| { - cmd.run(partials.client) - }) + construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }) }, Some(Subcommand::ExportGenesisWasm(cmd)) => { @@ -264,24 +262,26 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command- match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::, ()>(config)) + runner.sync_run(|config| { + cmd.run_with_spec::, ()>(Some(config.chain_spec)) + }) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + }, BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| cmd.run(partials.client)) }), #[cfg(not(feature = "runtime-benchmarks"))] - BenchmarkCmd::Storage(_) => - Err(sc_cli::Error::Input( - "Compile with --features=runtime-benchmarks \ + BenchmarkCmd::Storage(_) => Err(sc_cli::Error::Input( + "Compile with --features=runtime-benchmarks \ to enable storage benchmarks." - .into(), - )), + .into(), + )), #[cfg(feature = "runtime-benchmarks")] BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { construct_benchmark_partials!(config, |partials| { @@ -290,15 +290,15 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }) }), - BenchmarkCmd::Machine(cmd) => - runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())), + BenchmarkCmd::Machine(cmd) => { + runner.sync_run(|config| cmd.run(&config, SUBSTRATE_REFERENCE_HARDWARE.clone())) + }, // NOTE: this allows the Client to leniently implement // new benchmark commands without requiring a companion MR. #[allow(unreachable_patterns)] _ => Err("Benchmarking sub-command unsupported".into()), } }, - Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()), Some(Subcommand::Key(cmd)) => cmd.run(&cli), None => { let runner = cli.create_runner(&cli.run.normalize())?; @@ -323,17 +323,11 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); - let parachain_account = - AccountIdConversion::::into_account_truncating( - &id, - ); - let tokio_handle = config.tokio_handle.clone(); let polkadot_config = SubstrateCli::create_configuration(&polkadot_cli, &polkadot_cli, tokio_handle) .map_err(|err| format!("Relay chain argument error: {}", err))?; - info!("Parachain Account: {parachain_account}"); info!("Is collating: {}", if config.role.is_authority() { "yes" } else { "no" }); match config.chain_spec.runtime() { @@ -341,9 +335,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_devnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_devnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, @@ -358,9 +350,7 @@ pub fn run() -> Result<()> { sp_core::crypto::set_default_ss58_version( pop_runtime_testnet::SS58Prefix::get().into(), ); - crate::service::start_parachain_node::< - pop_runtime_testnet::RuntimeApi, - >( + crate::service::start_parachain_node::( config, polkadot_config, collator_options, diff --git a/node/src/service.rs b/node/src/service.rs index 58bcad00..818cba5d 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -133,7 +133,7 @@ where config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, - )?; + ); Ok(PartialComponents { backend, @@ -184,7 +184,11 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; - let net_config = sc_network::config::FullNetworkConfiguration::new(¶chain_config.network); + let net_config = sc_network::config::FullNetworkConfiguration::< + _, + _, + sc_network::NetworkWorker, + >::new(¶chain_config.network); let client = params.client.clone(); let backend = params.backend.clone(); @@ -233,7 +237,7 @@ where transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), - network_provider: network.clone(), + network_provider: Arc::new(network.clone()), is_validator: parachain_config.role.is_authority(), enable_http_requests: false, custom_extensions: move |_| vec![], @@ -355,14 +359,12 @@ pub(crate) fn build_import_queue( config: &Configuration, telemetry: Option, task_manager: &TaskManager, -) -> Result, sc_service::Error> +) -> sc_consensus::DefaultImportQueue where RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: RuntimeApiExt, { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - Ok(cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< + cumulus_client_consensus_aura::equivocation_import_queue::fully_verifying_import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, _, @@ -375,11 +377,10 @@ where let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); Ok(timestamp) }, - slot_duration, &task_manager.spawn_essential_handle(), config.prometheus_registry(), telemetry, - )) + ) } #[allow(clippy::too_many_arguments)] diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 4f19b662..974b8b7d 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -221,4 +223,19 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] \ No newline at end of file +] + +experimental = [] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index d73ece85..39d71449 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -29,6 +29,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 88dd00bb..39eb9a89 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -33,7 +33,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -102,6 +102,7 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -334,7 +335,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -941,12 +942,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 3c584b37..574dc60f 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,6 +28,7 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true +frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -82,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true @@ -221,4 +223,17 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] \ No newline at end of file +] + +# Enable the metadata hash generation. +# +# This is hidden behind a feature because it increases the compile time. +# The wasm binary needs to be compiled twice, once to fetch the metadata, +# generate the metadata hash and then a second time with the +# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` +# extension. +metadata-hash = ["substrate-wasm-builder/metadata-hash"] + +# A convenience feature for enabling things when doing a build +# for an on-chain release. +on-chain-release-build = ["metadata-hash"] diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 02d6973f..9fc445de 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,4 +1,14 @@ -#[cfg(feature = "std")] +#[cfg(all(feature = "std", feature = "metadata-hash"))] +fn main() { + substrate_wasm_builder::WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("UNIT", 12) + .build() +} + +#[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { substrate_wasm_builder::WasmBuilder::new() .with_current_project() diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index d73ece85..cfe6ad23 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -29,6 +29,8 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 0752298a..21782db1 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -32,7 +32,7 @@ use cumulus_primitives_core::{AggregateMessageOrigin, ParaId}; use frame_support::{ construct_runtime, derive_impl, dispatch::DispatchClass, - genesis_builder_helper::{build_config, create_default_config}, + genesis_builder_helper::{build_state, get_preset}, parameter_types, traits::{ fungible::HoldConsideration, tokens::nonfungibles_v2::Inspect, ConstBool, ConstU32, @@ -101,6 +101,8 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, + cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, + frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. @@ -337,7 +339,7 @@ parameter_types! { impl pallet_transaction_payment::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type OnChargeTransaction = pallet_transaction_payment::CurrencyAdapter; + type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter; type WeightToFee = WeightToFee; type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; @@ -944,12 +946,16 @@ impl_runtime_apis! { } impl sp_genesis_builder::GenesisBuilder for Runtime { - fn create_default_config() -> Vec { - create_default_config::() + fn build_state(config: Vec) -> sp_genesis_builder::Result { + build_state::(config) } - fn build_config(config: Vec) -> sp_genesis_builder::Result { - build_config::(config) + fn get_preset(id: &Option) -> Option> { + get_preset::(id, |_| None) + } + + fn preset_names() -> Vec { + Default::default() } } } From 0db3bb94ce77a4407cfc16c8765ced894a7e55fb Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:14:36 +0700 Subject: [PATCH 70/80] fix: comment identation --- runtime/devnet/src/config/xcm.rs | 2 +- runtime/testnet/src/config/xcm.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/devnet/src/config/xcm.rs b/runtime/devnet/src/config/xcm.rs index 39d71449..1ed2e5a4 100644 --- a/runtime/devnet/src/config/xcm.rs +++ b/runtime/devnet/src/config/xcm.rs @@ -29,7 +29,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } diff --git a/runtime/testnet/src/config/xcm.rs b/runtime/testnet/src/config/xcm.rs index cfe6ad23..1ed2e5a4 100644 --- a/runtime/testnet/src/config/xcm.rs +++ b/runtime/testnet/src/config/xcm.rs @@ -29,7 +29,7 @@ parameter_types! { // Note: Paseo currently uses Polkadot https://github.com/paseo-network/runtimes/blob/abc4ae9c5ae8f0166aab7ef2b427b3c2c6d5ce5c/relay/paseo/src/xcm_config.rs#L56 pub const RelayNetwork: Option = Some(Polkadot); pub RelayChainOrigin: RuntimeOrigin = cumulus_pallet_xcm::Origin::Relay.into(); - // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain + // For the real deployment, it is recommended to set `RelayNetwork` according to the relay chain // and prepend `UniversalLocation` with `GlobalConsensus(RelayNetwork::get())`. pub UniversalLocation: InteriorLocation = Parachain(ParachainInfo::parachain_id().into()).into(); } From b6ee08fa9a9de0022673f36315f95ac88b89135c Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:22:16 +0700 Subject: [PATCH 71/80] fix: remove signed extra from testnet --- Cargo.lock | 1 - runtime/testnet/Cargo.toml | 1 - runtime/testnet/src/lib.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e59ef9d2..9f46bc0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11776,7 +11776,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 574dc60f..e9f30b7e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 21782db1..9764855c 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim, frame_metadata_hash_extension::CheckMetadataHash, ); From 2b4ce6d35977333e842f28dd9957699b8b4b6c69 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:07:49 +0700 Subject: [PATCH 72/80] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f46bc0b..0e1882db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17172,9 +17172,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -17193,9 +17193,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", From a544bef59f8a6130d51795b4e9084d276b1a48e7 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:11:28 +0700 Subject: [PATCH 73/80] chore: upgrade to v1.11.0 --- Cargo.lock | 44 +++++++++++++++++++++++++++----------- runtime/testnet/Cargo.toml | 1 + 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e1882db..730b0a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2735,6 +2735,24 @@ dependencies = [ "sp-trie 34.0.0", ] +[[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e68201ff0845be29c3c0e7e408e5f9d4de0e01b55787fe2c8709e658cbd2c937" +dependencies = [ + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-proof-size-hostfunction 0.7.0", + "docify", + "frame-support 33.0.0", + "frame-system 33.0.0", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 36.0.0", + "sp-std", +] + [[package]] name = "cumulus-primitives-utility" version = "0.8.1" @@ -11695,14 +11713,15 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.11.0", - "cumulus-pallet-parachain-system 0.11.0", - "cumulus-pallet-session-benchmarking 13.0.0", - "cumulus-pallet-xcm 0.11.0", - "cumulus-pallet-xcmp-queue 0.11.0", - "cumulus-primitives-aura 0.11.0", - "cumulus-primitives-core 0.11.0", - "cumulus-primitives-utility 0.11.0", + "cumulus-pallet-aura-ext 0.12.0", + "cumulus-pallet-parachain-system 0.12.0", + "cumulus-pallet-session-benchmarking 14.0.0", + "cumulus-pallet-xcm 0.12.0", + "cumulus-pallet-xcmp-queue 0.12.0", + "cumulus-primitives-aura 0.12.0", + "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", + "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", "frame-benchmarking 33.0.0", @@ -11776,6 +11795,7 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", + "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", @@ -17172,9 +17192,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", @@ -17193,9 +17213,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" dependencies = [ "num-conv", "time-core", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index e9f30b7e..574dc60f 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,6 +83,7 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true +cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true From ff347820902d4a516e5b1ff8c0692987e369015b Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:22:16 +0700 Subject: [PATCH 74/80] fix: remove signed extra from testnet --- Cargo.lock | 1 - runtime/testnet/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 730b0a19..a85f36b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11795,7 +11795,6 @@ dependencies = [ "cumulus-pallet-xcmp-queue 0.12.0", "cumulus-primitives-aura 0.12.0", "cumulus-primitives-core 0.12.0", - "cumulus-primitives-storage-weight-reclaim", "cumulus-primitives-utility 0.12.0", "enumflags2", "env_logger 0.11.3", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 574dc60f..e9f30b7e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -83,7 +83,6 @@ cumulus-pallet-xcm.workspace = true cumulus-pallet-xcmp-queue.workspace = true cumulus-primitives-aura.workspace = true cumulus-primitives-core.workspace = true -cumulus-primitives-storage-weight-reclaim.workspace = true cumulus-primitives-utility.workspace = true pallet-collator-selection.workspace = true parachains-common.workspace = true From b33a5bcc11ee891dfc5f12e88884e00215667d67 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:07:49 +0700 Subject: [PATCH 75/80] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b3..67d5053c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17191,9 +17191,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -17212,9 +17212,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", From 9de05d840fe717ade6924cfb0affb1cfa427d7f1 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:01:46 +0700 Subject: [PATCH 76/80] fix: remove metadata hash from testnet --- runtime/testnet/Cargo.toml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index fd5f732b..3c584b37 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -221,17 +221,4 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] - -# Enable the metadata hash generation. -# -# This is hidden behind a feature because it increases the compile time. -# The wasm binary needs to be compiled twice, once to fetch the metadata, -# generate the metadata hash and then a second time with the -# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` -# extension. -metadata-hash = ["substrate-wasm-builder/metadata-hash"] - -# A convenience feature for enabling things when doing a build -# for an on-chain release. -on-chain-release-build = ["metadata-hash"] \ No newline at end of file +] \ No newline at end of file From 3e9d856cdea8d7a7039f2c93ed2dd9bfbadc378f Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:53:22 +0700 Subject: [PATCH 77/80] fix: remove metadata hash extension --- runtime/devnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 39eb9a89..9d7ca7fe 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -102,7 +102,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. From d222eb6add2a7615fbb596ca1fc5ac35c8a8fd9d Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:48:19 +0700 Subject: [PATCH 78/80] refactor: simplify wasm build script --- runtime/devnet/build.rs | 11 ++--------- runtime/testnet/build.rs | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/runtime/devnet/build.rs b/runtime/devnet/build.rs index 9fc445de..287f2a61 100644 --- a/runtime/devnet/build.rs +++ b/runtime/devnet/build.rs @@ -1,20 +1,13 @@ #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() + substrate_wasm_builder::WasmBuilder::init_with_defaults() .enable_metadata_hash("UNIT", 12) .build() } #[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .build() + substrate_wasm_builder::WasmBuilder::build_using_defaults() } /// The wasm builder is deactivated when compiling diff --git a/runtime/testnet/build.rs b/runtime/testnet/build.rs index 9fc445de..287f2a61 100644 --- a/runtime/testnet/build.rs +++ b/runtime/testnet/build.rs @@ -1,20 +1,13 @@ #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() + substrate_wasm_builder::WasmBuilder::init_with_defaults() .enable_metadata_hash("UNIT", 12) .build() } #[cfg(all(feature = "std", not(feature = "metadata-hash")))] fn main() { - substrate_wasm_builder::WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .build() + substrate_wasm_builder::WasmBuilder::build_using_defaults() } /// The wasm builder is deactivated when compiling From 564c6d517cb755717f29587fb00801b27469b141 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:54:13 +0700 Subject: [PATCH 79/80] fix: remove frame metadata hash extension --- Cargo.lock | 378 +++++++++++++++++++++++++++++++++++-- runtime/devnet/Cargo.toml | 3 +- runtime/devnet/src/lib.rs | 1 - runtime/testnet/Cargo.toml | 1 - runtime/testnet/src/lib.rs | 1 - 5 files changed, 362 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c8bc02f..e97af588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,7 +3967,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-client-db", - "sc-executor", + "sc-executor 0.38.0", "sc-service", "sc-sysinfo", "serde", @@ -6574,6 +6574,20 @@ dependencies = [ "hash-db", ] +[[package]] +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +dependencies = [ + "array-bytes", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", +] + [[package]] name = "merlin" version = "3.0.0" @@ -10473,7 +10487,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-service", "sc-cli", - "sc-executor", + "sc-executor 0.38.0", "sc-service", "sc-storage-monitor", "sc-sysinfo", @@ -10928,9 +10942,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 12.0.0", "polkadot-primitives 13.0.0", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", + "sc-executor 0.38.0", + "sc-executor-common 0.34.0", + "sc-executor-wasmtime 0.34.0", "seccompiler", "sp-core 33.0.1", "sp-crypto-hashing", @@ -11579,7 +11593,7 @@ dependencies = [ "sc-consensus-beefy", "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor", + "sc-executor 0.38.0", "sc-keystore", "sc-network", "sc-network-common", @@ -11831,7 +11845,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-consensus", - "sc-executor", + "sc-executor 0.38.0", "sc-network", "sc-network-sync", "sc-offchain", @@ -13226,6 +13240,18 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "27.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" +dependencies = [ + "log", + "sp-core 32.0.0", + "sp-wasm-interface 21.0.0", + "thiserror", +] + [[package]] name = "sc-allocator" version = "28.0.0" @@ -13322,7 +13348,7 @@ dependencies = [ "parity-scale-codec", "sc-chain-spec-derive", "sc-client-api", - "sc-executor", + "sc-executor 0.38.0", "sc-network", "sc-telemetry", "serde", @@ -13402,7 +13428,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor", + "sc-executor 0.38.0", "sc-transaction-pool-api", "sc-utils", "sp-api 32.0.0", @@ -13723,6 +13749,30 @@ dependencies = [ "sp-state-machine 0.41.0", ] +[[package]] +name = "sc-executor" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-executor-common 0.33.0", + "sc-executor-polkavm 0.30.0", + "sc-executor-wasmtime 0.33.1", + "schnellru", + "sp-api 31.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-io 35.0.0", + "sp-panic-handler", + "sp-runtime-interface 27.0.0", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "sp-wasm-interface 21.0.0", + "tracing", +] + [[package]] name = "sc-executor" version = "0.38.0" @@ -13731,9 +13781,9 @@ checksum = "321e9431a3d5c95514b1ba775dd425efd4b18bd79dfdb6d8e397f0c96d6831e9" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", + "sc-executor-common 0.34.0", + "sc-executor-polkavm 0.31.0", + "sc-executor-wasmtime 0.34.0", "schnellru", "sp-api 32.0.0", "sp-core 33.0.1", @@ -13747,6 +13797,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "sc-executor-common" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" +dependencies = [ + "polkavm", + "sc-allocator 27.0.0", + "sp-maybe-compressed-blob", + "sp-wasm-interface 21.0.0", + "thiserror", + "wasm-instrument", +] + [[package]] name = "sc-executor-common" version = "0.34.0" @@ -13754,13 +13818,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aad16187c613f81feab35f0d6c12c15c1d88eea0794c886b5dca3495d26746de" dependencies = [ "polkavm", - "sc-allocator", + "sc-allocator 28.0.0", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] +[[package]] +name = "sc-executor-polkavm" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" +dependencies = [ + "log", + "polkavm", + "sc-executor-common 0.33.0", + "sp-wasm-interface 21.0.0", +] + [[package]] name = "sc-executor-polkavm" version = "0.31.0" @@ -13769,10 +13845,29 @@ checksum = "db336a08ea53b6a89972a6ad6586e664c15db2add9d1cfb508afc768de387304" dependencies = [ "log", "polkavm", - "sc-executor-common", + "sc-executor-common 0.34.0", "sp-wasm-interface 21.0.0", ] +[[package]] +name = "sc-executor-wasmtime" +version = "0.33.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" +dependencies = [ + "anyhow", + "cfg-if", + "libc", + "log", + "parking_lot 0.12.3", + "rustix 0.36.17", + "sc-allocator 27.0.0", + "sc-executor-common 0.33.0", + "sp-runtime-interface 27.0.0", + "sp-wasm-interface 21.0.0", + "wasmtime", +] + [[package]] name = "sc-executor-wasmtime" version = "0.34.0" @@ -13785,8 +13880,8 @@ dependencies = [ "log", "parking_lot 0.12.3", "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", + "sc-allocator 28.0.0", + "sc-executor-common 0.34.0", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", @@ -14233,7 +14328,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-consensus", - "sc-executor", + "sc-executor 0.38.0", "sc-informant", "sc-keystore", "sc-network", @@ -14470,6 +14565,29 @@ dependencies = [ "sp-arithmetic 26.0.0", ] +[[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" +dependencies = [ + "parity-scale-codec", + "scale-type-resolver", +] + +[[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" +dependencies = [ + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", +] + [[package]] name = "scale-info" version = "2.11.3" @@ -14496,6 +14614,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-type-resolver" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" + [[package]] name = "schannel" version = "0.1.23" @@ -15273,6 +15397,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-api" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro 19.0.0", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-metadata-ir 0.7.0", + "sp-runtime 36.0.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.40.0", + "sp-std", + "sp-trie 34.0.0", + "sp-version 34.0.0", + "thiserror", +] + [[package]] name = "sp-api" version = "32.0.0" @@ -15340,6 +15487,20 @@ dependencies = [ "sp-std", ] +[[package]] +name = "sp-application-crypto" +version = "35.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 32.0.0", + "sp-io 35.0.0", + "sp-std", +] + [[package]] name = "sp-application-crypto" version = "36.0.0" @@ -15694,6 +15855,53 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "32.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" +dependencies = [ + "array-bytes", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections 0.2.0", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra 3.1.0", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "itertools 0.10.5", + "k256", + "libsecp256k1", + "log", + "merlin", + "parity-bip39", + "parity-scale-codec", + "parking_lot 0.12.3", + "paste", + "primitive-types", + "rand 0.8.5", + "scale-info", + "schnorrkel 0.11.4", + "secp256k1", + "secrecy", + "serde", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities 0.28.0", + "sp-runtime-interface 27.0.0", + "sp-std", + "sp-storage 21.0.0", + "ss58-registry", + "substrate-bip39 0.6.0", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", +] + [[package]] name = "sp-core" version = "33.0.1" @@ -15890,6 +16098,33 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-io" +version = "35.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" +dependencies = [ + "bytes", + "ed25519-dalek 2.1.1", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive", + "rustversion", + "secp256k1", + "sp-core 32.0.0", + "sp-crypto-hashing", + "sp-externalities 0.28.0", + "sp-keystore 0.38.0", + "sp-runtime-interface 27.0.0", + "sp-state-machine 0.40.0", + "sp-std", + "sp-tracing 17.0.0", + "sp-trie 34.0.0", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "36.0.0" @@ -15952,6 +16187,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-keystore" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core 32.0.0", + "sp-externalities 0.28.0", +] + [[package]] name = "sp-keystore" version = "0.39.0" @@ -16144,6 +16391,31 @@ dependencies = [ "sp-weights 28.0.0", ] +[[package]] +name = "sp-runtime" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" +dependencies = [ + "docify", + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "simple-mermaid", + "sp-application-crypto 35.0.0", + "sp-arithmetic 26.0.0", + "sp-core 32.0.0", + "sp-io 35.0.0", + "sp-std", + "sp-weights 31.0.0", +] + [[package]] name = "sp-runtime" version = "37.0.0" @@ -16319,6 +16591,27 @@ dependencies = [ "trie-db 0.28.0", ] +[[package]] +name = "sp-state-machine" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "smallvec", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "sp-panic-handler", + "sp-trie 34.0.0", + "thiserror", + "tracing", + "trie-db 0.29.1", +] + [[package]] name = "sp-state-machine" version = "0.41.0" @@ -16510,6 +16803,30 @@ dependencies = [ "trie-root", ] +[[package]] +name = "sp-trie" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" +dependencies = [ + "ahash 0.8.11", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "scale-info", + "schnellru", + "sp-core 32.0.0", + "sp-externalities 0.28.0", + "thiserror", + "tracing", + "trie-db 0.29.1", + "trie-root", +] + [[package]] name = "sp-trie" version = "35.0.0" @@ -16552,6 +16869,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-version" +version = "34.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime 36.0.0", + "sp-std", + "sp-version-proc-macro 14.0.0", + "thiserror", +] + [[package]] name = "sp-version" version = "35.0.0" @@ -17130,13 +17465,22 @@ version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ + "array-bytes", "build-helper", "cargo_metadata", "console", "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", "parity-wasm", "polkavm-linker", + "sc-executor 0.37.0", + "sp-core 32.0.0", + "sp-io 35.0.0", "sp-maybe-compressed-blob", + "sp-tracing 17.0.0", + "sp-version 34.0.0", "strum 0.26.2", "tempfile", "toml 0.8.14", diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 67ecb883..a22a771b 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -28,7 +28,6 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true -frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true @@ -223,4 +222,4 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] \ No newline at end of file +] diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index 39eb9a89..9d7ca7fe 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -102,7 +102,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index e9f30b7e..7f06bb5d 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -28,7 +28,6 @@ pop-runtime-common = { workspace = true, default-features = false } # Substrate frame-benchmarking.workspace = true frame-executive.workspace = true -frame-metadata-hash-extension.workspace = true frame-support.workspace = true frame-system.workspace = true frame-system-benchmarking.workspace = true diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 9764855c..4cc4c81e 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -101,7 +101,6 @@ pub type SignedExtra = ( frame_system::CheckNonce, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, - frame_metadata_hash_extension::CheckMetadataHash, ); /// Unchecked extrinsic type as expected by this runtime. From 3ef3849c60d437341bb2d0d8c9aa32a0c9dad9e0 Mon Sep 17 00:00:00 2001 From: chungquantin <56880684+chungquantin@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:55:15 +0700 Subject: [PATCH 80/80] fix: remove metadata hash from testnet --- Cargo.lock | 378 ++----------------------------------- runtime/testnet/Cargo.toml | 13 -- 2 files changed, 17 insertions(+), 374 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e97af588..0c8bc02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,7 +3967,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-client-db", - "sc-executor 0.38.0", + "sc-executor", "sc-service", "sc-sysinfo", "serde", @@ -6574,20 +6574,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "merkleized-metadata" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" -dependencies = [ - "array-bytes", - "blake3", - "frame-metadata", - "parity-scale-codec", - "scale-decode", - "scale-info", -] - [[package]] name = "merlin" version = "3.0.0" @@ -10487,7 +10473,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-service", "sc-cli", - "sc-executor 0.38.0", + "sc-executor", "sc-service", "sc-storage-monitor", "sc-sysinfo", @@ -10942,9 +10928,9 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives 12.0.0", "polkadot-primitives 13.0.0", - "sc-executor 0.38.0", - "sc-executor-common 0.34.0", - "sc-executor-wasmtime 0.34.0", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", "sp-core 33.0.1", "sp-crypto-hashing", @@ -11593,7 +11579,7 @@ dependencies = [ "sc-consensus-beefy", "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.38.0", + "sc-executor", "sc-keystore", "sc-network", "sc-network-common", @@ -11845,7 +11831,7 @@ dependencies = [ "sc-cli", "sc-client-api", "sc-consensus", - "sc-executor 0.38.0", + "sc-executor", "sc-network", "sc-network-sync", "sc-offchain", @@ -13240,18 +13226,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "27.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e78771bbc491d4d601afbbf01f5718d6d724d0d971c8581cf5b4c62a9502f7" -dependencies = [ - "log", - "sp-core 32.0.0", - "sp-wasm-interface 21.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "28.0.0" @@ -13348,7 +13322,7 @@ dependencies = [ "parity-scale-codec", "sc-chain-spec-derive", "sc-client-api", - "sc-executor 0.38.0", + "sc-executor", "sc-network", "sc-telemetry", "serde", @@ -13428,7 +13402,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor 0.38.0", + "sc-executor", "sc-transaction-pool-api", "sc-utils", "sp-api 32.0.0", @@ -13749,30 +13723,6 @@ dependencies = [ "sp-state-machine 0.41.0", ] -[[package]] -name = "sc-executor" -version = "0.37.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0738d2e654f8cadb8b5b5f64c281654838202bf77641656b7fe2bd5346a25b" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common 0.33.0", - "sc-executor-polkavm 0.30.0", - "sc-executor-wasmtime 0.33.1", - "schnellru", - "sp-api 31.0.0", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-io 35.0.0", - "sp-panic-handler", - "sp-runtime-interface 27.0.0", - "sp-trie 34.0.0", - "sp-version 34.0.0", - "sp-wasm-interface 21.0.0", - "tracing", -] - [[package]] name = "sc-executor" version = "0.38.0" @@ -13781,9 +13731,9 @@ checksum = "321e9431a3d5c95514b1ba775dd425efd4b18bd79dfdb6d8e397f0c96d6831e9" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor-common 0.34.0", - "sc-executor-polkavm 0.31.0", - "sc-executor-wasmtime 0.34.0", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", "sp-api 32.0.0", "sp-core 33.0.1", @@ -13797,20 +13747,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c61ef111d7ccc7697ee4788654f4f998662db057c27ca2de4b94f20e3e6ed1" -dependencies = [ - "polkavm", - "sc-allocator 27.0.0", - "sp-maybe-compressed-blob", - "sp-wasm-interface 21.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.34.0" @@ -13818,25 +13754,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aad16187c613f81feab35f0d6c12c15c1d88eea0794c886b5dca3495d26746de" dependencies = [ "polkavm", - "sc-allocator 28.0.0", + "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface 21.0.0", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb96b22b779ba14f449d114b63efd162f95f1cdf773cdac29f75fe6a250de24" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.33.0", - "sp-wasm-interface 21.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.31.0" @@ -13845,29 +13769,10 @@ checksum = "db336a08ea53b6a89972a6ad6586e664c15db2add9d1cfb508afc768de387304" dependencies = [ "log", "polkavm", - "sc-executor-common 0.34.0", + "sc-executor-common", "sp-wasm-interface 21.0.0", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.33.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f45912e90278c06bacf2c37a11937ed6878ee0cd056ae2be2d0b45ec7ac34d1" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.3", - "rustix 0.36.17", - "sc-allocator 27.0.0", - "sc-executor-common 0.33.0", - "sp-runtime-interface 27.0.0", - "sp-wasm-interface 21.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.34.0" @@ -13880,8 +13785,8 @@ dependencies = [ "log", "parking_lot 0.12.3", "rustix 0.36.17", - "sc-allocator 28.0.0", - "sc-executor-common 0.34.0", + "sc-allocator", + "sc-executor-common", "sp-runtime-interface 27.0.0", "sp-wasm-interface 21.0.0", "wasmtime", @@ -14328,7 +14233,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-consensus", - "sc-executor 0.38.0", + "sc-executor", "sc-informant", "sc-keystore", "sc-network", @@ -14565,29 +14470,6 @@ dependencies = [ "sp-arithmetic 26.0.0", ] -[[package]] -name = "scale-bits" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" -dependencies = [ - "parity-scale-codec", - "scale-type-resolver", -] - -[[package]] -name = "scale-decode" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" -dependencies = [ - "derive_more", - "parity-scale-codec", - "scale-bits", - "scale-type-resolver", - "smallvec", -] - [[package]] name = "scale-info" version = "2.11.3" @@ -14614,12 +14496,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "scale-type-resolver" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" - [[package]] name = "schannel" version = "0.1.23" @@ -15397,29 +15273,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-api" -version = "31.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b500647cfe266d58781f44af9b13c3bd57fb3be08642f2a9f13e024cc5e22359" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 19.0.0", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-metadata-ir 0.7.0", - "sp-runtime 36.0.0", - "sp-runtime-interface 27.0.0", - "sp-state-machine 0.40.0", - "sp-std", - "sp-trie 34.0.0", - "sp-version 34.0.0", - "thiserror", -] - [[package]] name = "sp-api" version = "32.0.0" @@ -15487,20 +15340,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "sp-application-crypto" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57541120624a76379cc993cbb85064a5148957a92da032567e54bce7977f51fc" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-std", -] - [[package]] name = "sp-application-crypto" version = "36.0.0" @@ -15855,53 +15694,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2dac7e47c7ddbb61efe196d5cce99f6ea88926c961fa39909bfeae46fc5a7b" -dependencies = [ - "array-bytes", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections 0.2.0", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.3", - "paste", - "primitive-types", - "rand 0.8.5", - "scale-info", - "schnorrkel 0.11.4", - "secp256k1", - "secrecy", - "serde", - "sp-crypto-hashing", - "sp-debug-derive", - "sp-externalities 0.28.0", - "sp-runtime-interface 27.0.0", - "sp-std", - "sp-storage 21.0.0", - "ss58-registry", - "substrate-bip39 0.6.0", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", -] - [[package]] name = "sp-core" version = "33.0.1" @@ -16098,33 +15890,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "sp-io" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b64ab18a0e29def6511139a8c45a59c14a846105aab6f9cc653523bd3b81f55" -dependencies = [ - "bytes", - "ed25519-dalek 2.1.1", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive", - "rustversion", - "secp256k1", - "sp-core 32.0.0", - "sp-crypto-hashing", - "sp-externalities 0.28.0", - "sp-keystore 0.38.0", - "sp-runtime-interface 27.0.0", - "sp-state-machine 0.40.0", - "sp-std", - "sp-tracing 17.0.0", - "sp-trie 34.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "36.0.0" @@ -16187,18 +15952,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-keystore" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e6c7a7abd860a5211a356cf9d5fcabf0eb37d997985e5d722b6b33dcc815528" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core 32.0.0", - "sp-externalities 0.28.0", -] - [[package]] name = "sp-keystore" version = "0.39.0" @@ -16391,31 +16144,6 @@ dependencies = [ "sp-weights 28.0.0", ] -[[package]] -name = "sp-runtime" -version = "36.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6b85cb874b78ebb17307a910fc27edf259a0455ac5155d87eaed8754c037e07" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 35.0.0", - "sp-arithmetic 26.0.0", - "sp-core 32.0.0", - "sp-io 35.0.0", - "sp-std", - "sp-weights 31.0.0", -] - [[package]] name = "sp-runtime" version = "37.0.0" @@ -16591,27 +16319,6 @@ dependencies = [ "trie-db 0.28.0", ] -[[package]] -name = "sp-state-machine" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18084cb996c27d5d99a88750e0a8eb4af6870a40df97872a5923e6d293d95fb9" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "smallvec", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "sp-panic-handler", - "sp-trie 34.0.0", - "thiserror", - "tracing", - "trie-db 0.29.1", -] - [[package]] name = "sp-state-machine" version = "0.41.0" @@ -16803,30 +16510,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-trie" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87727eced997f14d0f79e3a5186a80e38a9de87f6e9dc0baea5ebf8b7f9d8b66" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core 32.0.0", - "sp-externalities 0.28.0", - "thiserror", - "tracing", - "trie-db 0.29.1", - "trie-root", -] - [[package]] name = "sp-trie" version = "35.0.0" @@ -16869,24 +16552,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-version" -version = "34.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8e3856686aa2719b1c05af07ba7e6021d844944472f246f3b5f1c585be04cd" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime 36.0.0", - "sp-std", - "sp-version-proc-macro 14.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "35.0.0" @@ -17465,22 +17130,13 @@ version = "22.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6567b61eca9459dbe71385caef9f6eab826abbd4a0743abf27034d96d34b9062" dependencies = [ - "array-bytes", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata", - "merkleized-metadata", - "parity-scale-codec", "parity-wasm", "polkavm-linker", - "sc-executor 0.37.0", - "sp-core 32.0.0", - "sp-io 35.0.0", "sp-maybe-compressed-blob", - "sp-tracing 17.0.0", - "sp-version 34.0.0", "strum 0.26.2", "tempfile", "toml 0.8.14", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 7f06bb5d..6ffcbc8e 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -222,16 +222,3 @@ try-runtime = [ "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", ] - -# Enable the metadata hash generation. -# -# This is hidden behind a feature because it increases the compile time. -# The wasm binary needs to be compiled twice, once to fetch the metadata, -# generate the metadata hash and then a second time with the -# `RUNTIME_METADATA_HASH` environment variable set for the `CheckMetadataHash` -# extension. -metadata-hash = ["substrate-wasm-builder/metadata-hash"] - -# A convenience feature for enabling things when doing a build -# for an on-chain release. -on-chain-release-build = ["metadata-hash"]