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/75] 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 194628035..29a91410d 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 01bcb2c49..80723f7b2 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 d6f596da5..8e5b26956 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 295398f91..913c38d19 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 d6f596da5..8e5b26956 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 e1b23843e..36e5f7109 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/75] 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 29a91410d..c4ddaf19e 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 80723f7b2..d78f96be1 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 a6824acb9..ab420cd5e 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 b58baf2ff..55ab07bd1 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 913c38d19..908ad0f30 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 d77274ec6..1cd8982e1 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 b58baf2ff..55ab07bd1 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 36e5f7109..d566bb5fb 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/75] 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 dcda471f7..5a9323088 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 e79877a88..c020b0fb0 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/75] 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 29a91410d..526a173ff 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 80723f7b2..db4a9b217 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 dcda471f7..27901ef00 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 e79877a88..79ea908f7 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 a6824acb9..35183429a 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/75] 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 c4ddaf19e..499896676 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 d78f96be1..bf71f28e8 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 5a9323088..f0f1ad255 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 c020b0fb0..b2d39cafb 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 ab420cd5e..13d4fe775 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/75] 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 499896676..ae6a8e30d 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 bf71f28e8..d78f96be1 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/75] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be1..0a44e7354 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/75] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30d..7f088f263 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/75] 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 cbdbd0028..7f088f263 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 b2d39cafb..36a1fa6e5 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/75] 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 7f088f263..730b0a196 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 0a44e7354..ccfca7ad7 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 665b11292..195320331 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 f0f1ad255..a29a869de 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 36a1fa6e5..52f92311b 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 13d4fe775..5585479b2 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 02d6973f2..9fc445de3 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 55ab07bd1..a0c72cb30 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 908ad0f30..6fe9ac6db 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 1cd8982e1..eae8ff770 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 02d6973f2..9fc445de3 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 55ab07bd1..d7def2f56 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 d566bb5fb..4b96e031a 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/75] 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 913c38d19..667d4ebde 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 36e5f7109..5d38a10fc 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/75] 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 526a173ff..7f088f263 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 db4a9b217..d78f96be1 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 35183429a..13d4fe775 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 b58baf2ff..55ab07bd1 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 667d4ebde..f0264043d 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 d77274ec6..1cd8982e1 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 b58baf2ff..55ab07bd1 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 5d38a10fc..d2e1918b5 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/75] 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 27901ef00..f0f1ad255 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 79ea908f7..b2d39cafb 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/75] 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 7f088f263..499896676 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 d78f96be1..bf71f28e8 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/75] 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 499896676..ae6a8e30d 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 bf71f28e8..d78f96be1 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/75] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be1..0a44e7354 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/75] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30d..7f088f263 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/75] 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 b2d39cafb..36a1fa6e5 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/75] 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 5d38a10fc..36e5f7109 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/75] 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 d2e1918b5..d566bb5fb 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/75] 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 f0f1ad255..e7be989e1 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 36a1fa6e5..cd108228b 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/75] 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 a0c72cb30..edd82cf63 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 d7def2f56..edd82cf63 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/75] 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 7f088f263..730b0a196 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 0a44e7354..ccfca7ad7 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 665b11292..195320331 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 e7be989e1..8e0b7bb91 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 cd108228b..01359008a 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 13d4fe775..5585479b2 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 02d6973f2..9fc445de3 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 55ab07bd1..a0c72cb30 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 f0264043d..6fe9ac6db 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 1cd8982e1..eae8ff770 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 02d6973f2..9fc445de3 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 55ab07bd1..d7def2f56 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 d566bb5fb..4b96e031a 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/75] 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 a0c72cb30..edd82cf63 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 d7def2f56..edd82cf63 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/75] 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 730b0a196..a85f36b37 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 eae8ff770..a8a49437e 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 4b96e031a..664ef542c 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/75] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b37..67d5053c3 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/75] 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 cd108228b..c4cc0fbec 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/75] 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 7f088f263..730b0a196 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 0a44e7354..ccfca7ad7 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 665b11292..195320331 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 e7be989e1..8e0b7bb91 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 c4cc0fbec..0e0c6d6e6 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 13d4fe775..5585479b2 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 02d6973f2..9fc445de3 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 55ab07bd1..a0c72cb30 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 f0264043d..6fe9ac6db 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 1cd8982e1..eae8ff770 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 02d6973f2..9fc445de3 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 55ab07bd1..d7def2f56 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 d566bb5fb..4b96e031a 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/75] 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 a0c72cb30..edd82cf63 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 d7def2f56..edd82cf63 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/75] 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 730b0a196..a85f36b37 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 eae8ff770..a8a49437e 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 4b96e031a..664ef542c 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/75] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b37..67d5053c3 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 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 32/75] 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 526a173ff..29a91410d 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 db4a9b217..80723f7b2 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 27901ef00..dcda471f7 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 79ea908f7..e79877a88 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 35183429a..a6824acb9 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 667d4ebde..913c38d19 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 33/75] chore: update lock file --- Cargo.lock | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f263..c4ddaf19e 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 34/75] 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 194628035..29a91410d 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 01bcb2c49..80723f7b2 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 d6f596da5..8e5b26956 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 295398f91..913c38d19 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 d6f596da5..8e5b26956 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 e1b23843e..36e5f7109 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 35/75] 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 29a91410d..526a173ff 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 80723f7b2..db4a9b217 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 dcda471f7..27901ef00 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 e79877a88..79ea908f7 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 a6824acb9..35183429a 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 36/75] 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 913c38d19..667d4ebde 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 36e5f7109..5d38a10fc 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 37/75] 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 526a173ff..7f088f263 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 db4a9b217..d78f96be1 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 35183429a..13d4fe775 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 da756fe98..d73ece85c 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 667d4ebde..f0264043d 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 d77274ec6..1cd8982e1 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 da756fe98..d73ece85c 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 5d38a10fc..d2e1918b5 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 38/75] 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 27901ef00..f0f1ad255 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 79ea908f7..b2d39cafb 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 39/75] 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 7f088f263..499896676 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 d78f96be1..bf71f28e8 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 40/75] 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 499896676..ae6a8e30d 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 bf71f28e8..d78f96be1 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 41/75] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be1..0a44e7354 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 42/75] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30d..7f088f263 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 43/75] 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 b2d39cafb..36a1fa6e5 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 44/75] 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 7f088f263..ae6a8e30d 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 0a44e7354..d78f96be1 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 45/75] 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 36a1fa6e5..b2d39cafb 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 46/75] feat: pov claim feature --- Cargo.toml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d78f96be1..bf71f28e8 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 47/75] 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 bf71f28e8..d78f96be1 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 48/75] chore: rebase upstream 1.8.0 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d78f96be1..0a44e7354 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 49/75] chore: update cargo.lock --- Cargo.lock | 4387 +++++++++------------------------------------------- 1 file changed, 735 insertions(+), 3652 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae6a8e30d..7f088f263 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 50/75] 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 b2d39cafb..36a1fa6e5 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 51/75] 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 d2e1918b5..d566bb5fb 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 52/75] 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 f0f1ad255..e7be989e1 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 36a1fa6e5..cd108228b 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 53/75] 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 cd108228b..c4cc0fbec 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 54/75] 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 7f088f263..16fb0c71b 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 e7be989e1..6e3d13020 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 c4cc0fbec..58bcad003 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 13d4fe775..ab420cd5e 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 f0264043d..908ad0f30 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 55/75] chore: update lock file --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 16fb0c71b..c4ddaf19e 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 56/75] 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 c4ddaf19e..171c21828 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 6e3d13020..e7be989e1 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 58bcad003..c4cc0fbec 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 ab420cd5e..13d4fe775 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 57/75] 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 171c21828..7f088f263 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 58/75] 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 c4cc0fbec..c8e4d2cfe 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 59/75] feat: pov claim feature --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f088f263..499896676 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 60/75] 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 499896676..7f088f263 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 61/75] 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 c8e4d2cfe..c4cc0fbec 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 62/75] 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 c4cc0fbec..c8e4d2cfe 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 63/75] 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 c8e4d2cfe..c4cc0fbec 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 64/75] 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 7f088f263..c4ddaf19e 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 e7be989e1..6e3d13020 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 c4cc0fbec..58bcad003 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 13d4fe775..ab420cd5e 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 65/75] fix: add missing experimental feature --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd0c89ce7..6ad60327a 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 66/75] chore: revert experimental flag --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ad60327a..bd0c89ce7 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 67/75] 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 6ffcbc8e5..3c584b373 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 68/75] 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 c4ddaf19e..e59ef9d29 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 bd0c89ce7..e44ea26cd 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 665b11292..195320331 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 6e3d13020..7916072f5 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 58bcad003..818cba5d5 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 4f19b6622..974b8b7dd 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 02d6973f2..9fc445de3 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 d73ece85c..39d71449a 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 88dd00bb6..39eb9a891 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 3c584b373..574dc60f1 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 02d6973f2..9fc445de3 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 d73ece85c..cfe6ad235 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 0752298ae..21782db15 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 69/75] 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 39d71449a..1ed2e5a49 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 cfe6ad235..1ed2e5a49 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 70/75] 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 e59ef9d29..9f46bc0bc 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 574dc60f1..e9f30b7ef 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 21782db15..9764855ce 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 71/75] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f46bc0bc..0e1882dbb 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 72/75] 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 0e1882dbb..730b0a196 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 e9f30b7ef..574dc60f1 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 73/75] 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 730b0a196..a85f36b37 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 574dc60f1..e9f30b7ef 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 74/75] fix: mismatch dependency version --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85f36b37..67d5053c3 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 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 75/75] 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 9fc445de3..287f2a611 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 9fc445de3..287f2a611 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